Re: Component disabled if it contains data

2016-04-19 Thread sub es
Good to know :)   Ursprüngliche Nachricht   Von:martijn.dasho...@gmail.com Gesendet:19. April 2016 9:02 nachm. An:users@wicket.apache.org Antworten:users@wicket.apache.org Betreff:Re: Component disabled if it contains data On Tue, Apr 19, 2016 at 7:28 PM, sub es wrote: > In my opinion

Re: Component disabled if it contains data

2016-04-19 Thread sub es
In my opinion one should always validate inputs coming from a submit even if the inputs were disabled. Using tools like firebug, one can easily change values of disabled inputs and submit those changed values. Atleast I don't know about wicket not submitting disabled inputs, though I would not e