Hello After reviewing a section which was problematic in the past, I want to comment on the viewstate handling again:<br><br>jsf.ajax.html<br><br>&lt;update id=&quot;javax.faces.viewstate&quot;&gt;<br><br>locate and update the submitting form&#39;s <code>javax.faces.ViewState</code> value
with the <code>CDATA</code> contents from the response.  Locate and update the 
<code>javax.faces.ViewState</code> value for all forms specified in the 
<code>render</code> target list.<br><br>Does this really suffice, what if the element is not a form, what if the form is inside a render target or outside a render target. Currently in myfaces we deal with those cases because the viewstate needs to be updated wether the target element is a form or not.<br>
What happens if you only execute but dont render? Or if you execute in one form and render in another?<br><br><br><br>Werner<br>