Value binding problems

2006-02-27 Thread Nikita Belov
Hello,   I have two problems with MyFaces 1.1.1.   1). I have created page: . . . . . . . . It is uses managed bean: public class Bean {     public String getProp() {     return "true";     } }   During page rendering, MyJSF throws exception: “java.lang.IllegalArgumentEx

FW: Value binding problems

2006-03-01 Thread Nikita Belov
type as suggested in JSP 2.0 spec? Where I have mistaken?   __   With Best Regards, Nikita Belov   From: Nikita Belov [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 11:01 PM To: 'users@myfaces.apache.org' Subject: Value binding problems   Hello,