| Author |
Pojo Action in struts 2
|
Prashant Saraf
Ranch Hand
Joined: Sep 25, 2006
Posts: 50
|
|
Hi, Can we make a pojo as action. if yes then how? can someone give an example of it. Regards Prashant
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8262
|
|
There's no big secret. Just declare it in struts.xml like you would any other action: SomePOJO has to have a no-argument constructor so it can be instantiated by reflection and someMethod should return a String.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: Pojo Action in struts 2
|
|
|