How to refresh panel?

2008-08-04 Thread mabel25
Hi, I'm a novice wicket user and i am trying to update a panel upon any changes. I have tried searching but most of the method such as ajax and repeater are not used in wicket 1.2.7 (which i am using now). Anyone can help? thanks! -- View this message in context:

Wicket example on Ajax - Modal window not working

2008-07-28 Thread mabel25
Hi, I have downloaded the wicket examples and they work. However, when i copy and paste the exact same code for the Modal window to my project in Eclipse, the codes do not work again. The error message is Object Expected. Anyone knows how to solve it? Deeply appreciated! -- View this message

Re: Float Validation

2008-07-28 Thread mabel25
Yes! its working now. Thanks for your help! mabel25 wrote: Hi, I have been trying to validate FLOAT values by using the NumberValidator. However, when I retrieve values such as '12000' from the database into a TextField, the textfield will automatically insert commas to become '12,000

Re: Wicket example on Ajax - Modal window not working

2008-07-28 Thread mabel25
Hi, I have attached my source code and the error window. Thanks! Pills wrote: We need more info please paste your code and tell us where is the error mabel25 a écrit : Hi, I have downloaded the wicket examples and they work. However, when i copy and paste the exact same code

Float Validation

2008-07-25 Thread mabel25
Hi, I have been trying to validate FLOAT values by using the NumberValidator. However, when I retrieve values such as '12000' from the database into a TextField, the textfield will automatically insert commas to become '12,000' and it will cause problems when I update the database. Can anyone

unable to set object for dropdownchoice

2008-07-09 Thread mabel25
Hi, i have the following codes for a dropdownchoice component. ListString isUserGender = Arrays.asList(M,F); gender = new DropDownChoice(gender, new PropertyModel(User,UserGender), isUserGender); ListString isUserDesignation = Arrays.asList(Operator,Custom officer,