Re: treeview...

2002-05-13 Thread Nicolas De Loof

> unfortunatly, i cannot get the tomcat 4.1.0 version. i simply don't where
to
> look it for :-).

Here it is:

http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.0-alpha/


Nico



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: treeview...

2002-05-13 Thread Jean Fotovat

hello Craig R. McClanahan,

unfortunatly, i cannot get the tomcat 4.1.0 version. i simply don't where to
look it for :-).
could you please give the war you are speaking of (admin one).
i've tomat 4.0.3.
i hope it will works.
thanks
jean fotovat
- Original Message -
From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
To: "Struts Developers List" <[EMAIL PROTECTED]>
Sent: Thursday, May 02, 2002 5:48 PM
Subject: Re: treeview...


>
>
> On Tue, 30 Apr 2002, Jean Fotovat wrote:
>
> > Date: Tue, 30 Apr 2002 14:28:30 +0200
> > From: Jean Fotovat <[EMAIL PROTECTED]>
> > Reply-To: Struts Developers List <[EMAIL PROTECTED]>
> > To: [EMAIL PROTECTED]
> > Subject: treeview...
> >
> > hello community,
> >
> > has somebody implements a treeview on struts framework ?
> > thank you
> >
>
> There is a fairly complete version of a tree control in the admin webapp
> tool that is part of the Tomcat nightly builds (and the 4.1.0 test
> release).  It's buried in the webapps/admin/WEB-INF/classes source
> directory, but could be pulled out pretty easily.
>
> And it works with Struts 1.0.2, because that's what the admin app uses ...
>
> > jean fotovat
> >
>
> Craig
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: treeview...

2002-05-02 Thread Craig R. McClanahan



On Tue, 30 Apr 2002, Jean Fotovat wrote:

> Date: Tue, 30 Apr 2002 14:28:30 +0200
> From: Jean Fotovat <[EMAIL PROTECTED]>
> Reply-To: Struts Developers List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: treeview...
>
> hello community,
>
> has somebody implements a treeview on struts framework ?
> thank you
>

There is a fairly complete version of a tree control in the admin webapp
tool that is part of the Tomcat nightly builds (and the 4.1.0 test
release).  It's buried in the webapps/admin/WEB-INF/classes source
directory, but could be pulled out pretty easily.

And it works with Struts 1.0.2, because that's what the admin app uses ...

> jean fotovat
>

Craig



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: treeview...

2002-05-02 Thread Arron Bates

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" <[EMAIL PROTECTED]>
>To: "Struts Developers List" <[EMAIL PROTECTED]>
>Cc: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>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:
>>
><mailto:[EMAIL PROTECTED]>
>
>>For additional commands, e-mail:
>>
><mailto:[EMAIL PROTECTED]>
>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: treeview...

2002-05-02 Thread Jean Fotovat

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" <[EMAIL PROTECTED]>
To: "Struts Developers List" <[EMAIL PROTECTED]>
Cc: "Struts Users Mailing List" <[EMAIL PROTECTED]>
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:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




urgent : treeview...

2002-05-02 Thread Jean Fotovat

hello community,

is there someone who has tested successfully the tree implementation sample on
http://www.keyboardmonkey.com/pilotlight
with tomcat 3.2.1, or better with jbuilder 5.



Re: treeview...

2002-04-30 Thread Arron Bates

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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




treeview...

2002-04-30 Thread Jean Fotovat

hello community,

has somebody implements a treeview on struts framework ?
thank you

jean fotovat