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

2007-07-17 Thread Kishen Simbhoedatpanday
Boscán-3 wrote: Hi Is there a Struts 2 Theme that doesn't generate extra HTML for the tags. For example XHTML generates a lot of table, tr and td and Simple will generate li, ul errors for Field Errors. Also in Simple Theme I can't get s:form/ to generate the JavaScript code for Client Side

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

RV: 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
: Struts 2 Theme that doesn't generate extra HTML Then use HTML and the property tag to obtain value from the action or value stack. Its only the form tags that use themes/freemarker templating. /Ian Néstor Boscán wrote: That's correct, but in this project I have to work with OGNL

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

Struts 2 Theme that doesn't generate extra HTML

2007-07-15 Thread Néstor Boscán
Hi Is there a Struts 2 Theme that doesn't generate extra HTML for the tags. For example XHTML generates a lot of table, tr and td and Simple will generate li, ul errors for Field Errors. Also in Simple Theme I can't get s:form/ to generate the JavaScript code for Client Side Validation

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

2007-07-15 Thread Néstor Boscán
Hi Is there a Struts 2 Theme that doesn't generate extra HTML for the tags. For example XHTML generates a lot of table, tr and td and Simple will generate li, ul errors for Field Errors. Also in Simple Theme I can't get s:form/ to generate the JavaScript code for Client Side Validation

Struts 2 Theme that doesn't generate extra HTML

2007-07-15 Thread Néstor Boscán
Hi Is there a Struts 2 Theme that doesn't generate extra HTML for the tags. For example XHTML generates a lot of table, tr and td and Simple will generate li, ul errors for Field Errors. Also in Simple Theme I can't get s:form/ to generate the JavaScript code for Client Side Validation

Struts 2 Theme that doesn't generate extra HTML

2007-07-15 Thread Néstor Boscán
Hi Is there a Struts 2 Theme that doesn't generate extra HTML for the tags. For example XHTML generates a lot of table, tr and td and Simple will generate li, ul errors for Field Errors. Also in Simple Theme I can't get s:form/ to generate the JavaScript code for Client Side Validation

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

2007-07-15 Thread Chris Pratt
Struts 2 without theme support at all, with CSS and some good patterns you can achieve the same thing with a lot less overhead. (*Chris*) On 7/15/07, Néstor Boscán [EMAIL PROTECTED] wrote: Hi Is there a Struts 2 Theme that doesn't generate extra HTML for the tags. For example XHTML generates a lot

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