How to add Java Script Confirmation dialog to dropdown choice

2013-02-25 Thread venkat
,however am not sure how to add this behavior to dropdownchoice events? I would appreciate quick response. Thanks Venkat -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-add-Java-Script-Confirmation-dialog-to-dropdown-choice-tp4656755.html Sent from the Users

How to Keep ChooseOne option in DropDownChoice

2013-02-25 Thread venkat
this option this blank option is being removed. Thanks Venkat -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-Keep-ChooseOne-option-in-DropDownChoice-tp4656760.html Sent from the Users forum mailing list archive at Nabble.com

Re: Dropdown choice value being set to default

2013-02-23 Thread venkat
Makes Sense. Let me try working wiht Model rather than Model object, however still one doubt itches on my mind, how come when the selected option is not equal to defaultModelObject it is able to Change that. Thanks for your time!!! Thanks Venkat On Sat, Feb 23, 2013 at 12:32 AM, Paul Bors [via

Dropdown choice value being set to default

2013-02-22 Thread venkat
Hi , I have a scenario, where from a Page link have to render a popup window and on submit of the popup window have to set the drop down selected value from popup window. My dropdown bix is inside a panel of Tab. It works fine when the already selected value of drop down and new value being

Redirecting to another wicket application

2012-12-19 Thread venkat
Hi , we have two wicket based applications 1.App1 2.App2. Both are deployed on same server . App1 is used as authentication APP which lands user on to App2 post authentication logic. From App2 I want to redirect user to App1 home page on link click , however when I tried to use the follwoing

Re: Redirecting to another wicket application

2012-12-19 Thread venkat
have tried with new RedirectToUrlException(/App1/); now it is moving to http://localhost:7001/App2/App1/ where as i would need to redirect to http://localhost:7001/App1/ -- View this message in context:

Re: SV: applet in wicket .. exception thrown ...

2012-11-22 Thread venkat
Hi, Am in similar situation, where i have an applet which takes two parameters and in my wicket web page thereis a link when user clicks on that link i need to display this applet. could you please share how you have created the applet object and passed the parameters and displayed the applet. I

adding swing Jframe inside Wicket webpage

2012-11-21 Thread venkat
Hi , In my application, am using one open source tool to compare xml documents, this tool returns JtextPanes as a result , right now am putting these text panes in a Jframe and displaying Jframe. Now i want to show this Jframe inside wicket response page. is there any way I can put swing compoent

How to compare and show differences of two xml files in wicket

2012-10-26 Thread venkat
the differences in wicket component. Could any one please share theier thughts and experiences , implementing xml comparison or data comparison tools in wicket. Would appreciate a quick response. Thanks Venkat -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-compare

Re: How To Pass Objects through PageParameters in Wicket 1.5

2012-10-11 Thread venkat
not be accurate. Thanks Venkat -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-To-Pass-Objects-through-PageParameters-in-Wicket-1-5-tp4652830p4652870.html Sent from the Users forum mailing list archive at Nabble.com

How To Pass Objects through PageParameters in Wicket 1.5

2012-10-10 Thread venkat
Hi , I have a scenario, where from a Page link have to render a popup window and on submit of the popup window have to set the drop down selected value of the parent window with the selected values from popup window. I have created the popup using BookMarkablePageLink and passing page