>>>>> "Riyaz" == Riyaz Mansoor <[EMAIL PROTECTED]> writes:

    Riyaz> hi

    Riyaz> is it at all possible to NOT forward after executing an action?

    Riyaz> here's my situation. a link would execute a download action and the file
    Riyaz> downloads fine. however, i want to keep the existing webpage displayed and
    Riyaz> NOT move to a different page.

    Riyaz> is there a ActionForward directive or other that tells struts to stay put?

    Riyaz> OR would i have to construct the full url (with parameter name/values) and
    Riyaz> forward there?

    Riyaz> ideas?

Did you try returning null from the Action method?

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]   ; SCJP; SCWCD




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to