--- On Mon, 8/18/08, Muralidhar Y wrote:
> Hi , when I typed the code in my jsp like the following
>  
> <s:checkbox  name="searchedPoP%{#stat.index}"
>              value="one" />
>  
> In the html file the following code is being shown. By
> default the attribute value is being true. Instead I want 
> to give some other value. Kindly help.
>  
> <input type="checkbox" name="searchedPoP0" value="true"
>        id="addPalettePoP_searchedPoP0"/>

Do you have an action property named "one"? Value attributes are objects, not 
strings:

http://struts.apache.org/2.x/docs/tag-syntax.html

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to