Re: set a TextField Componet to readonly

2011-10-06 Thread Pranav kacholia
http://apache-wicket.1842946.n4.nabble.com/set-a-TextField-Componet-to-readonly-tp3877659p3879930.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: set a TextField Componet to readonly

2011-10-06 Thread Mehmet . Kaplankiran
e((String) object); } }; } -Ursprüngliche Nachricht- Von: splitshade [mailto:martin.dil...@googlemail.com] Gesendet: Donnerstag, 6. Oktober 2011 12:54 An: users@wicket.apache.org Betreff: Re: set a TextField Componet to readonly The interesting part is not visible

AW: set a TextField Componet to readonly

2011-10-06 Thread Mehmet . Kaplankiran
] Gesendet: Donnerstag, 6. Oktober 2011 12:54 An: users@wicket.apache.org Betreff: Re: set a TextField Componet to readonly The interesting part is not visible in your source, the Method: vehicleTypeModel(position) You could use some kind of readOnlyModel here -> Please check ReadOnlyPropertyModel

Re: set a TextField Componet to readonly

2011-10-06 Thread splitshade
t-a-TextField-Componet-to-readonly-tp3877659p3877723.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

set a TextField Componet to readonly

2011-10-06 Thread Mehmet . Kaplankiran
I want to set a TextField Componet to readonly. I have overriden isEnabled and onDisabled methods. but it did'nt work private TextField vehicleTypeField(final String id, final TBPosition position) { final TextField field = new TextField(id, vehicleTypeModel(pos