I figured out a way to handle the defer without having to defer the form. 
Seems to work perfectly.


<t:form>
   <loop id="actionBtns">
      <submit value="save"  context="id" defer="false"/>
      <submit value="submit"  context="id" defer="false"/>
   </loop>
<t:form>

private Integer action;

void onPrepare() {
}

void onValidate() {
}

void onSuccess() {
}

void onSelected(Integer action) {
this.action = action;
}

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Submit-inside-loop-tp4946513p4955823.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to