This is so odd, yet I'm surprised no one's come across this. This is S2 built off the 2_0_X branch ( no modifications, straight clean build ), running under Java 1.5 in both resin and tomcat.
Given a snippet like so : <s:action name="listAllAuthors" namespace="/general" id="authorsAction"></s:action> <s:select name="author" list="#authorsAction.allAuthors" listKey="id.longValue()" listValue="%{lastName + ', ' + firstName}" label="Author"/> the output of the id is a formatted string : <select name="author" id="save_author"> <option value="1,103,161">Please, Helpme </option> <option value="1,103,339">Being, Earnest</option> ... </select> (names have been changed to protect the innocent ) Anyone else come across this. Is this a bug? Known workaround? Thanks for any input, aadi -- View this message in context: http://www.nabble.com/s2%3A-numbers-being-formatted-during-display-in-s%3Aselect-tag-tf3275613.html#a9109511 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]