[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-718) missing getter/setter validation should only be on values for which it is actually relevant

Adrian Mitev (JIRA) jira-events at lists.jboss.org
Tue Oct 2 07:49:15 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBIDE-718?page=comments#action_12379860 ] 
            
Adrian Mitev commented on JBIDE-718:
------------------------------------

in pages.xml 

<rule if="#{identity.loggedIn}">
         <redirect view-id="/home.xhtml"/>
</rule>

here the validator should not look for setter method because if attribute is read-only

> missing getter/setter validation should only be on values for which it is actually relevant
> -------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-718
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-718
>             Project: JBoss Tools
>          Issue Type: Bug
>          Components: JSF
>    Affects Versions: 2.0.0.Beta3
>            Reporter: Max Andersen
>
> in compoenents.xml it is just reading so getter should be ok...
> but in h:input value it does make sense since both set and get will be executed.

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

        



More information about the jbosstools-issues mailing list