Disabled Field

2011-03-09 Thread Hiren Patel
Hi, I have done the following to disabled the text field. field.setDisabled(isDisabled); now when I inspect the html code in the browser the *value* attribute is missing. Can you suggest me a solution for this. _Hiren a href= http://kaleusermeet-march-2011.doattend.com/; img src=

Stateful pages

2010-09-10 Thread Hiren Patel
Hi all, I have some doubts regarding the /stateful Wicket page/ of Wicket. I have one page with three components. 1.Label 2.TextFieldString 3.TextFieldInteger. 1. What will be stateful? 2. What will be stored in the session? for example whole page or only the component that is

Re: Stateful pages

2010-09-10 Thread Hiren Patel
Hiren Patel wrote: Hi all, I have some doubts regarding the /stateful Wicket page/ of Wicket. I have one page with three components. 1.Label 2.TextFieldString 3.TextFieldInteger. 1. What will be stateful? 2. What will be stored in the session? for example whole page or only