if you can find another way to abort creation of a class instance in java feel free to let us know.
-igor On Thu, Jun 26, 2008 at 4:29 AM, Eyal Golan <[EMAIL PROTECTED]> wrote: > Igor, > That is what we used before. > Then I looked on the links above, tried the setResponsePage and found out > that it works. > After your answer, I understand that it does pollute the page map. > > I'll change to use the Exception instead. > IMHO it's not a "nice" way to implement such a feature. > > On Wed, Jun 25, 2008 at 5:11 PM, Igor Vaynberg <[EMAIL PROTECTED]> > wrote: > >> use restartresponseexception instead >> >> -igor >> >> On Wed, Jun 25, 2008 at 5:36 AM, Eyal Golan <[EMAIL PROTECTED]> wrote: >> > Hi, >> > After reviewing some discussion regarding the issue. >> > http://issues.apache.org/jira/browse/WICKET-696 >> > >> > and >> > >> http://www.mail-archive.com/[EMAIL PROTECTED]/msg30288.html >> > >> > What is the conclusion? >> > Is the original page being mapped or no? >> > >> > thanks >> > >> > -- >> > Eyal Golan >> > [EMAIL PROTECTED] >> > >> > Visit: http://jvdrums.sourceforge.net/ >> > LinkedIn: http://www.linkedin.com/in/egolan74 >> > >> > P Save a tree. Please don't print this e-mail unless it's really >> necessary >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > Eyal Golan > [EMAIL PROTECTED] > > Visit: http://jvdrums.sourceforge.net/ > LinkedIn: http://www.linkedin.com/in/egolan74 > > P Save a tree. Please don't print this e-mail unless it's really necessary > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
