Re: Struts Menu Vs Struts Layout

2005-12-21 Thread Agnisys
Again though, you > would do the coding yourself, so might not be what you want anyway. > > Feel free to fire any questions at me if you decided to use AJAX, in > whatever way. > > -- > Frank W. Zammetti > Founder and Chief Software Architect > Omnytex Technologies > h

Re: Struts Menu Vs Struts Layout

2005-12-19 Thread Agnisys
her 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

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. ___

Tabbed panes in struts

2005-12-01 Thread Agnisys
Hi, I have seen tiles used for implementing Tabbed panes, however, they are static, that is, what tabs are displayed is known ahead of time. In my application a tabbed pane is created at run-time. Is there a way to do this under Struts framework or using some tags? Thanks, Anupam.

Passing an array of fields to ActionForm

2005-11-05 Thread Agnisys
Hi, In my application the user can add any number of input text fields to add properties to a form (implemented using Javascript). Is there a way to create an ActionForm that can get an array of property values from the JSP page, without knowing how many they are? How would such properties be