#2239 JSP SetProperty not working?
Hi,
I'm using IDEA 4.5.1 wuth build #2239.
I was previously using IDEA 4.0 and didn't have this problem.
The foll. code doesn't work:
<jsp:useBean id="roomBean" scope="session" />
<jsp:setProperty name="roomBean" property="*" />
The bold 'roomBean' in setProperty name is marked as an error, saying 'cannot resolve symbol roomBean'.
This was working fine previously.Any suggestions?
Thanks,
SG
Please sign in to leave a comment.