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 element which positions the fields vertically. I need them horizontally, so I`d like struts just to create the 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
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 All, I`m using the tags textfield

Re: s:textfield tag breaking line in page

2007-02-07 Thread Tom Schneider
or as a global setting. Tom On 2/7/07, Dariusz Wojtas <[EMAIL PROTECTED]> wrote: 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/

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 as a global setting. Tom On 2/7/07, Dariusz Wojtas <[EMAIL PROTECTED]> wrote: > > > It generates 2 cell row + optional error message for field if parent > form is of theme 'xhtml' or 'ajax'. You may override cild behaviour