[Registry-dev] JSP Check Boxes Problem
Dimuthu Leelarathne
dimuthul at wso2.com
Tue Jul 15 19:20:43 PDT 2008
Hi,
The difference is between the following declarations.
This works,
<jsp:useBean id="userGroupBean"
type="org.wso2.carbon.usergroup.client.UserGroupBean" scope="session"/>
<jsp:setProperty name="userGroupBean" property="users" param="users"/>
This doesn't work
<jsp:useBean id="userGroupBean"
type="org.wso2.carbon.usergroup.client.UserGroupBean" scope="session"/>
<jsp:setProperty name="userGroupBean" property="users" param="users">
</jsp:useBean>
Thank you,
Dimuthu
On Tue, 2008-07-15 at 20:31 +0530, Dimuthu Leelarathne wrote:
> Hi all,
>
> I need some help. Sorry for the cross-post.
>
> Does anybody know the answer to this question. I am stuck at the same
> point.
>
> http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_23376643.html
>
> Thanks,
> Dimuthu
>
>
> _______________________________________________
> Registry-dev mailing list
> Registry-dev at wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/registry-dev
More information about the Registry-dev
mailing list