Re: [T5] Every form element renders with the field error marker

2007-10-08 Thread Hugo Palma
Your comment led me to the answer. I have a custom Shell component where i define the html and head elements. In my page i again have the html element declared because i need to declare the tapestry namespace, but problem is that the html gets rendered twice, so my resulting html is:

Re: [T5] Every form element renders with the field error marker

2007-10-08 Thread Josh Canfield
Hmm... can you give us a little code that reproduces the problem? I've seen this when I don't have my layout included properly. I believe that your rendered page isn't getting the default css/js included from tapestry. Could it be that you don't have a or element defined? I can't compile anything

Re: [T5] Every form element renders with the field error marker

2007-10-08 Thread Hugo Palma
I have the namespace defined. Josh Canfield wrote: I think this happens when you don't have the tapestry xmlns defined: http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> Josh On 10/8/07, Hugo Palma <[EMAIL PROTECTED]> wrote: I must be doing something really dumb because i'm gett

Re: [T5] Every form element renders with the field error marker

2007-10-08 Thread Josh Canfield
I think this happens when you don't have the tapestry xmlns defined: http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> Josh On 10/8/07, Hugo Palma <[EMAIL PROTECTED]> wrote: > > I must be doing something really dumb because i'm getting displayed next > to every single form element(even the