Author: maksimkaszynski
Date: 2007-12-04 13:15:59 -0500 (Tue, 04 Dec 2007)
New Revision: 4467
Modified:
branches/3.1.x/ui/componentControl/src/main/java/org/richfaces/component/UIComponentControl.java
Log:
http://jira.jboss.com/jira/browse/RF-1497
Modified:
branches/3.1.x/ui/componentControl/src/main/java/org/richfaces/component/UIComponentControl.java
===================================================================
---
branches/3.1.x/ui/componentControl/src/main/java/org/richfaces/component/UIComponentControl.java 2007-12-04
17:57:19 UTC (rev 4466)
+++
branches/3.1.x/ui/componentControl/src/main/java/org/richfaces/component/UIComponentControl.java 2007-12-04
18:15:59 UTC (rev 4467)
@@ -43,7 +43,7 @@
{
StringBuffer buildOnEvent = new StringBuffer();
- String targetId="#" + getFor();
+ String targetId = HtmlUtil.idsToIdSelector(getFor());
targetId=HtmlUtil.expandIdSelector(targetId, this, FacesContext.getCurrentInstance());