RE: Question about struts templates

2009-11-20 Thread Raghuveer.V
Alternatively if you want to do only in one page Regards, Raghuveer Vellanki -Original Message- From: Oscar [mailto:oscar.kalde...@gmail.com] Sent: Friday, November 20, 2009 5:06 AM To: Struts Users Mailing List Subject: Re: Question about struts templates Thanks for your answer

Re: Question about struts templates

2009-11-19 Thread Oscar
Thanks for your answer Burton. I didn't know how to do that but for others that could have that problem to the way to do this is the next: Declare a constant in struts.xml like this: Burton Rhodes escribió: Use the 'simple' theme. It just prints the HTML tag. On 11/19/09, Oscar wrote:

Re: Question about struts templates

2009-11-19 Thread Burton Rhodes
Use the 'simple' theme. It just prints the HTML tag. On 11/19/09, Oscar wrote: > Hi to all, i have a problem with struts 2 templates. The problem is that > when i put a s:submit in my jsp for example, it automatically creates a > div containing the submit and a new column in the table, and i don'

Question about struts templates

2009-11-19 Thread Oscar
Hi to all, i have a problem with struts 2 templates. The problem is that when i put a s:submit in my jsp for example, it automatically creates a div containing the submit and a new column in the table, and i don't want that, i only want only the button. Is there a way to tell struts that i don'

Re: Struts templates

2008-07-08 Thread Lukasz Lenart
Hi, You can either develop your own theme or extended existing one [1] [1] http://struts.apache.org/2.1.2/docs/extending-themes.html Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Struts templates

2008-07-08 Thread jiebe
Hi, Question regarding Struts templates. Currently we are finding that each form element gets wrapped in its own div can this be changed? Also for error messages I want the error to appear on the parent div not per form element...can this be done? Basically the error class is being set only on

RE: [OT] web templates, struts templates?

2005-06-28 Thread Abdullah Jibaly
Look at AppFuse, it's exactly what you are looking for: http://appfuse.dev.java.net -Original Message- From: Aleksandar Matijaca [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 28, 2005 9:55 AM To: user@struts.apache.org Subject: [OT] web templates, struts templates? I spent some

[OT] web templates, struts templates?

2005-06-28 Thread Aleksandar Matijaca
user management. Do you know, if there is such a thing as "Struts Templates" that come with this stuff pre-built? It gets realy tiring re-inventing the wheel... Thanks, Alex.