[Wicket-user] Re: AbstractConverter

2005-04-19 Thread Gili
Ok, I've defined convert() and added my converter to the default one but now I get this exception: ognl.OgnlException: email [java.lang.ClassCastException: [Ljavax.mail.internet.InternetAddress;] at ognl.ObjectPropertyAccessor.setPossibleProperty(ObjectPropertyAccessor.java:84) at

Re: [Wicket-user] Wizards in wicket.

2005-04-19 Thread Eelco Hillenius
There are generally two ways of doing this (I think): 1. Page oriented. Create a page for each step, and record your status by either passing it to the step pages as you construct them. 2. Panel oriented, using: a. 'replace'. This way you have one panel (e.g. 'mywizPanel'), where your step

Re: [Wicket-user] Wizards in wicket.

2005-04-19 Thread Martijn Dashorst
I have put this on the wiki (http://wicket.sourceforge.net/wiki/doku.php?id=user:building_wizard_functionality), as this is a recurring question... Martijn Eelco Hillenius wrote: There are generally two ways of doing this (I think): 1. Page oriented. Create a page for each step, and record your

Re: [Wicket-user] Wizards in wicket.

2005-04-19 Thread Jonathan Carlson
Thanks Martijn, You read my mind. :-) I didn't see a link to it on the main Wiki page. How are people going to find it? [EMAIL PROTECTED] 2005-04-19 2:43:47 AM I have put this on the wiki (http://wicket.sourceforge.net/wiki/doku.php?id=user:building_wizard_functionality), as this is a

Re: [Wicket-user] Wizards in wicket.

2005-04-19 Thread Martijn Dashorst
Howto's at the bottom of the page... Perhaps we should move the contents of that page to the main wiki page... I already did... Martijn Jonathan Carlson wrote: Thanks Martijn, You read my mind. :-) I didn't see a link to it on the main Wiki page. How are people going to find it? [EMAIL

Re: [Wicket-user] Wizards in wicket.

2005-04-19 Thread Eelco Hillenius
Maybe we should write out a competition: who builds the best high-level reusable wizzard component :) Eelco Martijn Dashorst wrote: I have put this on the wiki (http://wicket.sourceforge.net/wiki/doku.php?id=user:building_wizard_functionality), as this is a recurring question... Martijn Eelco

Re: [Wicket-user] Wizards in wicket.

2005-04-19 Thread Johan Compagner
hmm... writing out games that you will win youreself! nice! :) Eelco Hillenius wrote: Maybe we should write out a competition: who builds the best high-level reusable wizzard component :) Eelco Martijn Dashorst wrote: I have put this on the wiki

Re: [Wicket-user] Wizards in wicket.

2005-04-19 Thread Per Ejeklint
OK, just give me a few years to catch up. :-) /Per 2005-04-19 kl. 15.59 skrev Eelco Hillenius: Maybe we should write out a competition: who builds the best high-level reusable wizzard component :) --- This SF.Net email is sponsored by: New

Re: [Wicket-user] Re: AbstractConverter

2005-04-19 Thread Eelco Hillenius
I don't know what your problem is; I need more code. Anyway, here are a few hints for working with converters in general: - be sure conversion works two ways. Generally you have to have a converter for get- and one for setObject; - conversion is only automatic when you use the PropertyModels

[Wicket-user] more on the back button

2005-04-19 Thread paul
In a previous message I mentioned a problem with the back button and the examples I should have mentioned that it was the displaytag paging and sorting examples. If you click on the last page (2) for the (paging + sorting + grouping + exporting working together example) and then click on the

Re: [Wicket-user] Example Source Code

2005-04-19 Thread paul
try http://sourceforge.net/project/showfiles.php?group_id=119783_id=138752 Best regards, Paul On Tue, 19 Apr 2005 14:46:31 -0500 Gregg D Bolinger <[EMAIL PROTECTED]> wrote: > Anyone know where I can download the source code for all >the examples? > I looked in the core wicket download but they

Re: [Wicket-user] more on the back button

2005-04-19 Thread Johan Compagner
please add a bug report for this. Should/must be fixed for the next rc [EMAIL PROTECTED] wrote: In a previous message I mentioned a problem with the back button and the examples I should have mentioned that it was the displaytag paging and sorting examples. If you click on the last page (2)

Re: [Wicket-user] more on the back button

2005-04-19 Thread Jonathan Locke
seems like undo should call replace() to avoid this check. [EMAIL PROTECTED] wrote: In a previous message I mentioned a problem with the back button and the examples I should have mentioned that it was the displaytag paging and sorting examples. If you click on the last page (2) for the

[Wicket-user] Re: Portlet Support

2005-04-19 Thread Nicolas BĂ©lisle
My experience with portals is very limited.The fewportlets I've developped were deployed on Apache Pluto (the reference implementation). From what I've seen, Liferay looks very interesting. It was one of the first portal to support JSR-168 and their community looks very active. Jetspeed 2 might

[Wicket-user] form with multiple submit buttons.

2005-04-19 Thread Matthew Watson
Could somebody give me an example of a form that has multiple submit buttons? I've seen references to using the Wicket button class but when I try this it doesn't seem to work. public class CreatePage extends WebPage { public CreatePage() { super(); add(new