I have a LayoutCmpnt called AddUpdateLayout the contains the following form 


AddUpdateLayout.tml
<form t:id="addUpdateForm" clientValidation="true">  
</form>

AddUpdateLayout.java
......
        @Component(id="addUpdateForm")
        private Form addUpdateForm;
......

Then I use this Layout for XYZAddUpdate.tml page like this
<div t:type="AddUpdateLayoutCmpnt"
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
</div>

Now I want to handle the form submition 
in XYZAddUpdate.java and not in AddUpdateLayout.java

Is what I am trying to do even possible ?

Thanks, 
Petros
-- 
View this message in context: 
http://www.nabble.com/LayoutCmpnt-and-Form-submition-tp16245373p16245373.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to