[Registry-dev] [Ds-java-dev] JSP Check Boxes Problem
Afkham Azeez
azeez at wso2.com
Wed Jul 16 00:11:08 PDT 2008
Not sure how this happens on the server side. Sometime back, we had this
problem with XSLs or Javascripts in IE. When <tag/> was used it did not
work but when <tag>...</tag> was used, it worked... weird!
Azeez
Dimuthu Leelarathne wrote:
> 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
>
>
> _______________________________________________
> Ds-java-dev mailing list
> Ds-java-dev at wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/ds-java-dev
>
More information about the Registry-dev
mailing list