Hmm, maybe push the issue to myfaces list too. I know mojaraa and myfaces not tolerating the same things but i think you ll get a better answer from myfaces channel.
Btw can you explain your navigation rules please? If you debug the NavigationHandler you'll see what is missing i guess - Romain Le 8 juin 2012 07:42, "zeeman" <hamz...@fastmail.us> a écrit : > Hi Romain, > > I built with -P Hibernate from source. Indeed, serialization issue is > fixed. > However, many of the UI issues remain. Mostly ajax, form post even with nav > rules removed. > > For example this does not work, page stay where it's. > > <p:commandLink id="id1" action="/createOrder.xhtml" > styleClass="create-new" title="#{messages.Order}"/> > > But this does and user is taken to the createOrder.xhtml. > > <h:outputLink id="id2" value="/createOrder.xhtml" styleClass="create-new" > title="#{messages.Order}"/> > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/JSF2-project-migrated-from-Jboss-AS7-to-Tomee-not-working-tp4655453p4655503.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >