|
I am
getting the following error when my JSP code calls <jsp:setProperty
...
-------------------------------------------------------------------------------------------------------------
\servlets\jsp__c_3a__jswdk_2d1_2e0__webpages__profiledone_2ejsp.java:38: Wrong number of arguments in method. super.setProperty ("user", request); ^1 error Here
is the snippet of JSP code:
-----------------------------------------------
<jsp:useBean id="user"
scope="session" class="com.humanfactor.users.User"
/>
<jsp:setProperty name="user"
property="*" />
I have
checked the spec and tested this on the reference version and all seems
ok.
Anyone
else getting this?
Steve |