RE: [shale] Tomahawk in Clay pure html

2006-01-02 Thread Gary VanMatre
>From: <[EMAIL PROTECTED]> > > 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 ;) > Outstanding! I'll take a look at that exception message. Sounds like it's reporting o

RE: [shale] Tomahawk in Clay pure html

2006-01-01 Thread hermod.opstvedt
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 >

RE: [shale] Tomahawk in Clay pure html

2005-12-29 Thread Gary VanMatre
>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.

RE: [shale] Tomahawk in Clay pure html

2005-12-29 Thread hermod.opstvedt
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: java.lang.RuntimeException: Unmatched begining token: Node token range (42 - 175) on line# 3 begining offset 40. o

RE: [shale] Tomahawk in Clay pure html

2005-12-28 Thread hermod.opstvedt
various JSF components. Hermod -Original Message- From: Ryan Wynn [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 28, 2005 8:29 PM To: Struts Developers List Subject: Re: [shale] Tomahawk in Clay pure html I have had success using most of the tomahawk components including tree2

RE: [shale] Tomahawk in Clay pure html

2005-12-28 Thread hermod.opstvedt
Hi Sorry Garry - Shame on me. Hermod -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Craig McClanahan Sent: Wednesday, December 28, 2005 7:25 PM To: Struts Developers List Subject: Re: [shale] Tomahawk in Clay pure html On 12/28/05, [EMAIL PROTECTED

Re: [shale] Tomahawk in Clay pure html

2005-12-28 Thread Mike Kienenberger
On 12/28/05, Ryan Wynn <[EMAIL PROTECTED]> wrote: > I have had success using most of the tomahawk components including > tree2. The only tricky part is that some times the attribute names on > the UIComponents are not the same as the attribute names on the jsp > tag. In which case the tomahawk js

Re: [shale] Tomahawk in Clay pure html

2005-12-28 Thread Ryan Wynn
I have had success using most of the tomahawk components including tree2. The only tricky part is that some times the attribute names on the UIComponents are not the same as the attribute names on the jsp tag. In which case the tomahawk jsp tags are doing the conversion. Here's what I have for t

Re: [shale] Tomahawk in Clay pure html

2005-12-28 Thread Craig McClanahan
On 12/28/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi > > Has anybody used the Tomahawk Tree2 in a Clay pure html setup? If so, how > did you define it? > > Actually the question goes for any non-trivial JSF component. In Craigs > Shale rolodex sample he implemented the tab'ed menu with

Re: [shale] Tomahawk in Clay pure html

2005-12-28 Thread Alexandre Poitras
I have learned to do it by looking at the standard clay-config.xml wich define the standard jsf components. Pettry obvious once you have a working example. I suggest you to take a look at this file. On 12/28/05, Gary VanMatre <[EMAIL PROTECTED]> wrote: > >From: <[EMAIL PROTECTED]> > > Hi > > > > H

Re: [shale] Tomahawk in Clay pure html

2005-12-28 Thread Gary VanMatre
>From: <[EMAIL PROTECTED]> > Hi > > Has anybody used the Tomahawk Tree2 in a Clay pure html setup? If so, how did > you define it? > I have not had a chance to use the Tree2 with Clay yet but you can find a base Clay config file for Tomahawk here: http://issues.apache.org/bugzilla/show_bu

[shale] Tomahawk in Clay pure html

2005-12-28 Thread hermod.opstvedt
Hi Has anybody used the Tomahawk Tree2 in a Clay pure html setup? If so, how did you define it? Actually the question goes for any non-trivial JSF component. In Craigs Shale rolodex sample he implemented the tab'ed menu with a shapevalidator. Is this the way to handle all non-trivial JSF compo