Apte, Dhanashree (Noblestar) wrote:
<td width=1%><html:checkbox name="aBean" property="temporaryId" value="temporaryId" /></td>
...
I would like to have the vaue of the field temporaryId passed back. right now, with what i have, i just get a String array called temporaryId and temporaryId[0] = "temporaryId", temporaryID[1]="temporaryId". I want the actual value of the temporaryId attribute back instead of just "temporaryId".
That's because you've explicitly set value="temporaryId". Either remove the value attribute, or use an expression to set it to what you want instead of a static string.
-- Laurie, Open Source advocate, Java geek and novice blogger: http://www.holoweb.net/~laurie/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]