s:textfield tag breaking line in page

2007-02-07 Thread Daniel Amadei
Hi All, I`m using the tags textfield and password and I noticed it is creating a new tr element which positions the fields vertically. I need them horizontally, so I`d like struts just to create the input tag for me, nothing more. How can this be done? Thanks, Daniel

Re: s:textfield tag breaking line in page

2007-02-07 Thread Dariusz Wojtas
s: textfield name=... theme=simple / It generates 2 cell row + optional error message for field if parent form is of theme 'xhtml' or 'ajax'. You may override cild behaviour by setting theme 'simple' on a single tag. regards Dariusz Wojtas On 2/7/07, Daniel Amadei [EMAIL PROTECTED] wrote: Hi

Re: s:textfield tag breaking line in page

2007-02-07 Thread Tom Schneider
or constant name=struts.ui.theme value=simple / as a global setting. Tom On 2/7/07, Dariusz Wojtas [EMAIL PROTECTED] wrote: s: textfield name=... theme=simple / It generates 2 cell row + optional error message for field if parent form is of theme 'xhtml' or 'ajax'. You may override cild

Re: s:textfield tag breaking line in page

2007-02-07 Thread Daniel Amadei
Great! Thanks a lot! 2007/2/7, Tom Schneider [EMAIL PROTECTED]: or constant name=struts.ui.theme value=simple / as a global setting. Tom On 2/7/07, Dariusz Wojtas [EMAIL PROTECTED] wrote: s: textfield name=... theme=simple / It generates 2 cell row + optional error message for field if