Re: Chained dropdowns

2011-11-18 Thread anant . asty
Can you please past the code snippet here or at pastebin please? --Original Message-- From: Tito To: users@wicket.apache.org ReplyTo: users@wicket.apache.org Subject: Chained dropdowns Sent: Nov 18, 2011 11:36 AM Hi, I'm trying to connect three drowpdowns. For example. combo1: Country

Re: Apache Wicket is a Flawed Framework

2011-11-17 Thread anant . asty
First ofc all I do not see any need to convince you you can take it or leave it. 1 there is an awesome set of examples if you search for wicket examples, also there are a lot of other extensions or plug ins in wicket extensions , wicket stuff, wi query j query that support all ajax

Re: Customizing Error / Validation messages

2011-11-15 Thread anant . asty
Thanks that workes perfectly -Original Message- From: Igor Vaynberg igor.vaynb...@gmail.com Date: Tue, 15 Nov 2011 07:20:44 To: users@wicket.apache.org Reply-To: users@wicket.apache.org Subject: Re: Customizing Error / Validation messages the javadoc says the key to use is

Re: Creating a Wicket Session outside of a Wicket request

2011-11-15 Thread anant . asty
That's interesting I was trying to do some thing similar n eariler and just dropped it. Is it possible to use wicket shiro instead? -Original Message- From: David Berkman david.berk...@glu.com Date: Tue, 15 Nov 2011 11:09:10 To: users@wicket.apache.org Reply-To: users@wicket.apache.org

Re: Customizing Error / Validation messages

2011-11-14 Thread anant . asty
Thanks I will try that. --Original Message-- From: Martin Grigorov To: users@wicket.apache.org ReplyTo: users@wicket.apache.org Subject: Re: Customizing Error / Validation messages Sent: Nov 14, 2011 1:09 AM Hi, On Mon, Nov 14, 2011 at 8:50 AM, anantasthana anant.a...@gmail.com wrote:

Re: Customizing Error / Validation messages

2011-11-14 Thread anant . asty
I tried that it still does not work for some reason I have VendorPage.class VendorPage.html and VendorPage.properties Containing pattern = ${label} is invalid zip. It still shows me the default message. Am I missing a step or doing some thing wrong? --Original Message-- From: Martin

Re: AW: DropDownChoice model is not updated when wantOnSelectionChangedNotifications is overriden

2011-11-11 Thread anant . asty
Can you please show the code? Iv been trying to do something similar --Original Message-- From: wholalotta To: users@wicket.apache.org ReplyTo: users@wicket.apache.org Subject: Re: AW: DropDownChoice model is not updated when wantOnSelectionChangedNotifications is overriden Sent: Nov 11,

Re: replacing parent panel how to

2011-11-11 Thread anant . asty
So if you are doing Panel panel = new LeftPanel(panel); add(panel); Then to replace it you can do panel.replaceWith(new RightPanel(panel); If u want to replace through an ajav request make sure you do target.add(panel); --Original Message-- From: pen To: users@wicket.apache.org ReplyTo:

Re: Google Charts

2011-11-10 Thread anant . asty
Martin, I think I should just contribute to the existing google charts project. Instead of reinventing the wheel. -Original Message- From: Martin Grigorov mgrigo...@apache.org Date: Thu, 10 Nov 2011 10:20:17 To: users@wicket.apache.org Reply-To: users@wicket.apache.org Subject: Re:

Re: wicket-dojo wrappers (correction)

2011-11-10 Thread anant . asty
David, I would love to help you manage/maintain this project if you need help. -Original Message- From: David Berkman david.berk...@glu.com Date: Thu, 10 Nov 2011 11:50:12 To: users@wicket.apache.org Reply-To: users@wicket.apache.org Subject: RE: wicket-dojo wrappers (correction) Sorry.

Re: wicket-dojo wrappers (correction)

2011-11-10 Thread anant . asty
I do have a github account my username is anantasty I would be happy to help and would really like to write documentation etc. So it would be great if you add me as a coloborator -Original Message- From: David Berkman david.berk...@glu.com Date: Thu, 10 Nov 2011 12:03:33 To:

Re: Advice wanted about polished component set with Wicket

2011-11-09 Thread anant . asty
Yeah I have tried learning from some stuff in wicketstuff and Wiquery so someday I will be ready to contribute. -Original Message- From: Ernesto Reinaldo Barreiro reier...@gmail.com Date: Wed, 9 Nov 2011 18:48:17 To: users@wicket.apache.org Reply-To: users@wicket.apache.org Subject: Re:

Re: An extensive RIA technology comparison matrix including Wicket

2011-10-26 Thread anant . asty
I do think it would be extremely. Helpful if there was a plugi n to generate html from wicket code or I'm not aware of it. There is a plugin that gives me the option generate wicket form code but it never worked. Its not a show stopper by any means though. -Original Message- From:

Re: reverse engineering a wicket application

2011-10-24 Thread anant . asty
Check the webApplication file you should be able to find the mounted pages there --Original Message-- From: roncking To: users@wicket.apache.org ReplyTo: users@wicket.apache.org Subject: reverse engineering a wicket application Sent: Oct 24, 2011 9:32 AM Hi , I found an 'abandoned'

Re: Big Problem: BookmarkablePageLinks, AjaxLinks and BackButton

2011-10-21 Thread anant . asty
So how long after going to page2 are you hitting the back button? The page is expired means that the session has been destroyed. You could possibly seT a longer session time out in your webApplication --Original Message-- From: MattyDE To: users@wicket.apache.org ReplyTo:

Re: Drilling Application.getHomePage()

2011-10-21 Thread anant . asty
This is very similar to what I am trying to do. Martin just replied to my post with a great example. Check it out.. -Original Message- From: Chris Colman chr...@stepaheadsoftware.com Date: Fri, 21 Oct 2011 16:44:53 To: users@wicket.apache.org Reply-To: users@wicket.apache.org Subject: