Hi, I'm quiet new of tapestry.
I have a problem in calling a page.
My form in MyPage.html is
<form jwcid="[EMAIL PROTECTED]" listener="ognl:listeners.submitMainForm"
delegate="ognl:beans.delegate"> <input type="submit" jwcid="[EMAIL
PROTECTED]"
value="Salva" selected="ognl:mainSubmitType"
tag="saveDay" />
</form>
In MyPage.java I have a method submitMainForm(IRequestCycle cycle) and the
pageBeginRender method.
When I press submit button, I see that is called:
pageBeginRender method,
submitMainForm
pageBeginRender again.
When is there a listener on form Is pageBeginRender method called before
listener method?
Which is the problem?
Thanks a lot in advance
--
View this message in context:
http://www.nabble.com/pageBeginRender-and-submit-tf3510853.html#a9806821
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]