Its good to know that this is *supposed* to work. The pageValidate() is located in the superclass for the called page. The account/signIn page derives from BasePage, so it doesnt share the pageValidate() code.
Does anyone know what the error actually means? Is it trying to say that a potentially infinite validation loop was detected for account/signIn? -C. On 8/17/05, Yoritaka Sakakura <[EMAIL PROTECTED]> wrote: > Is the same pageValidate on account/signIn (maybe from common base > class)? > > -Yori > > -----Original Message----- > From: Kevin Menard [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 17, 2005 9:13 PM > To: Tapestry users > Subject: Re: Simple redirect from pageValidate, and Tapestry is unhappy > > > > On Aug 17, 2005, at 9:03 PM, cracru wrote: > > > And here is the exception: > > > > "A validate cycle during page activation was detected: > > account/signIn; account/signIn. " > > > > > > Isn't this redirect allowed? Note that the pageValidate() code is very > > similar to the Tapestry PetShop example. > > I'm not sure what your issue may be, but I can definitely throw a > PageRedirectException from my pageValidate() method. Not that I'm > throwing an actual page instance rather than its name though. > > -- > Kevin > > --------------------------------------------------------------------- > 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]
