Hi! The class HtmlFormRendererBase.java in MyFaces 1.1 has the code to render the jsf_sequence commented with /* see JspViewHandlerImpl.writeState(...) */
But when I look there, I can't find anything that write this jsf_sequence again. Which means (and I've checked it in my environment) this jsf_sequence parameter no longer gets rendered. In MyFaces 1.2 this code is not commented, but since the class is in shared and the form component in tomahawk-sandbox overrides the default one, no jsf_sequence is rendered there too (given you use the sandbox) So, whats going on here? Is the comment crap or (my favorite) should the jsf_sequence writing should be moved to the JspViewHandlerImpl? Ciao, Mario
