[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-6299) OpenOn doesn't work for "for" attributes of RichFaces components.

Denis Golovin (JIRA) jira-events at lists.jboss.org
Wed Feb 16 19:55:13 EST 2011


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

Denis Golovin updated JBIDE-6299:
---------------------------------

    Fix Version/s: 3.2.0.M1
                       (was: 3.2.x)


> OpenOn doesn't work for "for" attributes of RichFaces components.
> -----------------------------------------------------------------
>
>                 Key: JBIDE-6299
>                 URL: https://issues.jboss.org/browse/JBIDE-6299
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml source editing
>            Reporter: Alexey Kazakov
>            Assignee: Daniel Azarov
>             Fix For: 3.2.0.M1
>
>
> 1. Try to Ctrl+Click at <rich:componentControl for="loginModalPanel"/> in following xhtml:
> <?xml version="1.0" encoding="windows-1251"?>
> <!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
>                       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <ui:composition xmlns="http://www.w3.org/1999/xhtml"
>                 xmlns:ui="http://java.sun.com/jsf/facelets"
>                 xmlns:f="http://java.sun.com/jsf/core"
>                 xmlns:rich="http://richfaces.org/rich">
> 		<rich:componentControl for="loginModalPanel" />
> 		<rich:modalPanel id="loginModalPanel">
> 			<f:facet name="controls">
> 					<rich:componentControl for="loginModalPanel"/>
> 			</f:facet>
> 		</rich:modalPanel>
> </ui:composition>
> It works for first rich:componentControl but doesn't for second one.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list