Re: InjectState exception within activateExternalPage

2006-01-05 Thread Syed Kazim Hussain
t that this looks like a bug, but I'll investigate you're workaround and see if we can make that work as a stop-gap. -Original Message- From: Shawn Church [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 10:12 AM To: tapestry-user@ja

Re: InjectState exception within activateExternalPage

2005-10-07 Thread Shawn Church
e of the requests will receive this same stack > trace. > > > > > > I agree with your assessment that this looks like a bug, but > I'll > > > investigate you're workaround and see if we can make that work as > a > > > stop-gap. &

Re: InjectState exception within activateExternalPage

2005-10-07 Thread Howard Lewis Ship
with your assessment that this looks like a bug, but I'll > > investigate you're workaround and see if we can make that work as a > > stop-gap. > > > > -Original Message- > > From: Shawn Church [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, Octo

Re: InjectState exception within activateExternalPage

2005-10-07 Thread Howard Lewis Ship
age- > From: Shawn Church [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 04, 2005 10:12 AM > To: tapestry-user@jakarta.apache.org > Subject: Re: InjectState exception within activateExternalPage > > The only solution (work-around) I could come up with for this problem

RE: InjectState exception within activateExternalPage

2005-10-05 Thread Bryan Dotzour
t work as a stop-gap. -Original Message- From: Shawn Church [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 10:12 AM To: tapestry-user@jakarta.apache.org Subject: Re: InjectState exception within activateExternalPage The only solution (work-around) I could come up with for this p

Re: InjectState exception within activateExternalPage

2005-10-04 Thread Shawn Church
The only solution (work-around) I could come up with for this problem is to replace this in my Border component: @InjectState("visit") public abstract Visit getVisitObject(); with this: @InjectObject("infrastructure:applicationStateManager") public abstract ApplicationStateManage