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 , and and Simple will generate , errors for Field Errors. Also in Simple Theme I can't get to generate the JavaScript code for Client Side Validation. Regards, Néstor Boscán

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 , and and Simple will generate , errors for Field Errors. Also in Simple Theme I can't get to generate the JavaScript code for Client Side Validation. Regards, Néstor Boscán

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 , and and Simple will generate , errors for Field Errors. Also in Simple Theme I can't get to generate the JavaScript code for Client Side Validation. Regards, Néstor Boscán

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 , and and Simple will generate , errors for Field Errors. Also in Simple Theme I can't get to generate the JavaScript code for Client Side Validation. Regards, Néstor Boscán

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

2007-07-15 Thread Chris Pratt
se 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 X

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 stil

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

2007-07-16 Thread Ian Roughley
ther theme can be modified. But I'd love to find a way to use 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 The

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

2007-07-16 Thread Néstor Boscán
> > 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 of , and and >> Simple will generate , errors for Field Errors

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

2007-07-16 Thread Ian Roughley
oscá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 Chris Pratt wrote: Simple seems to be t

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

2007-07-16 Thread Néstor Boscán
o: Re: 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

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

2007-07-16 Thread Ian Roughley
ation?. 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 valu

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

2007-07-16 Thread Chris Pratt
code for > the Client-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 do

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 with

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

2007-07-16 Thread Ray Clough
: "Ian Roughley" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > 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 > > Ch

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

2007-07-17 Thread Kishen Simbhoedatpanday
: > > Hi > > Is there a Struts 2 Theme that doesn't generate extra HTML for the tags. > For > example XHTML generates a lot of , and and Simple will > generate , errors for Field Errors. Also in Simple Theme I can't > get to generate the JavaScript code for Cli

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

2007-07-17 Thread Néstor Boscán
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 tag. And xhtml themes for formelements like textfields etc. Still you wil

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