RE: Treeview - Frameless Layout in struts

2004-06-23 Thread Jirole, Amar
There are quite a few tree controls there using diff. techs.
Here are some of the controls I investigated during my project.

Here is an article which explains how to build a simple tree control on your
own.
http://www.devx.com/webdev/Article/9843/0/page/2

Jpowered has some decent tree controls 

http://www.jpowered.com/

http://sourceforge.net/projects/jsptree/

http://sourceforge.net/projects/nanotree/

http://www.treemenu.net/treemenu/demos.asp

There is no "the" tree control, it all depends on your requirements.

HTH
-Amar

-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Siggelkow
Sent: Wednesday, June 23, 2004 12:57 PM
To: [EMAIL PROTECTED]
Subject: Re: Treeview - Frameless Layout in struts


I think struts-menu (http://struts-menu.sourceforge.net) might suit your 
needs.

Yadav, Ganesh wrote:
> Folks,
> I am developing a J2EE based data oriented application using Struts.
> I want to develop a UI using Frameless Layout For Tree view, something
like left side of the page will have a Tree View and depending on selected
node right side of the page will be filled up with different forms for
inputting/submitting/viewing the data in html.
> Can some one please point out me to some examples of Tree View
Implementation used in JSP for left pane navigation ?
> I know Echo framework has this inbuilt functionality, But I want to
develop this using struts.
> Any suggestions using JavaScript or ready to use tags are welcome.
> Thanks !
> G


-
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]



Re: Treeview - Frameless Layout in struts

2004-06-23 Thread Bill Siggelkow
I think struts-menu (http://struts-menu.sourceforge.net) might suit your 
needs.

Yadav, Ganesh wrote:
Folks,
I am developing a J2EE based data oriented application using Struts. 
I want to develop a UI using Frameless Layout For Tree view, something like left side of the page will have a Tree View and depending on selected node right side of the page will be filled up with different forms for inputting/submitting/viewing the data in html.
Can some one please point out me to some examples of Tree View Implementation used in JSP for left pane navigation ?
I know Echo framework has this inbuilt functionality, But I want to develop this using struts.
Any suggestions using JavaScript or ready to use tags are welcome.
Thanks !
G

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


Re: Treeview - Frameless Layout in struts

2004-06-23 Thread James Mitchell
Why are you sending this to everyone?  All you need to to is send it to the
struts user list and we will all get it.



--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx

- Original Message -
From: "Yadav, Ganesh" <[EMAIL PROTECTED]>
To: "Charles Cordingley " <[EMAIL PROTECTED]>; "Christopher
Marsh-Bourdon " <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "David
Friedman " <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
"Duncan Mills (E-mail)" <[EMAIL PROTECTED]>; "Fernando Loygorri "
<[EMAIL PROTECTED]>; "Frank Zammetti " <[EMAIL PROTECTED]>; "Hookom,
Jacob " <[EMAIL PROTECTED]>; "James Mitchell"
<[EMAIL PROTECTED]>; "Joe Hertz" <[EMAIL PROTECTED]>; "Kathy Zhou "
<[EMAIL PROTECTED]>; "Marco Mistroni" <[EMAIL PROTECTED]>; "Mark
Lowe " <[EMAIL PROTECTED]>; "McCormack, Chris "
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "mike"
<[EMAIL PROTECTED]>; "Navjot Singh" <[EMAIL PROTECTED]>; "Niall
Pemberton" <[EMAIL PROTECTED]>; "Pilgrim, Peter "
<[EMAIL PROTECTED]>; "Rajat Pandit, Gurgaon "
<[EMAIL PROTECTED]>; "Ram Venkataswamy " <[EMAIL PROTECTED]>; "Rick Reumann
" <[EMAIL PROTECTED]>; "Riyad Kalla " <[EMAIL PROTECTED]>; "Ron
Grabowski " <[EMAIL PROTECTED]>; "Shailender Jain "
<[EMAIL PROTECTED]>; "Shilpa Vaidya"
<[EMAIL PROTECTED]>; "Siri Narasimham "
<[EMAIL PROTECTED]>; "Struts Users Mailing List"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "Tim Penhey"
<[EMAIL PROTECTED]>; "Wendy Smoak" <[EMAIL PROTECTED]>; "Zhang, Larry "
<[EMAIL PROTECTED]>
Sent: Wednesday, June 23, 2004 12:22 PM
Subject: Treeview - Frameless Layout in struts


Folks,
I am developing a J2EE based data oriented application using Struts.
I want to develop a UI using Frameless Layout For Tree view, something like
left side of the page will have a Tree View and depending on selected node
right side of the page will be filled up with different forms for
inputting/submitting/viewing the data in html.
Can some one please point out me to some examples of Tree View
Implementation used in JSP for left pane navigation ?
I know Echo framework has this inbuilt functionality, But I want to develop
this using struts.
Any suggestions using JavaScript or ready to use tags are welcome.
Thanks !
G

-
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]



RE: Treeview - Frameless Layout in struts

2004-06-23 Thread Matthias Wessendorf
perhaps you might look at this

http://www.guydavis.ca/projects/oss/tags/

cheers,

> -Original Message-
> From: Yadav, Ganesh [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, June 23, 2004 6:22 PM
> To: Charles Cordingley ; Christopher Marsh-Bourdon ; 
> [EMAIL PROTECTED]; David Friedman ; 
> [EMAIL PROTECTED]; Duncan Mills (E-mail); 
> Fernando Loygorri ; Frank Zammetti ; Hookom, Jacob ; James 
> Mitchell; Joe Hertz; Kathy Zhou ; Marco Mistroni; Mark Lowe ; 
> McCormack, Chris ; [EMAIL PROTECTED]; mike; Navjot 
> Singh; Niall Pemberton; Pilgrim, Peter ; Rajat Pandit, 
> Gurgaon ; Ram Venkataswamy ; Rick Reumann ; Riyad Kalla ; Ron 
> Grabowski ; Shailender Jain ; Shilpa Vaidya; Siri Narasimham 
> ; Struts Users Mailing List; [EMAIL PROTECTED]; Tim 
> Penhey; Wendy Smoak; Zhang, Larry 
> Subject: Treeview - Frameless Layout in struts
> 
> 
> Folks,
> I am developing a J2EE based data oriented application using Struts. 
> I want to develop a UI using Frameless Layout For Tree view, 
> something like left side of the page will have a Tree View 
> and depending on selected node right side of the page will be 
> filled up with different forms for 
> inputting/submitting/viewing the data in html. Can some one 
> please point out me to some examples of Tree View 
> Implementation used in JSP for left pane navigation ? I know 
> Echo framework has this inbuilt functionality, But I want to 
> develop this using struts. Any suggestions using JavaScript 
> or ready to use tags are welcome. Thanks ! G
> 
> -
> 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]