[EMAIL PROTECTED] wrote:
>
> 3. The XHTML and HTML4.0 standard says that there should be an attribute
> on the <html> tag specifying the language, a la
> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
>
I just added a new <form:html/> tag that will generate the "lang" and "xml:lang"
attributes automatically, based on the Locale bean stored in the user's session
(if there is one). The "xmlns" attribute has a default value in the XHTML 1.0
DTD, so there was no need to create this constant value.
> Alf Hogemark
Craig McClanahan