[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

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

2007-01-28 Thread Omer Basar
Thanks Dave.

Dynamically redirect to a page

2007-01-28 Thread Omer Basar
Hi all, I have another problem. I want to redirect my action to a link but the link must be gathered from database and it can be chosen randomly. So I cannot staticly put a definition for this action in struts.xml . How can I do this. (Example : When I press a button I forward it to ClickAction a

Re: Dynamically redirect to a page

2007-01-28 Thread Omer Basar
Thanks for your help Tom.