[
https://jira.jboss.org/jira/browse/RF-4429?page=com.atlassian.jira.plugin...
]
Matt Drees updated RF-4429:
---------------------------
Attachment: richfacesLinkBugWorkaround.txt
I came up with a workaround that seems to get around the issue for now. It uses jQuery to
clean the href values for all links on a page after each ajax update.
To use it, you'll need to provide a Strings class with an isEmpty() method; everyone
already has one of these, I think.
I haven't tested it extensively, so be careful and speak up if you find a problem with
it.
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
Fix For: Future
Attachments: richfacesLinkBugWorkaround.txt
<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