Details
-
Bug
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Apache Tomcat/5.0.28
Description
I think that the forceId is a great attribute. However, I noticed that when using a component binding, there's no to assign the forceId attribute.
i've tried using
myTable.getAttributes().put( JSFAttr.FORCE_ID_INDEX_ATTR, "true");
but that doesn't work.
Is there a work around?
i've also noticed that assigning an id through component bindings doesn't work either.
-sdechgan