Re: code repetation in action classes

2005-04-14 Thread Dave Newton
temp temp wrote: I am implementing pagination for most of my jsp's so I created a pagination bean with properties corresponding to pagination and this bean extends to ActionForm . All my formbeans extend to the pagination bean class. In all my action classes I am repeating code to set values co

code repetation in action classes

2005-04-14 Thread temp temp
I am implementing pagination for most of my jsp's so I created a pagination bean with properties corresponding to pagination and this bean extends to ActionForm . All my formbeans extend to the pagination bean class. In all my action classes I am repeating code to set values corresponding to pa