How to remove layout of tags in form

2010-01-23 Thread Vu Hong Thuan
Hi all. I want to custom the layout of my form which use struts tags. I insertet html tags into form as the following code. But when I view the result final. All html tags is pulled out of the form. How i can insert html code inside a struts form? Thanks.

Re: How to remove layout of tags in form

2010-01-24 Thread Vu Hong Thuan
Thank a lot. It works. 2010/1/24 Gustavo Felisberto > Add theme="simple" to the s:form tag. > > Sent from my iPhone > > > On 2010/01/24, at 07:14, Vu Hong Thuan wrote: > > Hi all. >> I want to custom the layout of my form which use struts tags.