Re: org.apache.wicket.WicketRuntimeException: No get method defined for class: class java.lang.String expression: userName;

2011-04-20 Thread cablepuff
lectedUser), new ListModel(users), new ChoiceRenderer("userName", "userName")); This solve the problem. Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/org-apache-wicket-WicketRuntimeException-No-get-method-def

Re: org.apache.wicket.WicketRuntimeException: No get method defined for class: class java.lang.String expression: userName;

2011-04-20 Thread Martin Grigorov
ntCommand = new AccountCommand(); >// query id and set the account command field. >return accountCommand; > } > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/org-apache-wicket-WicketRuntimeException-No-get-method-defined-for-class-class-ja

Re: org.apache.wicket.WicketRuntimeException: No get method defined for class: class java.lang.String expression: userName;

2011-04-20 Thread cablepuff
untCommand(); // query id and set the account command field. return accountCommand; } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/org-apache-wicket-WicketRuntimeException-No-get-method-defined-for-class-class-java-lang-String-expr-tp3459462p3462988.html

Re: org.apache.wicket.WicketRuntimeException: No get method defined for class: class java.lang.String expression: userName;

2011-04-18 Thread Clint Checketts
ot;userName", "userName")); > > When the page loads i get this error! > > org.apache.wicket.WicketRuntimeException: No get method defined for class: > class java.lang.String expression: userName >at > > org.apache.wicket.util.lang.PropertyResolve

org.apache.wicket.WicketRuntimeException: No get method defined for class: class java.lang.String expression: userName;

2011-04-18 Thread cablepuff
When the page loads i get this error! org.apache.wicket.WicketRuntimeException: No get method defined for class: class java.lang.String expression: userName at org.apache.wicket.util.lang.PropertyResolver.getGetAndSetter(Propert

Re: No get method defined for class error

2009-02-20 Thread Martijn Dashorst
wrote: > > Hi: guys I am getting "No get method defined for class RegisteredUser > expression: countryList" when I try to execute this code > > registeredUser = new RegisteredUser(); >Address address = new Address(); >registeredUser.setAddress(add

No get method defined for class error

2009-02-20 Thread rjilani
Hi: guys I am getting "No get method defined for class RegisteredUser expression: countryList" when I try to execute this code registeredUser = new RegisteredUser(); Address address = new Address(); registeredUser.setAddress(address); m

RE: No get method defined for class

2008-04-17 Thread Bruce
; 'name'. Nor does there seem to be a place where this is getting > instantiated, at least as far as I can tell from the exception trace. > > > > Would anyone have a thought on how to figure out where the error > originates? > > > > org.a

Re: No get method defined for class

2008-04-16 Thread Ritz123
there seem to be a place where this is getting > instantiated, at least as far as I can tell from the exception trace. > > > > Would anyone have a thought on how to figure out where the error > originates? > > > > org.apache.wicket.WicketRuntimeException:

No get method defined for class

2008-04-16 Thread Bruce McGuire
the exception trace. Would anyone have a thought on how to figure out where the error originates? org.apache.wicket.WicketRuntimeException: No get method defined for class: class mwh.entity.PoolRole expression: name at org.apache.wicket.util.lang.PropertyResolver.getGetAndSetter(Proper