Re: Struts2 s:textfield to formatted html

2009-06-19 Thread ets04uga
So yes, the label piece I was looking for was farther down the pipeline in xhtml/controlheader-core.ftl -E -- View this message in context: http://www.nabble.com/Struts2-s%3Atextfield-to-formatted-html-tp24113259p24118045.html Sent from the Struts - User mailing list archive at Nabble.com. -

Re: Struts2 s:textfield to formatted html

2009-06-19 Thread Dave Newton
ets04uga wrote: In looking at the code for the s:textfield tag and it uses the template/simple/text.ftl file as the template. The text.ftl file starts with the html input tag and I'm not understanding where the label, td and tr tags come from such that becomes First Name:

Re: Struts2 s:textfield to formatted html

2009-06-19 Thread Girish Naik
May be you should have a look at the different themes available in struts. Using a simple theme will not generate such unwanted tags. For getting a simple theme you need to put the following parameter in web.xml: csstheme simplicity Regards, ---

Struts2 s:textfield to formatted html

2009-06-19 Thread ets04uga
In looking at the code for the s:textfield tag and it uses the template/simple/text.ftl file as the template. The text.ftl file starts with the html input tag and I'm not understanding where the label, td and tr tags come from such that becomes First Name: