[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-3567) Missing content assistance for some RichFaces components

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Fri Jan 16 13:08:04 EST 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-3567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12448359#action_12448359 ] 

Alexey Kazakov commented on JBIDE-3567:
---------------------------------------

Krasimir,
            <proposal type="beanProperty">
                <param name="type" value="org.richfaces.validator.FacesBeanValidator"/>
            </proposal> 
means that CA will propose only getters/methods that return org.richfaces.validator.FacesBeanValidator or its subtype.
At first look this is exacly what is needed.
It will work well for EL like #{someBean.propertyWhichIsValidator}"
but it won't work for #{someBean.someObjectProperty.propertyWhichIsValidator}" because CA won't propose "someObjectProperty" which doesn't return instance of FacesBeanValidator.
So this feature is not very useful at all.

BTW, I've fixed this issue with missing components today. We are going to release CR2 soon and we are trying to solve all issues assigned to CR2 ASAP. But if you find any other issues in our XMLs for CA feel free to create a patch.

And again, thank you for help! :)

> Missing content assistance for some RichFaces components
> --------------------------------------------------------
>
>                 Key: JBIDE-3567
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3567
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JSF
>    Affects Versions: 3.0.0.CR2
>            Reporter: Krasimir Goutcev
>            Assignee: Alexey Kazakov
>             Fix For: 3.0.0.CR2
>
>
> ajaxValidator
> beanValidator
> extendedDataTable
> graphValidator
> hotKey 

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

        



More information about the jbosstools-issues mailing list