calling an action from another

2007-07-30 Thread Session A Mwamufiya
Hi, I have one frame that is handled by an action that displays a treeview, and another frame that is handled by another set of actions that edit the different types of elements in the tree. I would like to have the treeview action refresh once an editor action is performed. How would I go ab

Re: Calling an action from another action

2006-04-20 Thread Rick Reumann
On 4/20/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > On 4/20/06, Rick Reumann <[EMAIL PROTECTED]> wrote: > > So again, really think about whether you need to go from one action to > > another. > > Lastly, if you do need to it (which from the above I doubt you need > > to), I wouldn't do it i

Re: Calling an action from another action

2006-04-20 Thread Michael Jouravlev
On 4/20/06, Rick Reumann <[EMAIL PROTECTED]> wrote: > So again, really think about whether you need to go from one action to > another. > Lastly, if you do need to it (which from the above I doubt you need > to), I wouldn't do it in the Action class but simply still return as > usual but have your

Re: Calling an action from another action

2006-04-20 Thread Rick Reumann
On 4/20/06, Meenakshi Singh <[EMAIL PROTECTED]> wrote: > Please help me. > > I am using this code in one of my action classes(dispatch actions) > > if(returnvalue==1) //return value is the value returned by the dao method > after inserting the record into the database. > { > ActionForward fwd=new

Calling an action from another action

2006-04-19 Thread Meenakshi Singh
Hi all, Please help me. I am using this code in one of my action classes(dispatch actions) if(returnvalue==1) //return value is the value returned by the dao method after inserting the record into the database. { ActionForward fwd=new ActionForward(); fwd.setpath(/App/BidPackageDashboard.do"?cod