2011-08-12 23:52, Vangel V. Ajanovski:
Hi Christian, I looked into this in more detail, but I don't really
understand what kind of validation problems are you preventing with the
two zones (so efectively you have surrounded the form with three extra
divs, and I have just two.

<div dialogzone>
<div dialoglayout>
<div newproviderzone>
<form>

I may be wrong but I think when you have the zone="gridZone" on the form and there are (server-side) validation failures, you won't see them because only the grid is refreshed, not the form.

That's why i pack my form in a separate zone. The other thing is that I prefer to create a component for the dialog.

So the structure is:
<div dialogzone>
   <div dialog>

With dialog component consisting of
  <div formzone>
    <form>

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

Reply via email to