Hi all,

I have a table with a list of buyers. Each buyer has a checkBox that the
user can click and decide if he wants to work with them.

I'm using displayTag and this is my code:

<display:column><s:checkbox theme="simple" name="userCheck"
fieldValue='${entityId}'/></display:column>    

I wonder why I don't get the *value/content* of the userCheck. Instead, I
get ${entityId} (this really very string)

any idea how to get the entityId (the number)?

thank you! 
-- 
View this message in context: 
http://www.nabble.com/struts2---displayTag-how-to-use-checkBox--Problem%3A-translating-the-fieldValue-tp16945993p16945993.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to