Re: [Wicket-user] Nice urls and "dynamic" mount paths.

2006-11-06 Thread WATSON Matthew
-user@lists.sourceforge.netSubject: Re: [Wicket-user] Nice urls and "dynamic" mount paths.matej is already working on it afaik - the design is outlined on the wiki page, search for hybrid urls-igor On 11/6/06, WATSON Matthew < [EMAIL PROTECTED]> wrote: Hi,

[Wicket-user] Nice urls and "dynamic" mount paths.

2006-11-06 Thread WATSON Matthew
Title: Nice urls and "dynamic" mount paths. Hi, I need to provide bookmarkable urls that look like the following, there will in fact be thousands and thousands of permutations for the "path".     /browse/russia/forsale/all     /browse/france/property     /browse/greece/cars/f

[Wicket-user] Exceptions in WebPage subclasses

2006-10-12 Thread WATSON Matthew
Title: Exceptions in WebPage subclasses Hi, I'm wondering what the best approach is for handling unexpected or missing parameters in the contructors of WebPage classes. Effectively I want to attempt to read some query string parameters and depending on thier values either continue rendere

RE: [Wicket-user] AJAX dynamic forms and links.

2006-03-22 Thread WATSON Matthew
. especially the todo example - which does a subset of what you want. keep in mind that the examples are still a work in progress so the code is not refined. -Igor On 3/22/06, WATSON Matthew <[EMAIL PROTECTED]> wrote: Hi, This is a very general question abou

[Wicket-user] AJAX dynamic forms and links.

2006-03-22 Thread WATSON Matthew
Title: AJAX dynamic forms and links. Hi, This is a very general question about AJAX support included within 1.2 Despite being familiar with - the excellent - wicket framework I'm yet to start experimenting with AJAX. I need to achieve the following and was wondering if the build in com

RE: [Wicket-user] Problems with ChoiceRenderer and DropDownChoice

2005-10-19 Thread WATSON Matthew
rson.getId() if it is a person and directly return the number if it is a number)johan On 10/19/05, WATSON Matthew <[EMAIL PROTECTED]> wrote: Hi, Since upgrading from 1.0 to 1.1 rc2 I've had problems with the ChoiceRenderer and DropDownChoice components. To

[Wicket-user] Problems with ChoiceRenderer and DropDownChoice

2005-10-18 Thread WATSON Matthew
Title: Problems with ChoiceRenderer and DropDownChoice Hi, Since upgrading from 1.0 to 1.1 rc2 I've had problems with the ChoiceRenderer and DropDownChoice components. To explain: I have two classes class Person {     private long id;     private long genderId;     ge