Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you used the nested tags a lot in struts 1.x, you may be surprised to find that there is no equivelent equivalent
in Struts 2. Have no fear though. It , it is possible to replicate the functionality in Struts 2.
I will fill this out a little more as I go but below is the basic gist of it.

Action Class :

Code Block
java
java
 

 List<MyBean> beanList;
//getter/setter

...