webtier@glassfish.java.net

Re: JSF navigation issue

From: <webtier_at_javadesktop.org>
Date: Thu, 01 Oct 2009 10:46:07 PDT

That would indeed be a bug.

Unfortunately, I can't reproduce it. Here's the code I ran which worked:

Page 1:

    <h:body>
        <h:form>
        <h:commandLink immediate="true" action="two">ONE
            <f:param name="dataId" value="one"/>
        </h:commandLink>
        <br/>
        <h:commandLink immediate="true" action="two">TWO
            <f:param name="dataId" value="two"/>
        </h:commandLink>
        <br/>
        </h:form>
    </h:body>

Page 2:

    <h:body>
        #{param.dataId}
    </h:body>

Please modify it so it fails, then I can help.
[Message sent by forum member 'driscoll' (jim.driscoll_at_sun.com)]

http://forums.java.net/jive/thread.jspa?messageID=366524