Antonio Petrelli wrote:
MC Moisei ha scritto:
When I use <html:form> with tokens the hidden token is wrapped by div.
Is there a reason for that ? It messes up my layout and seems that
Firefox is most affected by the div...
<form name="editForm" method="post" action="edit.do">
<div><input type="hidden" name="org.apache.struts.taglib.html.TOKEN"
value="ad973e398c964ca17174b3a9434b957d"></div>
I think you're right, AFAIK usually the <div> tag adds also a new-line.
I think that you should ask this question to Struts Developers list:
http://struts.apache.org/mail.html
Try to specify the stylesheet for this specific tag to "display:none;"
It should remedy the problem.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]