Hi

There was a missing end span for a span further down in the structure, totally 
unrelated to the referenced line. 

So now I have a Tree2 pure html page ;)

Hermod

-----Original Message-----
From: Gary VanMatre [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 29, 2005 5:08 PM
To: Struts Developers List
Subject: RE: [shale] Tomahawk in Clay pure html


>From: <[EMAIL PROTECTED]> 
>
> Hi 
> 
> I am trying out tree2 in pure html (trying to implement one of the tre2 
> samples 
> from the simple-example in Myfaces), but I am getting an error that I am at a 
> loss at: 
> 

Make sure that your html span tag on line 3 has an ending tag in XML speak.  
The span tag is not one of the optional html ending elements.  The Clay parser 
handles old school html (optional ending tags and no attribute delimiters) but 
it needs to know the document structure so that it can be converted into a JSF 
component tree.  


> java.lang.RuntimeException: Unmatched begining token: Node token range (42 - 
> 175) on line# 3 begining offset 40. 
> > varNodeToggler="t" showRootNode="false" allowbody="true"> 
> 
> I just can't see what is wrong with that line. 
> 
> Hermod 
> 

Gary

> 
> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
> 
> This email with attachments is solely for the use of the individual or 
> entity to whom it is addressed. Please also be aware that DnB NOR cannot 
> accept any payment orders or other legally binding correspondence with 
> customers as a part of an email. 
> 
> This email message has been virus checked by the virus programs used 
> in the DnB NOR Group. 
> 
> * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
> 
> 
> --------------------------------------------------------------------- 
> 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