[richfaces-planning-issues] [JBoss JIRA] (RFPL-1962) Component-Reference for rich:jQuery - Defining a selector section is untrue

Lukáš Fryč (Created) (JIRA) jira-events at lists.jboss.org
Thu Dec 15 05:32:10 EST 2011


Component-Reference for rich:jQuery - Defining a selector section is untrue
---------------------------------------------------------------------------

                 Key: RFPL-1962
                 URL: https://issues.jboss.org/browse/RFPL-1962
             Project: RichFaces Planning
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: doc
    Affects Versions: 4.1.0.Final
            Reporter: Lukáš Fryč


Documentation [1] says:

{quote}
The selector attribute can refer to the id identifier of any JSF component or client.
{quote}

This is untrue, the real algorithm [2] is trying to expand each CSS ID selector (starting with {{#}}) from {{componentId}} to {{clientId}} (e.g. {{#component}} becomes {{#form\:component}}).

[1] http://docs.jboss.org/richfaces/4.1.X/4.1.0.Final/Component_Reference/en-US/html/chap-Component_Reference-Layout_and_appearance.html#sect-Component_Reference-richjQuery-Defining_a_selector
[2] https://github.com/richfaces/components/blob/develop/common/ui/src/main/java/org/richfaces/component/util/HtmlUtil.java#L78

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-planning-issues mailing list