[richfaces-issues] [JBoss JIRA] Created: (RF-4429) outputLink and reRender. parameters string generated wrong.

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Tue Sep 9 07:08:38 EDT 2008


outputLink and reRender. parameters string generated wrong.
-----------------------------------------------------------

                 Key: RF-4429
                 URL: https://jira.jboss.org/jira/browse/RF-4429
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
         Environment: Safary 3.1.1
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski


    <a4j:form>
        <a4j:commandLink reRender="link" value="reRnder"></a4j:commandLink>
        <h:outputLink value="#" id="link">
            <h:outputText value="link"/>
            <f:param value="a" name="a"/>
            <f:param value="b" name="b"/>
        </h:outputLink>
    </a4j:form>

1) click outputLink 
---In address bar you could see #?a=a&b=b appears
2) click reRender link and then outputLink again
---now #?a=a&%2338;b=b in address bar


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list