Re: [S2] Putting a single html input type="text"

2007-01-28 Thread Dariusz Wojtas
If you use theme 'ajax' (eg. textfield nested within form with theme='ajax') then it will generate a row with 2 cells, one with label, one with the input field. The bonus of 'ajax' is that it automatically generates validation error mesage on the field level - if there were validation errors. L

Re: [S2] Putting a single html input type="text"

2007-01-28 Thread Omer Basar
Thanks Dave.

Re: [S2] Putting a single html input type="text"

2007-01-27 Thread Dave Newton
--- Omer Basar <[EMAIL PROTECTED]> wrote: > generates the html [...] d. Expecting? Get great news right away with email Auto-Check. Try the Yahoo! Mail Beta. http://advision.webevents.yahoo.com/mailbeta/n

[S2] Putting a single html input type="text"

2007-01-27 Thread Omer Basar
Hi all, I just wondering if I can put a single html input to the form without a label, td's and tr's. The generates the html code But i just want to put The next question is why the struts cannot take the value of when I put this in the jsp file. In other words what is the differ