Query related to displaying ListView items in a particular way

2009-12-02 Thread vinay.karmarkar
Hi, I have a List View. I want to display the items in this list view in 2 columns. The logic for this is as follows: If only 1 item in list then there will 1 item in left columns, and no right column. For 2 items there will be 1 item in left and 1 in right. For 3 items there will be 1st it

RE: Please HELP - Value of the model not getting updated in a Panel

2009-11-30 Thread vinay.karmarkar
No luck. This did not work... :( Regards, Vinay Karmarkar -Original Message- From: Stefan Lindner [mailto:lind...@visionet.de] Sent: Monday, November 30, 2009 1:27 PM To: users@wicket.apache.org Subject: RE: Please HELP - Value of the model not getting updated in a Panel Try fin

RE: Please HELP - Value of the model not getting updated in a Panel

2009-11-30 Thread vinay.karmarkar
Could you please provide some details. I am new to Wicket. Thanks. Regards, Vinay Karmarkar -Original Message- From: Stefan Lindner [mailto:lind...@visionet.de] Sent: Monday, November 30, 2009 1:27 PM To: users@wicket.apache.org Subject: RE: Please HELP - Value of the model not getting u

Please HELP - Value of the model not getting updated in a Panel

2009-11-29 Thread vinay.karmarkar
Hi, I have a panel which is present on a page. The panel consists of a link. By using JQuery I am opening a pop-up when this link is clicked. The pop-up contains a drop-down, text field and a save button. When the Save button is clicked, I am not able to get the new values entered in the drop-do

Error on Websphere 6.1 for Wicket Application

2009-11-12 Thread vinay.karmarkar
Hi, I am using Websphere 6.1 as App Server & Rational Application Developer environment for development of Wicket Application. I am getting the following error while trying to access the application. [11/12/09 10:34:24:033 IST] 0031 SystemErr R ***

Updating values of components inside a ListView

2009-11-12 Thread vinay.karmarkar
Hi, I am using a list view to display the data in a tabular format. Each row consists of a Label, TextField, DropDownChoice and Save Button components. The values of each of these components are pre-populated from the database. Now if I change value of the TextField and/or DropDownChoice and cli

RE: Getting the "Choose Option" on page reload

2009-11-10 Thread vinay.karmarkar
Thank you for the responses. theDropdownComponent.nullValid=Choose one worked. Regards, Vinay Karmarkar -Original Message- From: Wilhelmsen Tor Iver [mailto:toriv...@arrive.no] Sent: Monday, November 09, 2009 6:37 PM To: users@wicket.apache.org Subject: Re: Getting the "Choose Option" on

Getting the "Choose Option" on page reload

2009-11-06 Thread vinay.karmarkar
Hi, I have 2 drop-downs and a search button my page. When the page is loaded for the first time, the first option in both the drop-downs is "Choose Option". Now if I select some value and click Search, the page is rendered again and the Choose Option is gone forever. But I want it back. How do I