Re: Struts Menu Vs Struts Layout

2005-12-21 Thread Agnisys
Hi Frank, I did look at JWP but got intimidated by the Javadocs. I thought I would get documentation about the Tags I can use, but instead I found Java classes, and with no signpost for where to begin. You have suggested to look at the sample application, which I'll do. Thanks, Anupam. ---

Re: Struts Menu Vs Struts Layout

2005-12-19 Thread Frank W. Zammetti
I suggest AjaxTags from Java Web Parts: http://javawebparts.sourceforge.net Hit the javadocs link, then jump to the taglib package, the documentation for the package should give you a good idea what its all about, then you can grab the JWP distro and try out the sample app for some working exampl

Re: Struts Menu Vs Struts Layout

2005-12-19 Thread Agnisys
Hi, I did spend much time on OpenLazlo but gave it up because of lack of appropriate constructs for dynamic GUI design and lack of proper support. I would love to use Ajax since it is a light-weight solution. But don't want to deal with all the Javascript coding. I wonder what people are usi

Re: Struts Menu Vs Struts Layout

2005-12-18 Thread Yves Sy
Another option would be SiteMesh. If you like working on the fringes of technology though, I recommend AJAX or OpenLaszlo... Br, -Yves- On 12/18/05, Agnisys <[EMAIL PROTECTED]> wrote: > > Hi, > I need to create an application with lots of Dynamic GUI features (like > dynamic number of > Panes)

Struts Menu Vs Struts Layout

2005-12-18 Thread Agnisys
Hi, I need to create an application with lots of Dynamic GUI features (like dynamic number of Panes). Which one is more suitable for the job: Struts Menu or Struts Layout? Or is there a more appropriate 3rd option? Thanks for any pointers. Anupam. ___