Re: [s2] Passing parameters to an action

2007-03-09 Thread Petr Blahos
> Hi all, > I was wondering how I could possibly solve this: I have an action in which > I construct quite a complex data structure. From that data structure I > display > some tables and create some charts. Now, I have got this one big-ass java > class - extending ActionSupport, in which I d

[s2] Passing parameters to an action

2007-02-22 Thread Petr Blahos
Hi all, I was wondering how I could possibly solve this: I have an action in which I construct quite a complex data structure. From that data structure I display some tables and create some charts. Now, I have got this one big-ass java class - extending ActionSupport, in which I do all the stuff -