[Wicket-user] DatePicker enabled

2006-09-08 Thread Charles A Deal
I am using the DatePicker (wicket.extensions.markup.html.datepicker) Panel on one of my forms.  I want it to start out disabled so I called setEnabled(false) on the object.  However, I can still click on the DatePicker icon.   Admittedly, I am still very new to this, but after looking at the code

[Wicket-user] Creating Panel to display a list of Panels

2006-08-17 Thread Charles A Deal
I am in the process of attempting to rebuild our non-framework, completely homegrown web application as a Wicket application.  So, I am very new to the Wicket way and find myself struggling with different things such as proper page construction techniques for relatively complex data-enabled pages.