Re: problem with Dropdown List

2010-10-27 Thread vov
executeLink(String id) { return new SubmitLink(id) { @Override public void onSubmit() { System.out.println(docType.getDokar()); } }; } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/problem-with-Dropdown-List-tp3013404p3014954

problem with Dropdown List

2010-10-26 Thread Mehmet.Kaplankiran
Hello, I have a problem with dropdown list. Even if I select values in the Dropdown list (see picture below), the member variable docType is always null . Unfortunately I have found no error. I hope you can see why this is. Best regards, Mehmet //## class DocSearchPage

Re: problem with Dropdown List

2010-10-26 Thread Pedro Santos
; } anyway, why are you delegating the set/get model calls to TDokarDocTypeDropDownChoice ? Won't be interest only use the parameter model to maintain the TDokar? On Tue, Oct 26, 2010 at 7:55 AM, mehmet.kaplanki...@t-systems.com wrote: Hello, I have a problem with dropdown list. Even if I select values

AW: problem with Dropdown List

2010-10-26 Thread Mehmet.Kaplankiran
] Gesendet: Dienstag, 26. Oktober 2010 12:37 An: users@wicket.apache.org Betreff: Re: problem with Dropdown List Hi Mehmet, I think you need change this line: @Override protected void setTDokar(TDokar dokart

Re: problem with Dropdown List

2010-10-26 Thread Pedro Santos
- Von: Pedro Santos [mailto:pedros...@gmail.com] Gesendet: Dienstag, 26. Oktober 2010 12:37 An: users@wicket.apache.org Betreff: Re: problem with Dropdown List Hi Mehmet, I think you need change this line: @Override protected void setTDokar