Re: using select while migrating struts 1 to Struts 2

2011-02-14 Thread Dave Newton
> Is it possible to use old (Struts 1) select with struts 2. Short answer; not really. > In case there are local list in JSP page in struts 1 which uses "option" to > display the list dynamically it has to be written in action class in struts > 2. > > The code for the current approach is below: >

using select while migrating struts 1 to Struts 2

2011-02-14 Thread Ashish Shrivastava
Hi, Is it possible to use old (Struts 1) select with struts 2. Struts 2 select has mandatory attribute "list". SO if struts 1 select code needs to be migrated to struts 2 then list(array list etc.) has to be in action classes. In case there are local list in JSP page in struts 1 which uses "opt