Re: [Wicket-user] Custom Exception in onClick of Link

2007-06-29 Thread Javed
Thanks Igor for your quick response. It really helped to solve this problem Regards, Javed igor.vaynberg wrote: On 6/28/07, Javed [EMAIL PROTECTED] wrote: I have created one custom Exception class which will be thrown from pages or panel when particular entity say ABC is deleted from

[Wicket-user] Custom Exception in onClick of Link

2007-06-28 Thread Javed
I have created one custom Exception class which will be thrown from pages or panel when particular entity say ABC is deleted from DB. That means, before performing any operation related to that entity; first it will check if that entity exists or not. If that entity no longer exist then it will

Re: [Wicket-user] Radio buttons in multiple pages

2007-06-28 Thread Javed
Thanks Igor for your time and guidance. I will try this and let you know Regards, Javed igor.vaynberg wrote: On 6/26/07, Javed [EMAIL PROTECTED] wrote: I have come across such scenario where I need to have radio buttons across the mutliple pages. Say there are 25 records laid among 5

[Wicket-user] Radio buttons in multiple pages

2007-06-26 Thread Javed
will be of great help. Thanks in advance. Regards, Javed -- View this message in context: http://www.nabble.com/Radio-buttons-in-multiple-pages-tf3981684.html#a11303486 Sent from the Wicket - User mailing list archive at Nabble.com

Re: [Wicket-user] AjaxFormComponentUpdatingBehavior for DropDownChoice not working in IE

2007-06-15 Thread Javed
Your doubt is valid but dropdown is inside form. If this was the case then it wouldnt have worked in Firefox. Frank Bille wrote: Sounds weird. Could it be something with the dropdown isn't inside a form? Frank On 6/14/07, Javed [EMAIL PROTECTED] wrote: Thanks for Reply. Sorry

Re: [Wicket-user] AjaxFormComponentUpdatingBehavior for DropDownChoice not working in IE

2007-06-13 Thread Javed
really seeing a different url in the src? On 6/12/07, Javed [EMAIL PROTECTED] wrote: Follwing code snippet adds dropdown. private DropDownChoice getDropDown1(final Label image){ DropDownChoice dropDown1 = new DropDownChoice(selectUser,new PropertyModel(model,user1),Arrays.asList(options

Re: [Wicket-user] AjaxFormComponentUpdatingBehavior for DropDownChoice not working in IE

2007-06-12 Thread Javed
please post the code that is not working? Frank On 6/11/07, Javed [EMAIL PROTECTED] wrote: I need to change image according the selection made in dropdown. It is working fine Firefox but not in IE I tried it with onchange and onclick. It worked in Firefox but some how

[Wicket-user] AjaxFormComponentUpdatingBehavior for DropDownChoice not working in IE

2007-06-11 Thread Javed
I need to change image according the selection made in dropdown. It is working fine Firefox but not in IE I tried it with onchange and onclick. It worked in Firefox but some how it is not working IE. Is there anything I am missing? Is there any other approach to achieve the same functionality

Re: [Wicket-user] Skin effect in wicket

2007-05-30 Thread Javed
I tried with customresourceloading from wicket-examples its working but the problem is with markup cache. I am having to different markups for the same page(java file) so when I start my server and hit that page it with criteria that selects markup dynamically it displays that page with that

Re: [Wicket-user] Skin effect in wicket

2007-05-30 Thread Javed
getCacheKey(MarkupContainer container, Class containerClass) { return null; } Eelco On 5/30/07, Javed [EMAIL PROTECTED] wrote: I tried with customresourceloading from wicket-examples its working but the problem is with markup cache. I am having to different

[Wicket-user] Skin effect in wicket

2007-05-29 Thread Javed
I want to give skin effect to my web application. This means, can I have option to select different html (look and feel) at the runtime depending on the selected skin usinging the java file (page)? if there is any provision in wicket, please let me know. Thanks in advance. -- View this

Re: [Wicket-user] Skin effect in wicket

2007-05-29 Thread Javed
, Javed [EMAIL PROTECTED] wrote: I want to give skin effect to my web application. This means, can I have option to select different html (look and feel) at the runtime depending on the selected skin usinging the java file (page)? if there is any provision in wicket, please let me know

Re: [Wicket-user] Skin effect in wicket

2007-05-29 Thread Javed
Thanks for reply. One more thing, Can I have this setting of markup for particular module (Page) and not for whole application? Eelco Hillenius wrote: Can I some how keep each of the html pages in separate folders? Can I locate markup from particular folder dynamically? You can, but

[Wicket-user] MSIE error when running AutoCompletePage examples

2006-06-18 Thread Javed Sujela
I'm getting an error when running the AutoCompletePage example (wicket1.2 final) on my WinXP machine . Works fine with Firefox Here is a screen shot of the error. How can I resolve this? Thanks in advance, Javed ___ Wicket-user mailing list