Vincent -- your original question isn't quite clear. You can do this:

        IPage myListener(...) {
                ...
                IPage otherPage = cycle.getRequestCycle("OtherPage");
                otherPage.setSomeProperty(...);
                return otherPage;
        }

What is it that you need that this doesn't accomplish? What are you trying to do?

Cheers, P


On Jan 12, 2006, at 6:28 AM, Vincent wrote:

Hi all,

Is there any news about this?

best regards,
Vincent
On 1/6/06, Vincent <[EMAIL PROTECTED]> wrote:
Hi all,

I need to manually render the page when the button listener was
called. Is there any method that I can use?

regards,
Vincent


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



_________________________________________________________________
Piano music podcast: http://inthehands.com
Other interesting stuff: http://innig.net



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

Reply via email to