Re: Matt Raible's ApacheCon presentation

2007-11-19 Thread Nino Saturnino Martinez Vazquez Wael
Nino Saturnino Martinez Vazquez Wael wrote: @jdave I think it would be an option(I dont think I can go back to 1.4 ever and hope I dont have to), however I'd like to see more convenience methods.. Why arent it mentioned on the wiki page or somewhere else? @Spring problems Did not know

Re: tinymce ajax submit

2007-11-19 Thread godin
Frank Bille a écrit : Hi, Do you have problems with it? yes , the submit work half a time i will investigate it more I tried it over a year ago, and as far as I remember there was nothing to it. That was Wicket 1.2.3 and tinymce from back then. Frank On Nov 16, 2007 5:24 PM, godin

Forms and Listview questions..?

2007-11-19 Thread Nino Saturnino Martinez Vazquez Wael
Hi I've been playing with both forms and listviews. And I wanted to extend a form creating my own form that has captcha validation as standard, I cant just seem to find where to place the markup when extending Form? I then tried doing it with a panel but also ran into sometroubles. Also

Re: French companies working with Wicket

2007-11-19 Thread Antoine Angénieux
Hugues Pichereau a écrit : Since it's a french-only thread, I follow up with french language ;-) Ok ;) Antoine, peux tu dire le nom de ta société, à moins que ce soit confidentiel-défense =^D ? Société Clinigrid, on travaille dans les SI médicaux et les essais cliniques ! Antoine

Re: Session.bind() in newSession()

2007-11-19 Thread Johan Compagner
You really want to create a persisted session immediately? Why are you calling bind? The problem that in the getLastModified() call there is no complete RequestCycle. because those must be very fast. I can test if RequestCycle.get() returns something in that method. But then bind() call really

Wicket-security 0.1-beta1 released

2007-11-19 Thread Maurice Marrink
Beta1 has just been released for the following projects. Wasp Swarm and the accompanying Examples. The files are available on the wicketstuff maven repository http://wicketstuff.org/maven/repository/ And on sourceforge http://sourceforge.net/project/showfiles.php?group_id=134391 The live examples

Re: Wicket-security 0.1-beta1 released

2007-11-19 Thread James Perry
Would you say this release is production ready for a low volume e-commerce site? Cheers, James. On Nov 19, 2007 11:25 AM, Maurice Marrink [EMAIL PROTECTED] wrote: Beta1 has just been released for the following projects. Wasp Swarm and the accompanying Examples. The files are available on

Dynamic content on a panel

2007-11-19 Thread Alexander Landsnes Keül
Hi, I'm having a bit of trouble setting up a panel with a dynamic content. What I'm working on is a panel where the customers can specify what they want to ask for in a CV. Basically they can choose if they want dropdowns, textfields etc. Is there a way to support this? I'm thinking of adding

Re: Wicket-security 0.1-beta1 released

2007-11-19 Thread Maurice Marrink
Yes, I think so. I might have to build in some caching for high volume applications. but as of yet i have no data to verify this. Maurice On Nov 19, 2007 12:39 PM, James Perry [EMAIL PROTECTED] wrote: Would you say this release is production ready for a low volume e-commerce site? Cheers,

Re: How to add sortable header into ListView

2007-11-19 Thread Erik van Oosten
Hi Joshua, There are many examples on http://www.wicketstuff.org/wicket13/repeater/. Regards, Erik. Joshua Jackson wrote: Dear all, Is there any Sortable header component in wicket? I could not find it under wicket core library. And is there any tutorial on how to add sortable header?

Re: Dynamic content on a panel

2007-11-19 Thread Erik van Oosten
Please introduce a new subject with a new message. Please do not start a new topic using the reply button. If you reply to a message to start a new topic, it may be ignored by those not following that thread; you may not get the answers your questions deserve; and those whose mail programs

Re: RepeatingView constructors

2007-11-19 Thread Al Maw
jweekend wrote: When instantiating a RepeatingView, is there a case where RepeatingView(String id, IModel model) would be used instead of RepeatingView(String id) ? It seems that RepeatingView's (and RefreshingView's) model is unused. Use case: RepeatingView view = new RepeatingView( foo,

Re: Deployment mode Javascript error

2007-11-19 Thread Al Maw
Frank Bille wrote: The easy solution is to disable javascript cleanup: INIT: getResourceSettings().setStripJavascriptCommentsAndWhitespace(false); I have been too lazy to actually try to fix the problem, I'm afraid. :-( Is there a JIRA issue for this? Regards, Al

Re: tinymce ajax submit

2007-11-19 Thread godin
godin a écrit : Frank Bille a écrit : Hi, Do you have problems with it? yes , the submit work half a time i will investigate it more Ok find a workaround, pb on mozilla, use a decorator super.decorateScript(tinyMCE.triggerSave(true, true);+script+tinyMCE.idCounter=0;); regards

Wicket-Seam Integration

2007-11-19 Thread Frank Martínez
Hi All, Here is the Wicket-Seam implementation (First attempt). it supports Injection, Outjection, EL Expressions (Not in the html but just in the code). And full access to all seam contexts. In order to build it you need to put it in trunk/src/jdk-1.5 and run maven on

Re: Wicket-Seam Integration

2007-11-19 Thread Eelco Hillenius
Hi Frank, The wicket-seam is: http://www.ibstaff.net/fmartinez/wp-content/uploads/2007/11/wicket-seam.zip The example is: http://www.ibstaff.net/fmartinez/wp-content/uploads/2007/11/wicket-seam-project.zip I'm afraid I don't have the time to check this out myself right now, but I hope others

Re: Wicket-Seam Integration

2007-11-19 Thread Eelco Hillenius
I added you to the wicket-stuff project (http://sourceforge.net/projects/wicket-stuff) so you should be able to work directly on the project if you wish. If you do, I would appreciate it if you would try to support the maven 2 project file in there, so that the project can easily be build. It

Re: Wicket-Seam Integration

2007-11-19 Thread Frank Martínez
Hi Eelco, The wicket-seam project is already maven2 and is integrated as wicket-guice (Is based on its structure and pom.xml). The example is ant based not maven2, but i can fix it. Cheers, Frank. On Nov 19, 2007 1:03 PM, Eelco Hillenius [EMAIL PROTECTED] wrote: Hi Frank, The wicket-seam is:

Re: Wicket-Seam Integration

2007-11-19 Thread Eelco Hillenius
On Nov 19, 2007 10:13 AM, Frank Martínez [EMAIL PROTECTED] wrote: Hi Eelco, The wicket-seam project is already maven2 and is integrated as wicket-guice (Is based on its structure and pom.xml). The example is ant based not maven2, but i can fix it. Cool Frank, thanks for that. Eelco

Re: Session.bind() in newSession()

2007-11-19 Thread Niels Bo
No, I don't really need the bind() anyway! I was tracking a problem where the several Session was created with just my local browser, but it was caused by myself alternating between Jetty and Weblogic without closing the browser. There were then two session cookies (but different path), so

Re: French companies working with Wicket

2007-11-19 Thread Hugues Pichereau
Tiens, j'ai bossé 5 ans dans une boite qui faisait exactement la même chose (Telemedicine Technologies) - enfin bref... Antoine Angénieux wrote: Hugues Pichereau a écrit : Since it's a french-only thread, I follow up with french language ;-) Ok ;) Antoine, peux tu dire le nom de ta

Re: French companies working with Wicket

2007-11-19 Thread Hugues Pichereau
Ah, c'est une idée, ça! Enfin 'paris' c'est peut être un peu réducteur, pourquoi pas french wicket user group :-) Si d'autres sont intéressés, manifestez-vous! godin wrote: on pourrait monter un paris wicket user group pour partagé nos expèriences ! Cordialement Marc

RE: French companies working with Wicket

2007-11-19 Thread David Leangen
Et j'espère que French ne se limite pas seulement à la France ! ;-) Y'a d'autres francophones aussi, tsé. -Original Message- From: Hugues Pichereau [mailto:[EMAIL PROTECTED] Sent: 20 November 2007 05:43 To: users@wicket.apache.org Subject: Re: French companies working with Wicket

ModalWindow setResponse

2007-11-19 Thread Tim Lantry
Is there any way to forward to a page outside of a modal window from within a modal window? The typical behavior when using setResponsePage from within a modal window is that the new page shows up in the same modal window. That is great for most of my scenarios. However, in this case I want to

Re: ModalWindow setResponse

2007-11-19 Thread Matej Knopp
You have to close the modal window and call setResponsePage from within the WindowClosedCallback. -Matej On Nov 19, 2007 11:22 PM, Tim Lantry [EMAIL PROTECTED] wrote: Is there any way to forward to a page outside of a modal window from within a modal window? The typical behavior when using

Re: convertToString in custom Converter is not called

2007-11-19 Thread narup
Hello All, I am also having a problem with custom converter, convertToString method is never called. Thanks igor.vaynberg wrote: afik ddcs dont use converters because they use a choice renderer. see ddc.setchoicerenderer(); -igor On 8/13/07, Benjamin Ernst [EMAIL PROTECTED] wrote:

Re: convertToString in custom Converter is not called

2007-11-19 Thread narup
for more details i have a converter public class UserConverter extends ConverterLocator { private static final long serialVersionUID = 1L; public UserConverter () { super(); set(User.class, new StringToUserConverter()); set(String.class, new

Re: convertToString in custom Converter is not called

2007-11-19 Thread Johan Compagner
Why are you using such an old thread that talkes about Abstractchoice? I see that you use ConverterLocator. and i think thats 1.3. But then you don't need to have StringToX and XtoString Because the converter can do both ways. And thats also you problem Because you have to override the same

Wicket-Seam Integration

2007-11-19 Thread Frank Martínez
Hi All, I committed the seam-integration module to the wicket-stuff repository. And published the example application in my blog until i change it to maven 2. I Will add more documentation soon. Any comments are appreciated. Thanks, Frank. -- Frank D. Martínez M. Asimov Technologies Ltda.

Re: double form submission handling ?

2007-11-19 Thread saenz
I agree -- I had a question about this very topic. I was going to ask: Does Wicket have any mechanism to notify the application that a form from a previous page has been re-submitted (the situation you describe below)? This is so that the application can decide what to do -- in some cases, the

Re: double form submission handling ?

2007-11-19 Thread Igor Vaynberg
class myform extends form { private boolean submitted=false; protected abstract void oninitialsubmit(); protected abstract void onresubmit(); protected final void onsubmitted() { if (!submitted) oninitialsubmit(); else onresubmit(); submitted=true; } } why does wicket need a

Re: double form submission handling ?

2007-11-19 Thread saenz
Cool! I guess I just didn't realize that it is OK to store state in your own instance of Form like your example below. Thanks for the answer -- igor.vaynberg wrote: class myform extends form { private boolean submitted=false; protected abstract void oninitialsubmit(); protected

Re: double form submission handling ?

2007-11-19 Thread saenz
Eelco Hillenius wrote: On Nov 18, 2007 2:55 AM, mfs [EMAIL PROTECTED] wrote: Yeah that scenario still makes sense where the user goes to the form page itself, but i was refering to the scenario where the user goes to the page (with the back button) which got shown after form submission,

Re: Session.bind() in newSession()

2007-11-19 Thread Timo Rantalaiho
On Mon, 19 Nov 2007, Niels Bo wrote: I was tracking a problem where the several Session was created with just my local browser, but it was caused by myself alternating between Jetty and Weblogic without closing the browser. There were then two session cookies (but different path), so

Re: Dynamic content on a panel

2007-11-19 Thread Timo Rantalaiho
On Mon, 19 Nov 2007, Alexander Landsnes Keül wrote: Basically they can choose if they want dropdowns, textfields etc. Is there a way to support this? I'm thinking of adding the panels they want to a ListView, and my thought was to add the Components they specify to a ListView in the panels.

Re: How to add sortable header into ListView

2007-11-19 Thread Timo Rantalaiho
On Tue, 20 Nov 2007, Joshua Jackson wrote: SortableDataProvider. But I don't know how to get my spring bean into this class without using the @SpringBean annotation. Look at the Spring integration wiki page. Best wishes, Timo

Re: double form submission handling ?

2007-11-19 Thread Eelco Hillenius
Lets say that we wanted to do sophisticated clustering, so we use the ONE_PASS_RENDER option. However, we still want to avoid the double-submit problem. Is it possible? Is there a way the application can prevent it from happening in this case? Sure. Use custom solutions, like the one Igor

Add Form components

2007-11-19 Thread tsuresh
Hello all I have classes named User . User has two attributes name and password with getter and setter methods. I have another java class named UserAdd which contains the form . I added the form as below. But I could not add the new passwordTextField(confirmpassword) in it.When I try to add