> 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:
>
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
2 matches
Mail list logo