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

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed May 19 11:10:06 EDT 2010


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

Alexey Kazakov updated JBIDE-6299:
----------------------------------

        Summary: OpenOn doesn't work for "for" attributes of RichFaces components.  (was: OpenOn for reRender/for attributes of RichFaces components.)
     Issue Type: Bug  (was: Feature Request)
         Labels:   (was: new_and_noteworthy)
    Description: 
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.

  was:
We have code completion for component IDs for some richfaces attributes. Such as reRender, for, ...
It would be useful if we supported not only code completion but OpenOne too.

        Affects:   (was: [Documentation (Ref Guide, User Guide, etc.)])


> OpenOn doesn't work for "for" attributes of RichFaces components.
> -----------------------------------------------------------------
>
>                 Key: JBIDE-6299
>                 URL: https://jira.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.next
>
>
> 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.
-
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 jbosstools-issues mailing list