[richfaces-issues] [JBoss JIRA] Created: (RF-7238) reRender should support partial id(postfix)
Dave Chen (JIRA)
jira-events at lists.jboss.org
Sat May 23 08:05:56 EDT 2009
reRender should support partial id(postfix)
-------------------------------------------
Key: RF-7238
URL: https://jira.jboss.org/jira/browse/RF-7238
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: Richfaces 3.3.0, Sun ri 1.2.12, Tomahawk 1.1.8, Jboss 5.0.1GA, IE 7
Reporter: Dave Chen
For example
File example1.jsp
<t:dataList>
<t:div id="region">
....
</t:div>
</t:dataList>
<a4j:commandLink reRender="2:region" ...>, it shoud re-render the 3rd row.
example1.jsp can be included under different naming container, so it is possible to know its absolute path.
Currently richfaces support either absolute path or one-level id.
The following would be more flexible:
if current component's absolute id ends with reRender id, it is found.
--
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