Re: Wicketstuff wishlist?

2008-09-20 Thread Nino Saturnino Martinez Vazquez Wael
What about this one? http://www.bubbling-library.com/ ? Jörn Zaefferer wrote: Don't we have already at least one wishlist on the wicket wiki? http://cwiki.apache.org/WICKET/#Index-WishListforNextVersion Jörn On Fri, Sep 19, 2008 at 12:30 PM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTEC

Re: Wicket sample application

2008-09-20 Thread Nino Saturnino Martinez Vazquez Wael
I talked with a guy on doing this http://www.askeet.com/ for wicket as a tutorial... However progress are slow (mainly because of motivation). If you take a look at wicket Iolite archetype you will get at project that are setup with spring, JPA/hibernate, the last combo means that you do not

Re: Wicketstuff wishlist?

2008-09-20 Thread Nino Saturnino Martinez Vazquez Wael
Yeah that would work too... And you can always add validators.. So it's really flexible.. And if you want a form that always has the validator you can just extend a form and add the validator yourself... Jörn Zaefferer wrote: How about a IFormValidator? That has access to the form's components

Minis veil?

2008-09-20 Thread Nino Saturnino Martinez Vazquez Wael
How are the veil supposed to be used? I want to put a veil over a form once I submit it can I do that with the veil from minis? Im using the one from 1.3.. -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684 -

Re: Best approach dealing with error

2008-09-20 Thread Nino Saturnino Martinez Vazquez Wael
HTH :) Mathias P.W Nilsson wrote: Thank you. I will look into this right now. -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684 - To unsubscribe, e-mail: [EMAIL PROTECT

Re: Wicketstuff wishlist?

2008-09-20 Thread Jörn Zaefferer
How about a IFormValidator? That has access to the form's components and is more flexible to use (composition instead of inheritance). Jörn On Sat, Sep 20, 2008 at 4:56 PM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > > > [EMAIL PROTECTED] wrote: >> >> I'm the one who develop

Re: Best approach dealing with error

2008-09-20 Thread Mathias P.W Nilsson
Thank you. I will look into this right now. -- View this message in context: http://www.nabble.com/Best-approach-dealing-with-error-tp19585579p19586484.html Sent from the Wicket - User mailing list archive at Nabble.com. - To

Re: Best approach dealing with error

2008-09-20 Thread Nino Saturnino Martinez Vazquez Wael
You could use remote debuggin, http://wiki.apache.org/tomcat/FAQ/Developing#Q1 Mathias P.W Nilsson wrote: Yes, but I don't get these exceptions local. It is when the application is deployed so I wont be able to set any breakpoints. -- -Wicket for love Nino Martinez Wael Java Specialist @

Re: Best approach dealing with error

2008-09-20 Thread Mathias P.W Nilsson
Yes, but I don't get these exceptions local. It is when the application is deployed so I wont be able to set any breakpoints. -- View this message in context: http://www.nabble.com/Best-approach-dealing-with-error-tp19585579p19586354.html Sent from the Wicket - User mailing list archive at Nabb

Re: Best approach dealing with error

2008-09-20 Thread Nino Saturnino Martinez Vazquez Wael
What about running the app in debug mode and just set eclipse or whatever to halt on execeptions.. Then you just have to wait for it? Mathias P.W Nilsson wrote: Hi! I often get this messages when the application has been running 10-50 minutes. I don't know how to track it down. 15:08:33,920

Re: Wicketstuff wishlist?

2008-09-20 Thread Nino Saturnino Martinez Vazquez Wael
[EMAIL PROTECTED] wrote: I'm the one who developed HibernateFormComponentValidator and HibernateFormValidator, which does the validation in a different way compared with the annotations package. We really should improve this project. :-) Hows it lacking.. A less intrusive way..? Maybe instea

Re: Re: Wicketstuff wishlist?

2008-09-20 Thread bruno . borges
I'm the one who developed HibernateFormComponentValidator and HibernateFormValidator, which does the validation in a different way compared with the annotations package. We really should improve this project. :-) cheers Bruno On Sep 20, 2008 6:47am, Jörn Zaefferer <[EMAIL PROTECTED]> wrot

Re: Wicket sample application

2008-09-20 Thread James Carman
On Sat, Sep 20, 2008 at 9:38 AM, <[EMAIL PROTECTED]> wrote: > I don't think there need to be a 1000 examples - a single, complete, > convincing example would be sufficient...one that can be used as a starting > point for a website (authentication, a good database layer...some ajax > samples).

Best approach dealing with error

2008-09-20 Thread Mathias P.W Nilsson
Hi! I often get this messages when the application has been running 10-50 minutes. I don't know how to track it down. 15:08:33,920 ERROR [RequestCycle] Internal error parsing wicket:interface = :6 org.apache.wicket.WicketRuntimeException: Internal error parsing wicket:interfac e = :6 at

Re: Wicket sample application

2008-09-20 Thread superoverdrive
I don't think there need to be a 1000 examples - a single, complete, convincing example would be sufficient...one that can be used as a starting point for a website (authentication, a good database layer...some ajax samples). I am currently looking at several webprograming frameworks, including

Re: Wicket sample application

2008-09-20 Thread James Carman
A quick perusal of Wicket in Action over a weekend wouldn't hurt either (if you like Cheese)! :) On Sat, Sep 20, 2008 at 8:08 AM, James Carman <[EMAIL PROTECTED]> wrote: > I think you might find that if you started with some of the tutorials > and perhaps some maven archetypes, you could have prob

Re: Wicket sample application

2008-09-20 Thread James Carman
I think you might find that if you started with some of the tutorials and perhaps some maven archetypes, you could have probably made up your own example of wicket with database access and all of the features you're looking for with far less keystrokes than you've spent writing emails asking where

Re: Wicket sample application

2008-09-20 Thread superoverdrive
This example is not easy to find, as it is not directly listed under examples on the website. Apart from that: http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-phonebook/ seems to be an old wicket version and there is no version for wicket 2.0 ? Is there no sample application with da

Re: AW: Wicket and Mootools?

2008-09-20 Thread Jörn Zaefferer
jQuery UI (ui.jquery.com) adds quite a few effects: http://ui.jquery.com/repository/real-world/effects/ Jörn On Fri, Sep 19, 2008 at 5:27 PM, mahone9 <[EMAIL PROTECTED]> wrote: > > I think I´m gonna use scriptaculous. > It´s much more easier to use it and I guess you can also compress the js > fi

Re: Wicketstuff wishlist?

2008-09-20 Thread Jörn Zaefferer
A pony? Django now got one... Thanks for the wicket-hibernate link! Jörn On Sat, Sep 20, 2008 at 2:29 AM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > Baah.. Theres already something on it: > > https://wicket-stuff.svn.sf.net/svnroot/wicket-stuff/trunk/wicketstuff-hibernate-

Re: Wicket not secure?

2008-09-20 Thread Johan Compagner
And that introduced a bug or unwanted behavior also, will try to fix that in the wicket code this weekend... If you use encrypted urls and then your session expires you get nasty decoding errors in your logs because it suddenly uses another key/seed Because of a new session. Some how we now ha

Re: Kill session on closing browser

2008-09-20 Thread Johan Compagner
Normally in IE7 you also reuse the same browser instance for many things much more then in ie6 But this is all related to a different browser instances or not.. And todays browsers share it way more then previous generations. On 9/20/08, insom <[EMAIL PROTECTED]> wrote: > > I see what you're see