[richfaces-issues] [JBoss JIRA] Updated: (RF-9006) Popup panel: syntax error when id contains prefix

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sat Jul 31 09:15:49 EDT 2010


     [ https://jira.jboss.org/browse/RF-9006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-9006:
-------------------------------

         Assignee: Anton Belevich
    Fix Version/s: 4.0.0.Milestone2


Anton,

Please check whether the problem is in coomponentControl.

> Popup panel: syntax error when id contains prefix
> -------------------------------------------------
>
>                 Key: RF-9006
>                 URL: https://jira.jboss.org/browse/RF-9006
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-output
>    Affects Versions: 4.0.0.Milestone1
>         Environment: version v.4.0.0-SNAPSHOT SVN r.18238
>            Reporter: Pavol Pitonak
>            Assignee: Anton Belevich
>             Fix For: 4.0.0.Milestone2
>
>
> When a rich:popupPanel is defined inside a form, it cannot be opened using #{rich:component('popupPanel')}.show() nor using componentControl. When I set prependId="false" fo form, everything works fine.
> <h:form id="from">
>     <h:commandButton value="Call the popup">
>         <rich:componentControl target="popupPanel" operation="show" />
>     </h:commandButton>
>     <rich:popupPanel id="popupPanel" modal="false"> ... </rich:popupPanel>
> </h:form>
> Chrome shows the following message in console:
>     Uncaught Syntax error, unrecognized expression: Syntax error, unrecognized expression: popupPanel

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list