a) its not as guaranteed as using an exception - you may forget to
call return, etc, etc.
b) it pollutes the pagemap because the instance of the page that has
the navigation logic is stored in the pagemap needlessly - excepton
doesnt have this sideffect because the object is destroyed.

-igor

2009/6/16 Major Péter <[email protected]>:
> Still... What if I'm using
>
> setResponsPage(Page1.class);
> return;
>
> combo???
>
> Peter
>
> 2009-06-16 22:08 keltezéssel, James Carman írta:
>>
>> The response page is already being rendered.  That's why it's being
>> instantiated.
>>
>> On Tue, Jun 16, 2009 at 4:07 PM, Martin Makundi
>> <[email protected]>  wrote:
>>>
>>> I use setResponsePage.
>>>
>>> If there was no other way, I would do RFE ;)
>>>
>>> **
>>> Martin
>>>
>>> 2009/6/16 Jeremy Thomerson<[email protected]>:
>>>>
>>>> suggest a better way
>>>>
>>>> --
>>>> Jeremy Thomerson
>>>> http://www.wickettraining.com
>>>>
>>>>
>>>>
>>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to