RE : Struts 1.1 & XHTML [html:form]

2004-05-17 Thread Le Goff, Yoann
Hi,
I'm talking about the render
Not about the use of the struts tag.
About style & id, all is ok ;o)

Thx.

Yoann

-Message d'origine-
De : Andrea M. [mailto:[EMAIL PROTECTED]
 ]
Envoyé : lundi 17 mai 2004 12:40
À : 'Struts Users Mailing List'
Objet : R: Struts 1.1 & XHTML [html:form]


Hi Yoann
Why do you need a "name" on your form?
In Struts it usually identifies the name of the actionForm it uses, but that
is usually set in struts-config. If a unique identifier of the  then
'styleId' attribute might be what you want, since it renders an 'id'
attribute (ibid
http://jakarta.apache.org/struts/userGuide/struts-html.html
 )


-Messaggio originale-
Da: Le Goff, Yoann [mailto:[EMAIL PROTECTED]
 ]
Inviato: lunedì 17 maggio 2004 11.55
A: 'Struts Users Mailing List'
Oggetto: Struts 1.1 & XHTML [html:form]

Hi,

My  render a form with a name="toto" attribute corresponding to
my struts-config bean. All is right, But XHTML 1.1 do-not accept name
attribute in a form tag ...

Is somebody got an idea ?

I've ever try  in my jsp.
It works form  tag but for form tag, it doesn't.

Thx !


Yoann



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




RE: Struts 1.1 & XHTML [html:form]

2004-05-17 Thread Kransen, J.
That's a known issue and is solved in 1.2

> -Oorspronkelijk bericht-
> Van: Le Goff, Yoann [mailto:[EMAIL PROTECTED]
> Verzonden: maandag 17 mei 2004 11:55
> Aan: 'Struts Users Mailing List'
> Onderwerp: Struts 1.1 & XHTML [html:form]
> 
> Hi,
> 
> My  render a form with a name="toto" attribute corresponding to
> my struts-config bean.
> All is right,
> But XHTML 1.1 do-not accept name attribute in a form tag ...
> 
> Is somebody got an idea ?
> 
> I've ever try  in my jsp.
> It works form  tag but for form tag, it doesn't.
> 
> Thx !
> 
> 
> Yoann



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