Hi all,

Recently I run into hidden tag peculiarity. The following tag does set
'userId' field of type String (instead it's set to "")
        <ui:hidden name="userId" value='<ww:property value="users.get(0).id"
/>' />
However, changing to plain HTML input tag, things are fine
        <input name="userId" type="hidden" value='<ww:property
value="users.get(0).id" />'>

On my other jsp page I have similar setting, but instead setting 'id' field,
and it works OK, only this time the validation field is turned on.

Thnaks,
/bernard




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to