On 7/24/07, Alixandre Santana <[EMAIL PROTECTED]> wrote:
Seeing this line on Greg`s wiki page: <input type="hidden" name="javax\.faces\.ViewState" id="javax\.faces\.ViewState" value="(.+?)" /> I didnt found the pattern "javax\.faces\.ViewState" on my rendered code. Instead of this, i found "jsf_state_64" .
After reading Bernhard's comments I realized that my page is probably specific to using client-side state saving. If you're using server-side state saving you'll probably see the bahavior you're talking about so you'll need to capture that variable and include it in future request. And, my tests will break if I change to server-side state saving. What version and implementation of JSF are you guys using? MyFaces 1.1.5. Greg
