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-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 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 tag. And xhtml themes for formelements like textfields etc. Still you will have the overhead when it comes to and tags. Néstor Boscán-3 wrote: >

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-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 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 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 Néstor Boscán
with OGNL 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 d

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
That's correct, but in this project I have to work with OGNL 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

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

2007-07-16 Thread Ian Roughley
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 templates, so it has the same overhead that the other themes have. You can, change the simple theme to remove those & the same way any other them

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-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 & the same way any other theme can be modified. But I'd love to find a way to use Struts