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 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 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 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.
>
> Regards,
>
> Néstor Boscán
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to