Re: Pass parameter to Action or Bean from config

2005-06-02 Thread Dave Newton
Scott Purcell wrote: I am trying to pass a parameter into a bean from an action call: Basically I am trying to reuse the action class and the bean class. As you can see in the below snippet. You might want to look at DispatchActions and check out the Struts documentation. Dave ---

Pass parameter to Action or Bean from config

2005-06-02 Thread Scott Purcell
Hello, I am trying to pass a parameter into a bean from an action call: Basically I am trying to reuse the action class and the bean class. As you can see in the below snippet. Here is an action I have I would like to do something like this: Thanks, Scot