Cool, i hadn't noticed it. Still the bigger problem remains with the tag name.
On Fri, Oct 24, 2008 at 5:46 PM, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > I noticed the blank string namespaces, and fixed it last night. > > On Thu, Oct 23, 2008 at 5:14 AM, Stephane Decleire > <[EMAIL PROTECTED]> wrote: > > The correction linked to Jira TAP5-290 defines the namespaces as needed > but > > the tag generated is not the same in a full and in a partial render : > > > > In my sample, the <div> tag printed during a full page rendering : > > > > <div class="msg"> > > <div>...</div> > > </div> > > > > becomes an <ns0> tag : > > > > <ns0:div class="msg" xmlns:ns0="http://www.w3.org/1999/xhtml" > xmlns:ns1=""> > > <div>...</div> > > </ns0:div> > > > > and my class="msg" css information is no more applied. > > > > Stephane > > > > > > -- > Howard M. Lewis Ship > > Creator Apache Tapestry and Apache HiveMind > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >