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]
>
>
>
--
View this message in context:
http://www.nabble.com/DropDownChoice-getting-value-into-the-model-tp15905486p15907944.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]