This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: rendered=#{sessionBean.method(parameter)} not allowed?sammy8306 May 2, 2007 4:21 AM (in response to waynebagguley)Where is your parameter bound? Can you show some relevant code? 
- 
        2. Re: rendered=#{sessionBean.method(parameter)} not allowed?waynebagguley May 2, 2007 4:28 AM (in response to waynebagguley)It's not failing to find the parameter, it's failing on the parsing of the expression with this exception: Caused by: com.sun.el.parser.ParseException: Encountered "(" at line 1, column 37. Was expecting one of: "}" ... "." ... "[" ... ">" ... "gt" ... "<" ... "lt" ... ">=" ... "ge" ... "<=" ... "le" ... "==" ... "eq" ... "!=" ... "ne" ... "&&" ... "and" ... "||" ... "or" ... "*" ... "+" ... "-" ... "?" ... "/" ... "div" ... "%" ... "mod" ...
- 
        3. Re: rendered=#{sessionBean.method(parameter)} not allowed?pmuir May 2, 2007 5:07 AM (in response to waynebagguley)You can only use the EL enhancement in method expressions not value expressions. 
- 
        4. Re: rendered=#{sessionBean.method(parameter)} not allowed?waynebagguley May 2, 2007 5:48 AM (in response to waynebagguley)Tsk, that's pants. 
 
     
    