Hi i have something like this: <input type="text" name="myInputValues['<s:property/>']" value="0" size="4"/>
myValue is Map<String, String>, where <s:property/> is key (String) to input values in table rows...
I have to do this with <select> tag, but when i wrote <s:select name="mySelectValues['<s:property/>']" ... /> it doesn't work because it translate into mySelectValues['&lt;s:property/&gt;'] in generate html...