dev@jsf-extensions.java.net

state management

From: Roger Keays <roger.keays_at_ninthavenue.com.au>
Date: Sat, 14 Oct 2006 14:14:46 +1000

Hi jsf-extension-ers,

I have a situation where I need to use AJAX to render a <h:form>
component. This is okay, but in the resulting markup, instead of a
hidden input for javax.faces.VIEW_STATE, all I get is the plain text
~facelets.VIEW_STATE~

It seems that the DeferredStateManager is responsible for this, since it
prevents any state being written in the markup. The problem is that the
state which was returned in the xml response is not being resubmitted
when I try to use the form. Since the state is not sent, the action
listeners are not invoked.

Can anybody help me with this one?

Cheers,

Roger

-- 
----------------------------------------
Ninth Avenue Software
p: +61 7 3137 1351 (UTC +10)
f: +61 7 3102 9141
w: http://www.ninthavenue.com.au
e: info_at_ninthavenue.com.au
----------------------------------------