Can't remember where I found this..

public abstract class MyExternalPage extends BasePage implements IExternalPage {

    public void activateExternalPage(Object[] params, IRequestCycle cycle) {
        Object param1 = cycle.getRequestContext().getParameter("param1"));
        doOtherStuff(cycle);
    }



On 3/26/06, Giampaolo Tomassoni <[EMAIL PROTECTED]> wrote:
> Dears,
>
> I need to handle form submission from an IExternalPage, but I see that the 
> parameters with which the page was originally invoked are not put back during 
> submission.
>
> I tried either direct and action services, but both fail in that. I looked 
> into the forum and found nothing about this.
>
> Is there any way to do this?
>
> Thanks,
>
> -----------------------------------
> Giampaolo Tomassoni - IT Consultant
> Piazza VIII Aprile 1948, 4
> I-53044 Chiusi (SI) - Italy
> Ph: +39-0578-21100
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Cheers
Theo

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

Reply via email to