So I have an issue, and it's that the Form.validationDelegate Flash variable is being cleared too soon. I'll say that we don't have a normal usecase, but just wondering how you could help. The reason for the modified flow is because we are embedding the site withing Facebook/OpenSocial. I'm still looking at it, but it looks like Flash variables are being cleared from pages, whether they were actually rendered or not (just a guess), but the weird thing is that all of this was working when we were using 5.0.11. Any help will be appreciated :) :) :)


NORMAL FLOW:
1) PageA is rendered with FormA
2) User submits FormA
 2a) causing ComponentEvent
 2b) we handle component Event,
     there is an error and put error state into
     ValidationDelegate
 2c) Tapestry returns a redirect to render the page
3) PageA is rendered with FormA and error
 3a) Flash variables are cleared



MY FLOW: (difference is 3,3a,4):
1) PageA is rendered with FormA
2) User submits FormA
 2a) causing ComponentEvent
 2b) we handle component Event,
     there is an error and put error state into
     ValidationDelegate
 2c) Tapestry returns a redirect to render the page
3) Tapestry is asked to render PageA, but we intercept that through a PageRenderRequestFilter, that returns an iframe that points back to the desired pageurl.. the page is NEVER RENDERED
 3a) Flash variables are cleared
     (page is NEVER RENDERED, so they are CLEARED PREMATURELY)
4) PageA is rendered with FormA and NO ERRORS

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

Reply via email to