Re: Dynamic Generation of wicket Screen

2010-03-03 Thread sravang
the whole page or > use ajax. > > ** > Martin > > 2010/3/3 sravang : >> >> Thank u. But i want when i change the customer(textfield) through search >> option it automatically disable/enable some fields(have 42 fields) and >> positions also change depends

Re: Dynamic Generation of wicket Screen

2010-03-03 Thread sravang
n for this customer; >} > }; > >> Awaiting for your reply. >> >> >> MartinM wrote: >>> >>> No just show me code of one component you want to show/hide. It can be >>> textfield, panel, label,... button... >>> >>> **

Re: Dynamic Generation of wicket Screen

2010-03-03 Thread sravang
stNameProp); journalPanel.add(txtCustName); Awaiting for your reply. MartinM wrote: > > No just show me code of one component you want to show/hide. It can be > textfield, panel, label,... button... > > ** > Martin > > 2010/3/3 sravang : >

Re: Dynamic Generation of wicket Screen

2010-03-03 Thread sravang
Give me your Mail id. i will send screen shots. MartinM wrote: > > Show me a code snipplet of component that you want to hide or show > conditionally. I will do the same for that component. > > ** > Martin > > 2010/3/3 sravang : >> >> Didn't unders

Re: Dynamic Generation of wicket Screen

2010-03-02 Thread sravang
Didn't understand. pls explain me. MartinM wrote: > > Hi! > > You can always use: > > field = new Field(...) { >@Override >public boolean isVisible() { >return showIfVisible; >} > } > > ** > Martin > > 2010/3/3 sravang

Re: Dynamic Generation of wicket Screen

2010-03-02 Thread sravang
some fields disable for some customer based on the fields stored in DB) Awaiting for your reply. Thanks, Sravang. MartinM wrote: > > Hi! > > You mean likea a table or like markup from db? > > Or maybe mashup approach? http://code.google.com/p/wicket-mashup/ > > ** &g