You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Jean Fotovat <j....@cross-systems.com> on 2002/05/02 14:49:30 UTC

Re: treeview...

hello arron,

it does not seem to represent a sample on how to implement a treeview with
struts !?
isn't it ?
thank you
jean fotovat
----- Original Message -----
From: "Arron Bates" <ar...@keyboardmonkey.com>
To: "Struts Developers List" <st...@jakarta.apache.org>
Cc: "Struts Users Mailing List" <st...@jakarta.apache.org>
Sent: Tuesday, April 30, 2002 3:05 PM
Subject: Re: treeview...


> Yes.
> Complete tutorial to create trees with Struts here...
>     http://www.keyboardmonkey.com/pilotlight
>
>
> Arron.
>
>
>
> Jean Fotovat wrote:
>
> >hello community,
> >
> >has somebody implements a treeview on struts framework ?
> >thank you
> >
> >jean fotovat
> >
>
>
>
> --
> To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: treeview...

Posted by Arron Bates <ar...@keyboardmonkey.com>.
It requires JSP 1.2
Apparently JSP 1.1 wont evaluate the custom tags of a dynamically 
included JSP.
Which could also explain your servlet exception.

Update your Tomcat to get it to work properly. You can fake it though, 
by looping through the child nodes yourself, but it will be restricted 
in the amount of levels possible. However, I don't have any available 
examples of this style any longer.

Arron.


Jean Fotovat wrote:

>hello arron,
>
>it does not seem to represent a sample on how to implement a treeview with
>struts !?
>isn't it ?
>thank you
>jean fotovat
>----- Original Message -----
>From: "Arron Bates" <ar...@keyboardmonkey.com>
>To: "Struts Developers List" <st...@jakarta.apache.org>
>Cc: "Struts Users Mailing List" <st...@jakarta.apache.org>
>Sent: Tuesday, April 30, 2002 3:05 PM
>Subject: Re: treeview...
>
>
>>Yes.
>>Complete tutorial to create trees with Struts here...
>>    http://www.keyboardmonkey.com/pilotlight
>>
>>
>>Arron.
>>
>>
>>
>>Jean Fotovat wrote:
>>
>>>hello community,
>>>
>>>has somebody implements a treeview on struts framework ?
>>>thank you
>>>
>>>jean fotovat
>>>
>>
>>
>>--
>>To unsubscribe, e-mail:
>>
><ma...@jakarta.apache.org>
>
>>For additional commands, e-mail:
>>
><ma...@jakarta.apache.org>
>
>
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>