RE: Value binding - exception: can somone explain?

2005-10-21 Thread gramani
"Jeffrey Porter" <[EMAIL PROTECTED]> wrote on 10/21/2005 12:04:27 PM: > Opps, typo. I moved some code around to try firstname. Both fail though. >   > Let me test one more time… >   > JSP… > > Code… >     public String getSurname() { >         return surname; >     } >   >   > Error… > None. >

RE: Value binding - exception: can somone explain?

2005-10-21 Thread Jeffrey Porter
code, argh.    :-|   I’ll be over in the corner hiding my face in shame.   Jeff.           -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 21 October 2005 16:55 To: MyFaces Discussion Subject: Re: Value binding - exception: can somone explain?   Not

Re: Value binding - exception: can somone explain?

2005-10-21 Thread speriyas
I guess it should be value = "#{beanname.variablename}". I assume usercontroller to be bean name and surname to be variable name. What is user - ? -Suba. Quoting [EMAIL PROTECTED]: > Not sure but aren't you mixing up "firstName" and "surname" maybe..? > Geeta > > "Jeffrey Porter" <[EMAIL PRO

Re: Value binding - exception: can somone explain?

2005-10-21 Thread gramani
Not sure but aren't you mixing up "firstName" and "surname" maybe..? Geeta "Jeffrey Porter" <[EMAIL PROTECTED]> wrote on 10/21/2005 11:47:45 AM: >   > Hello all again, >   > I’ve got the following tag in my JSP. “UserController.user.surname” > is a string. >   > > maxlength="20" size="20" req