I guess I would have to use a combination of both javascript and JSP since I
would like some actions to go throught the server and some just on the
client side ...

-----Original Message-----
From: Matt Raible [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 19, 2001 10:34 AM
To: [EMAIL PROTECTED]
Subject: Re: Tree


The problem with a jsp-based three is that you will have to go the server
each
time a user clicks on a node.  If you want anything to change on the screen
without hitting the server, you have to use javascript or dhtml (or the
dom).


--- "Gogineni, Pratima" <[EMAIL PROTECTED]> wrote:
> Hi
> 
> I have been thinking for a while about making a "tree" jsp component using
> struts. I like the idea of having a jsp based tree rather than using the
> javascript trees that are normally used. 
> 
> I know I will have to write a lot of action classes to support a *Good*
> generic tree. But does anyone know of any problems with using a jsp based
> tree rather than javascript based?
> 
> Thanks
> Pratima
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 19, 2001 9:05 AM
> To: [EMAIL PROTECTED]
> Subject: struts-layout
> 
> 
> Hi there!
> 
> I am happy to inform you that the 0.3 version of struts-layout has been 
> released on <http://struts.application-servers.com>. struts-layout is a
tag 
> library for Struts that allows for fast and easy development of jsp pages.
> With 
> struts-layout, pages are described with only a small set of special tags.
> HTML 
> tags are not any more needed (well, nearly), as struts-layout tags
generates
> 
> the layout. I kindly invite you to have a look on the site for more
> information.
> 
> struts-layout is now used in my company's projects and in 
> <http://www.application-servers.com>, a French site dedicated to
information
> 
> about application servers. French users can also find an introduction to
> Struts 
> and struts-layout on this site in the article section.
> 
> Please feel free to send me feedbacks and bug reports.
> 
> Cheers,
> 
> Jean-Noel


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to