Re: Struts 2 Theme that doesn't generate extra HTML

2007-07-17 Thread Kishen Simbhoedatpanday
How do you want your field errors displayed? I always use a the list tags for displaying lists Maybe you can use the css_xhtml theme in the s:form / tag. And xhtml themes for formelements like textfields etc. Still you will have the overhead when it comes to tr and div tags. Néstor

RE: Struts 2 Theme that doesn't generate extra HTML

2007-07-17 Thread Néstor Boscán
2007 05:40 a.m. Para: user@struts.apache.org Asunto: Re: Struts 2 Theme that doesn't generate extra HTML How do you want your field errors displayed? I always use a the list tags for displaying lists Maybe you can use the css_xhtml theme in the s:form / tag. And xhtml themes for formelements

RE: Struts 2 Theme that doesn't generate extra HTML

2007-07-17 Thread Néstor Boscán
Clough [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 16 de Julio de 2007 08:12 p.m. Para: Struts Users Mailing List Asunto: Re: Struts 2 Theme that doesn't generate extra HTML I always try to use JSTL and JSP-EL when I can, but there used to be bugs in the process of getting the JSTL tags to work

Re: Struts 2 Theme that doesn't generate extra HTML

2007-07-16 Thread Ian Roughley
-Mensaje original- De: Ian Roughley [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 16 de Julio de 2007 09:10 a.m. Para: Struts Users Mailing List Asunto: Re: Struts 2 Theme that doesn't generate extra HTML You can always use JSTL and HTML. /Ian Chris Pratt wrote: Simple seems to be the closest

RE: Struts 2 Theme that doesn't generate extra HTML

2007-07-16 Thread Néstor Boscán
and the Struts 2 Tags. Regards, Néstor Boscán -Mensaje original- De: Ian Roughley [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 16 de Julio de 2007 09:10 a.m. Para: Struts Users Mailing List Asunto: Re: Struts 2 Theme that doesn't generate extra HTML You can always use JSTL and HTML. /Ian

Re: Struts 2 Theme that doesn't generate extra HTML

2007-07-16 Thread Ian Roughley
?. Regards, Néstor Boscán -Mensaje original- De: Ian Roughley [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 16 de Julio de 2007 11:51 a.m. Para: Struts Users Mailing List Asunto: Re: Struts 2 Theme that doesn't generate extra HTML Then use HTML and the property tag to obtain value from

Re: Struts 2 Theme that doesn't generate extra HTML

2007-07-16 Thread Chris Pratt
-Side Validation?. Regards, Néstor Boscán -Mensaje original- De: Ian Roughley [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 16 de Julio de 2007 11:51 a.m. Para: Struts Users Mailing List Asunto: Re: Struts 2 Theme that doesn't generate extra HTML Then use HTML and the property tag

RE: Struts 2 Theme that doesn't generate extra HTML

2007-07-16 Thread Néstor Boscán
Ha, ha, thanks -Mensaje original- De: Ian Roughley [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 16 de Julio de 2007 01:29 p.m. Para: Struts Users Mailing List Asunto: Re: Struts 2 Theme that doesn't generate extra HTML You have to pick your poison. You use the tags

Re: Struts 2 Theme that doesn't generate extra HTML

2007-07-16 Thread Ray Clough
Users Mailing List user@struts.apache.org Subject: Re: Struts 2 Theme that doesn't generate extra HTML Date: Mon, 16 Jul 2007 09:10:01 -0400 You can always use JSTL and HTML. /Ian Chris Pratt wrote: Simple seems to be the closest, but unfortunately it is still run through the Freemarker

Re: Struts 2 Theme that doesn't generate extra HTML

2007-07-15 Thread Chris Pratt
Simple seems to be the closest, but unfortunately it is still run through the Freemarker templates, so it has the same overhead that the other themes have. You can, change the simple theme to remove those li ul the same way any other theme can be modified. But I'd love to find a way to use

RE: Struts 2 Theme that doesn't generate extra HTML

2007-07-15 Thread Néstor Boscán
Chris Thanks -Mensaje original- De: Chris Pratt [mailto:[EMAIL PROTECTED] Enviado el: Domingo, 15 de Julio de 2007 03:09 p.m. Para: Struts Users Mailing List Asunto: Re: Struts 2 Theme that doesn't generate extra HTML Simple seems to be the closest, but unfortunately it is still run