hi guys We are suffering a very strange behavior of the submit tag in a theme=simple form. I'm using Struts 2.0.12 with i18n done following [1].
<s:submit id="botonCrear" key="creating.form.submit" name="botonCrear" /> this s:submit give us empty value if you replace code before to: <input type="submit" id="botonCrearEvento" name="botonCrear" value="<s:text name="creating.form.submit" />" /> it works properly always. can anyone with me an idea plz? of course, no warnings, no debug msgs in log file. I have been looking for bugs in this way but have nothing found. [1] http://t.wits.sg/2008/06/23/howto-struts-2-i18n/