Igor,
      Thanks. It was my fault. I have the setter modifier as private.

On Tue, Feb 12, 2008 at 4:46 PM, Igor Vaynberg <[EMAIL PROTECTED]>
wrote:

> please provide a quickstart in a jira issue, or at least show us some code
>
> -igor
>
>
> On Feb 12, 2008 9:53 AM, Fernando Wermus <[EMAIL PROTECTED]>
> wrote:
> > I have a wizard which have 2 wizard steps. I have a model  where  wicket
> > sets  the values. Actually,  it is setting well the value in  comboBoxs.
> > But  when  I  go to the next steps, this exception arise.  I am  really
> > confuse with this behavior.
> >
> >
> >
> > WicketMessage: no set method defined for value: key =futbol 5
> value=futbol 5
> > on object:
> > [EMAIL PROTECTED]
> >
> > Root cause:
> >
> > org.apache.wicket.WicketRuntimeException: no set method defined for
> value:
> > key =futbol 5 value=futbol 5 on object:
> > [EMAIL PROTECTED]
> > at org.apache.wicket.util.lang.PropertyResolver$MethodGetAndSet.setValue
> (
> > PropertyResolver.java:1101)
> > at
> org.apache.wicket.util.lang.PropertyResolver$ObjectAndGetSetter.setValue(
> > PropertyResolver.java:576)
> > at org.apache.wicket.util.lang.PropertyResolver.setValue(
> > PropertyResolver.java:130)
> > at org.apache.wicket.model.AbstractPropertyModel.setObject(
> > AbstractPropertyModel.java:164)
> > at org.apache.wicket.Component.setModelObject(Component.java:2834)
> > at org.apache.wicket.markup.html.form.FormComponent.updateModel(
> > FormComponent.java:992)
> > at org.apache.wicket.markup.html.form.Form$14.validate(Form.java:1615)
> > at
> org.apache.wicket.markup.html.form.Form$ValidationVisitor.formComponent(
> > Form.java:152)
> > at
> >
> org.apache.wicket.markup.html.form.FormComponent.visitFormComponentsPostOrderHelper
> > (FormComponent.java:400)
> > at
> >
> org.apache.wicket.markup.html.form.FormComponent.visitFormComponentsPostOrderHelper
> > (FormComponent.java:387)
> > at
> >
> org.apache.wicket.markup.html.form.FormComponent.visitFormComponentsPostOrderHelper
> > (FormComponent.java:387)
> > at
> >
> org.apache.wicket.markup.html.form.FormComponent.visitFormComponentsPostOrder
> > (FormComponent.java:365)
> > at org.apache.wicket.markup.html.form.Form.visitFormComponentsPostOrder(
> > Form.java:982)
> > at org.apache.wicket.markup.html.form.Form.updateFormComponentModels(
> > Form.java:1610)
> > at org.apache.wicket.markup.html.form.Form.process(Form.java:817)
> > at org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java
> :766)
> > at java.lang.reflect.Method.invoke(Method.java:597)
> > at org.apache.wicket.RequestListenerInterface.invoke(
> > RequestListenerInterface.java:183)
> > at
> >
> org.apache.wicket.request.target.component.listener.ListenerInterfaceRequestTarget.processEvents
> > (ListenerInterfaceRequestTarget.java:73)
> > at org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents
> (
> > AbstractRequestCycleProcessor.java:90)
> > at org.apache.wicket.RequestCycle.processEventsAndRespond(
> RequestCycle.java
> > :1094)
> > at org.apache.wicket.RequestCycle.step(RequestCycle.java:1169)
> > at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1245)
> > at org.apache.wicket.RequestCycle.request(RequestCycle.java:489)
> > at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java
> :354)
> > at org.apache.wicket.protocol.http.WicketFilter.doFilter(
> WicketFilter.java
> > :194)
> > at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(
> > ServletHandler.java:1084)
> > at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java
> :360)
> > at org.mortbay.jetty.security.SecurityHandler.handle(
> SecurityHandler.java
> > :216)
> > at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java
> :181)
> > at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java
> :726)
> > at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
> > at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java
> :139)
> > at org.mortbay.jetty.Server.handle(Server.java:320)
> > at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java
> :505)
> > at org.mortbay.jetty.HttpConnection$RequestHandler.content(
> > HttpConnection.java:842)
> > at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:648)
> > at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
> > at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
> > at org.mortbay.jetty.bio.SocketConnector$Connection.run(
> SocketConnector.java
> > :228)
> > at org.mortbay.thread.BoundedThreadPool$PoolThread.run(
> > BoundedThreadPool.java:450)
> >
> >
> > --
> > Fernando Wermus.
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Fernando Wermus.

Reply via email to