But in java.lang.String there is no state property.
You added a list of Strings to the ddc. But you have to add your vendor
objects. The display in ddc will be done by ChoiceRenderer.
Cheers
Per
Am Freitag, 7. März 2008 23:34:35 schrieb rmattler:
> Yes
>
> @Column(name = "state", length = 2)
> public String getState() {
> return this.state;
> }
>
> public void setState(String state) {
> this.state = state;
> }
>
> Kai Mütz wrote:
> > [EMAIL PROTECTED] <> wrote:
> >> Thanks for trying but I get:
> >>
> >> WicketMessage: No get method defined for class: class
> >> java.lang.String expression: state
> >
> > Have you defined a getter/setter for field "state" in your vendor class?
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]