Re: AW: Dynamically choosing component to add

2011-11-29 Thread tech7
Many thanks. I am also trying to add new textfield to the page when user clicks on a button. How can I do that? Is there any proper way? - Wicket-Java -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Dynamically-choosing-component-to-add-tp3955869p4118343.html

Re: DropdownChoice with ChoiceRenderer does not use idValue for setting Model

2011-11-29 Thread tech7
You can also use property files for holding label values. - Wicket-Java -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DropdownChoice-with-ChoiceRenderer-does-not-use-idValue-for-setting-Model-tp4115836p4118392.html Sent from the Users forum mailing list archive

Re: AW: Dynamically choosing component to add

2011-11-28 Thread tech7
I have tried this example so it is working perfect :) Thank you for your support. - Wicket-Java -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Dynamically-choosing-component-to-add-tp3955869p4116037.html Sent from the Users forum mailing list archive at

Multiple DropDownChoice inside Loop

2011-06-18 Thread tech7
I have to repeat two dropdownchoice, I do that but I could not get their data. I used IModel for their model but when I select them and click on the submit button, their model is empty. Where I am wrong? I am getting crazy with that. Please help. - Wicket-Java -- View this message in context:

Re: Multiple DropDownChoice inside Loop

2011-06-18 Thread tech7
I mean i could not get data of multiple dropdownchoices. Any idea? With my best regards. - Wicket-Java -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Multiple-DropDownChoice-inside-Loop-tp3607850p3607965.html Sent from the Users forum mailing list archive at

Re: Multiple DropDownChoice inside Loop

2011-06-18 Thread tech7
I have solved my problem. Thank you for your support! Regards - Wicket-Java -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Multiple-DropDownChoice-inside-Loop-tp3607850p3608111.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Choose One problem with DropDownChoice

2011-04-15 Thread tech7
Any suggestion? - Wicket-Java -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Choose-One-problem-with-DropDownChoice-tp3451837p3452096.html Sent from the Users forum mailing list archive at Nabble.com.

ListMultipleChoice Binding List Problem

2011-03-22 Thread tech7
Hi, I have a problem constructing ListMultipleChoice objects inside the loop. I had written the code as: ListgroupModelsDrop = new ArrayList(); propertyLoop2 = new Loop(properties2, propertyList2.size()) { @Override protected

Re: Getting data from dynamically constructed elements

2011-03-21 Thread tech7
Any suggestions? - Wicket-Java -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Getting-data-from-dynamically-constructed-elements-tp3391580p3392901.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Getting data from dynamically constructed elements

2011-03-21 Thread tech7
I have assigned that groupModels to checkGroup but all checkboxes are coming checked. How can I display them as unchecked at first display?? - Wicket-Java -- View this message in context:

Getting data from dynamically constructed elements

2011-03-20 Thread tech7
Hi to everyone, I have a loop and inside this loop; i am constructing checkgroups in the listview but I dont know how to get data after the user has selected.Do you have any idea?I need your suggestions. With my best regards. - Developer Wicket Java JSP -- View this message in context:

Re: Getting data from dynamically constructed elements

2011-03-20 Thread tech7
My code is like that: propertyLoop1 = new Loop(properties1, propertyList1.size()) { @Override protected void populateItem(final LoopItem propertyItem) { final Property property1 =

Re: Getting data from dynamically constructed elements

2011-03-20 Thread tech7
Thank you for your response. I got this error when I tried to run your suggestion: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.RangeCheck(ArrayList.java:547) at java.util.ArrayList.get(ArrayList.java:322) at

Ajax and Wicket Problem

2011-03-16 Thread tech7
I have problem with wicket, when returning from Ajax calls it redirects me to Page Expired page.And today this exception appeared on my server.log. Please help me, i need your valuable suggestions.

Re: DropDownChoices Removing Choose One after Ajax Call

2011-03-14 Thread tech7
Maarten thank you for your suggestion. It was solved - Developer Wicket Java JSP -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DropDownChoices-Removing-Choose-One-after-Ajax-Call-tp3351515p3354339.html Sent from the Users forum mailing list archive at

Saving data in interim states of IWizard

2011-03-14 Thread tech7
I have couple of steps in my IWizard application. I have Save button on my interim steps. I have to save the object in this state before the confirmation step but I do not know how to do? Can you give any suggestion? With my best regards. - Developer Wicket Java JSP -- View this message in

DropDownChoices Removing Choose One after Ajax Call

2011-03-13 Thread tech7
I have a dropdownchoice component on my page and according to some selections on my page, this component is updated by a ajax call. At the beginning it displays the choices without showing Choose One but after ajax call it displays Choose One. I know this issue is coming from any of the choices

Re: DropDownChoices Removing Choose One after Ajax Call

2011-03-13 Thread tech7
xFlasH thank you for your suggestion but it removed Choose One but added a blank choice to the list. - Developer Wicket Java JSP -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DropDownChoices-Removing-Choose-One-after-Ajax-Call-tp3351515p3351668.html Sent from

Re: Using jQuery with Wicket

2011-03-10 Thread tech7
Hi Andrea, code is too long to attach here. What can I do? - Developer Wicket Java JSP -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-jQuery-with-Wicket-tp3343275p3346586.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Using jQuery with Wicket

2011-03-10 Thread tech7
Thaks to all forum users for their responses. I have solved the problem. The problem was related with authentication methodology. Happy Wicketlying to all - Developer Wicket Java JSP -- View this message in context:

Using jQuery with Wicket

2011-03-09 Thread tech7
I have some html pages including some jquery functionaliy. For example: select a choice from a select box then click a button moves this choice to the other select box but what i need to do is also update the select box (list)content also. How can I do that? Any suggestions? With my best

Re: Using jQuery with Wicket

2011-03-09 Thread tech7
Thank you for your response. Actually this is not meet with my requirements. Any other suggestion? - Developer Wicket Java JSP -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-jQuery-with-Wicket-tp3343275p3343437.html Sent from the Users forum mailing list

Re: Using jQuery with Wicket

2011-03-09 Thread tech7
Josh thank you for response.I will do that. Also I have another question: I have a page extending from basepage and i have i second page also extending from base page. When I click on submit button on first page it will redirect me to second page but it gives an error like that: WicketMessage:

Re: Using jQuery with Wicket

2011-03-09 Thread tech7
any idea? I am really stuck with that. I will be thankful if you share your idea with me. - Developer Wicket Java JSP -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Using-jQuery-with-Wicket-tp3343275p3344002.html Sent from the Users forum mailing list archive at

Re: Using jQuery with Wicket

2011-03-09 Thread tech7
Hi, I am calling second page onsubmit method of the first page as: setResponsePage(PGSecond.class); and on the second page label is added as: Thanx. - Developer Wicket Java JSP -- View this message in context:

Re: DropDownChoice choice rendering

2011-03-06 Thread tech7
Thank you for your response Martin. How can I set the value of the choice to Car object? - Developer Wicket Java JSP -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/DropDownChoice-choice-rendering-tp876p3337453.html Sent from the Users forum mailing list

Re: DropDownChoice choice rendering

2011-03-06 Thread tech7
I did not mean that actually I can set the display name by @Override public String getDisplayValue(Car car) { return car.getName(); } I tried to set the value of the option by below function:

Re: Integrating jquery scripts with wicket

2011-03-03 Thread tech7
Can anyone explain how can i integrate(runnable) my jquery scripts in my wicket project? I will be thankful. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-jquery-scripts-with-wicket-tp3332998p200.html Sent from the Users forum mailing list archive

Re: Integrating jquery scripts with wicket

2011-03-03 Thread tech7
Thank you for responses I have done that - Developer Wicket Java JSP -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Integrating-jquery-scripts-with-wicket-tp3332998p811.html Sent from the Users forum mailing list archive at Nabble.com.

DropDownChoice choice rendering

2011-03-03 Thread tech7
I have a problem with dropdownchoice component I have a car class containing Long id, String name and etc. I am getting all car information as list of objects from database and I want to display only the car name on the dropdownchoice and also want to put car objects into dropdownchoice. How can