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
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
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
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
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
5 matches
Mail list logo