This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: disable s:link based in datatablesean.tozer Apr 29, 2010 4:07 PM (in response to gebuh)getIsValidUser isn't really a property, that might be a hint. Try calling it specifically as a method, as in: validationAction.getIsValidUser() 
- 
        2. Re: disable s:link based in datatableshin0135 Apr 29, 2010 5:14 PM (in response to gebuh)Beth, You are calling a method getIsValidUser() without a parameter in the rendered attribute, while your method getIsValidUser has a parameter of ValueChangeEvent. 
- 
        3. Re: disable s:link based in datatablegebuh May 4, 2010 11:29 PM (in response to gebuh)
 James S. wrote on Apr 29, 2010 17:14:
 Beth,
 You are calling a method getIsValidUser() without a parameter in the rendered attribute, while your method getIsValidUser has a parameter of ValueChangeEvent.That was it, I was copying another bit of code, but it was in the form of 
 valueChangeListener="#{someClass.someMethod_also_with_parameters}
 Why is that different?
 
     
    