[Wicket-user] Map items design issue

2007-07-28 Thread ZedroS Schwart
Hi all Thanks to Wicket, I've been successfully building a map where I can show items on it and move them through ajax. However, I've the following issue : I store an item location twice. One time in the ArrayList of ArrayList containing my cells, and the other time in each item. Indeed, I need

Re: [Wicket-user] Wicket in Action now available through Manning Early Access Program

2007-07-28 Thread ZedroS Schwart
Hi ! This is a very good news ! I hope we'll the rest of the book soon. Courage ;) ZedroS On 7/26/07, Martijn Dashorst [EMAIL PROTECTED] wrote: Eelco and I are really happy to announce the availability of our first two chapters of our forthcoming book Wicket in Action. Chapter 1 is a

Re: [Wicket-user] New tutorial for Wicket 1.3 release : could you please check it ?

2007-07-14 Thread ZedroS Schwart
Hi Thanks Scott for the remark. I've already changed the span and typo, and I'll as well change the components' names. :) Jean Baptiste, your contribution is more than welcome ! However, I'm using developpez.com tool for article, so I don't have all the html freedom. Please express what annoys

[Wicket-user] New tutorial for Wicket 1.3 release : could you please check it ?

2007-07-13 Thread ZedroS Schwart
Hi I've been written this little tutorial : http://zedros.developpez.com/tutoriels/java/wicket/ If I don't say too much stupidity, I plan to translate it to french and then publish it on Wicket 1.3 release (having updated the links to the various resources). I would much appreciate a quick

Re: [Wicket-user] Classloader for selectively reload web tier

2007-07-13 Thread ZedroS Schwart
Thanks for the tip Matej ! Joseph - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now.

Re: [Wicket-user] Trying to retrieve the absolute URL

2007-06-29 Thread ZedroS Schwart
Hi I had already asked a similar question months ago. As I remember it, the possibility to get the absolute URL had been left over since it could be misleading depending of the actual deployement. As such, you have to save it somewhere in your app and call it when needed. But it's just some

Re: [Wicket-user] File too long under Vista when extraction Wicket 1.3

2007-06-27 Thread ZedroS Schwart
because the card doesn't support it. So it's no so straightforward.) Cheers ZedroS On 6/24/07, Gabor Szokoli [EMAIL PROTECTED] wrote: On 6/24/07, ZedroS Schwart [EMAIL PROTECTED] wrote: I'm planning to install ubuntu as well, but on a RAID + Wifi pc it's not that easy. (sidenote: Wifi should

[Wicket-user] File too long under Vista when extraction Wicket 1.3

2007-06-24 Thread ZedroS Schwart
Hi all I'm using my brand new vista pc to extract Wicket and I've 8 files too long to be extracted, like for example AdminAnnotationsBookmarkablePage. I'm trying to extract them under d:\wicket, so the root path isn't that big. Do you have any clue on what to do ? thanks in advance

Re: [Wicket-user] File too long under Vista when extraction Wicket 1.3

2007-06-24 Thread ZedroS Schwart
, but hey, more and more people are coming into it (or should at least) and it's quite a pain some wicket's files names are too long no ? Cheers, ZedroS On 6/24/07, C. Bergström [EMAIL PROTECTED] wrote: ZedroS Schwart wrote: Hi all I'm using my brand new vista pc to extract Wicket and I've 8

Re: [Wicket-user] Updating items of a Set...

2007-04-26 Thread ZedroS Schwart
Hi Eelco Thanks for the help. I've a question however : currently, I put an object containing the Set as a final attribute of my Panel class, in order to be able to increase/decrease its values depending of the action in the AjaxLink onClick. However, having read about memory/session size, I

Re: [Wicket-user] form.setVisible(false) possible through an AjaxSubmitButton onSubmit ?

2007-04-26 Thread ZedroS Schwart
Hi Erik The translation is there : http://zedros.developpez.com/articles/java/wicket/ajax/ The article will be checked by fellow members of developpez.com and then announce on the news of this website. I'll then add it to the wicket. In between, every comment is welcome ;) (or afterwards lol)

Re: [Wicket-user] Wicket 1.2.6 has been released

2007-04-24 Thread ZedroS Schwart
I'm now using Wicket 1.3 but, still, thanks for this release, especially this part : this interim release is provided outside of the ASF, solely as a service to existing Wicket users to resolve existing bugs in the Wicket product. It really shows how great a team you're ! Keep up the good work

Re: [Wicket-user] stateless and/ or bookmarkable pages in Wicket 1.3

2007-04-24 Thread ZedroS Schwart
Thanks for your answers. I've read that one can override the method getStatelessHint() as following : protected boolean getStatelessHint() { return true; } to have a stateless form/component. However, in the SignInForm

[Wicket-user] Updating items of a Set...

2007-04-24 Thread ZedroS Schwart
Hi all As I'm new to wicket, I often wonder (especially when I encounter hurdles ;)) if the approach I take is the good one. So, if you don't mind, I will quickly introduce what I try to do, then present the solution I've retained up to now and, finally, the current hurdle ;). Feel free to

Re: [Wicket-user] Escaping of HTML by wicket:message - can this be disabled?

2007-04-23 Thread ZedroS Schwart
-incubating? -igor On 4/20/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Hi I finally found how to solve this issue : the wicket jar from http://wicketstuff.org/maven/repository/org/apache/wicket/ seems to be broken. Indeed, when I download the source jar, unzip it and add

[Wicket-user] form.setVisible(false) possible through an AjaxSubmitButton onSubmit ?

2007-04-23 Thread ZedroS Schwart
Hi all I've recently encountered and understood more and more ajax limitations and here is one I'm still wondering about : should form.setVisible(false) be possible in an AjaxSubmitButton's onSubmit even ? For sure, this form is the one the ajaxSubmitButton is linked to. Thanks in advance ZedroS

Re: [Wicket-user] form.setVisible(false) possible through an AjaxSubmitButton onSubmit ?

2007-04-23 Thread ZedroS Schwart
Hi Jim What do you mean by replace the forms parent ? I'm a newbe, this may explain that ;) Thanks again ZedroS On 4/23/07, James McLaughlin [EMAIL PROTECTED] wrote: Sure, just replace the forms parent in onSubmit. best, jim On 4/23/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Hi all

Re: [Wicket-user] how to download wicket cd app example

2007-04-23 Thread ZedroS Schwart
Regarding Wicket 1.3, as said there http://cwiki.apache.org/WICKET/migrate-13.html, you can find all the download there : http://wicketstuff.org/maven/repository/org/apache/wicket/ For you cd app, I don't know what it is so... cheers ZedroS On 4/23/07, Martijn Dashorst [EMAIL PROTECTED] wrote:

Re: [Wicket-user] form.setVisible(false) possible through an AjaxSubmitButton onSubmit ?

2007-04-23 Thread ZedroS Schwart
understood your problem fully. I hope this helps. best, jim On 4/23/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Hi Jim What do you mean by replace the forms parent ? I'm a newbe, this may explain that ;) Thanks again ZedroS On 4/23/07, James McLaughlin [EMAIL PROTECTED

Re: [Wicket-user] form.setVisible(false) possible through an AjaxSubmitButton onSubmit ?

2007-04-23 Thread ZedroS Schwart
It's a very instructive post. Do you mind if I translate it to french and then publish it on this website : http://www.developpez.com/ ? For sure I would put a link to your blog ! :) ZedroS - This SF.net email is sponsored

Re: [Wicket-user] form.setVisible(false) possible through an AjaxSubmitButton onSubmit ?

2007-04-23 Thread ZedroS Schwart
Thanks a lot. It'll be done in the coming days :) Cheers, ZedroS On 4/23/07, Erik van Oosten [EMAIL PROTECTED] wrote: Of course, please go ahead! When you're done, please add the French link to http://cwiki.apache.org/WICKET/articles-about-wicket.html. Erik. ZedroS Schwart wrote

Re: [Wicket-user] Escaping of HTML by wicket:message - can this be disabled?

2007-04-20 Thread ZedroS Schwart
Hi I finally found how to solve this issue : the wicket jar from http://wicketstuff.org/maven/repository/org/apache/wicket/ seems to be broken. Indeed, when I download the source jar, unzip it and add it to my project (with a few extra jar and minus the wicket one, as well as a source path) it

[Wicket-user] stateless and/ or bookmarkable pages in Wicket 1.3

2007-04-20 Thread ZedroS Schwart
Hi all I would like to fork the discussion Issue with redirection to intro page after logout to discuss stateless and/ or bookmarkable pages in Wicket 1.3. Indeed, Eelco said : Off topic, I think it's good practice to make your login page a stateless page (using a stateless form), so that users

Re: [Wicket-user] mount page url

2007-04-19 Thread ZedroS Schwart
it... ?param1=valueparam2=value2 you can roll your own, see how the above two are implemented -igor On 4/13/07, ZedroS Schwart [EMAIL PROTECTED] wrote: BTW, is there a way to do some URL rewriting in Wicket ? For example passing the parameters in the URL with / between them

Re: [Wicket-user] AbstractAjaxTimerBehavior on a page not possible ?

2007-04-19 Thread ZedroS Schwart
On Tue, Apr 17, 2007 at 02:50:33PM +0200, ZedroS Schwart wrote: As it's on the page where the registration form is presented, I would have to update the page with this meta after successful submit, is that correct ? If so, is it possible to update the meta through ajax ? Thanks again ZedroS

Re: [Wicket-user] Issue with redirection to intro page after logout

2007-04-19 Thread ZedroS Schwart
://wicketstuff.org/wicket13/niceurl/the/homepage/../../a/nice/path/to/the/first/page its only a bit funny.. johan On 4/17/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Good to know that ! But isn't it surprising that a BookmarkablePageLink, when rendered in the html page, is a full link

Re: [Wicket-user] Issue with redirection to intro page after logout

2007-04-19 Thread ZedroS Schwart
Hi Johan I still don't manage to do redirection from my code. I've even tried to do some redirection to other website or the base URL of my app without success. The code I use is the following : package purgat.web.pages.user; import org.apache.wicket.PageParameters; import

Re: [Wicket-user] wicket performance

2007-04-19 Thread ZedroS Schwart
Hi Alexey I can attest that the mailing list is very supportive, so don't conclude too fast ;) Regarding your quest for information, I suggest you to browse/search the mailing archive, which can be found there: http://www.nabble.com/Wicket---User-f13976.html From my experience it's very useful

Re: [Wicket-user] Escaping of HTML by wicket:message - can this be disabled?

2007-04-19 Thread ZedroS Schwart
messages come from property files, you control completely. messages in feedbackpanel can include user-entered text, so it is the safest to escape by default. -igor On 4/19/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Hi igor I've advanced on this issue. I'm putting my message

Re: [Wicket-user] Issue with redirection to intro page after logout

2007-04-19 Thread ZedroS Schwart
ZedroS On 4/19/07, Eelco Hillenius [EMAIL PROTECTED] wrote: On 4/19/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Hi Johan I still don't manage to do redirection from my code. I've even tried to do some redirection to other website or the base URL of my app without success. The code I

Re: [Wicket-user] AbstractAjaxTimerBehavior on a page not possible ?

2007-04-17 Thread ZedroS Schwart
around it by having a component. in 1.3 this is fixed and it will work on a page. johan On 4/4/07, ZedroS Schwart [EMAIL PROTECTED] wrote: I use wicket 1.2.5... How shall I do ? Thanks in advance ZedroS

Re: [Wicket-user] Issue with redirection to intro page after logout

2007-04-17 Thread ZedroS Schwart
that. johan On 4/17/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Hi all I've been struggling for a few hours to do a redirection after a logout. I've looked at many places, including this one : http://www.nabble.com/how-to-display-login-page-after-logout--tf2135329.html#a5892867

Re: [Wicket-user] AbstractAjaxTimerBehavior on a page not possible ?

2007-04-17 Thread ZedroS Schwart
of the form is now rerendered without the form? johan On 4/17/07, ZedroS Schwart [EMAIL PROTECTED] wrote: I'm not really familiar wih junit but I'm willing to do the test. I just would like to be sure the perimeter I'm considering is valid in Wicket. In fact, I'm using an AjaxForm

Re: [Wicket-user] AbstractAjaxTimerBehavior on a page not possible ?

2007-04-17 Thread ZedroS Schwart
this the old-fashioned way? meta http-equiv=refresh content=5;url=/welcome jk On Tue, Apr 17, 2007 at 02:16:57PM +0200, ZedroS Schwart wrote: First of all, thanks for your answer. Regarding this form, in fact it's the registration one. On successful form filling (having check

[Wicket-user] Issue with redirection to intro page after logout

2007-04-16 Thread ZedroS Schwart
Hi all I've been struggling for a few hours to do a redirection after a logout. I've looked at many places, including this one : http://www.nabble.com/how-to-display-login-page-after-logout--tf2135329.html#a5892867 However, nothing works. Indeed, my line urlFor(IntroPage.class,

Re: [Wicket-user] Wicket 1.3 ready for development?

2007-04-13 Thread ZedroS Schwart
Thanks again. I update the wiki with it :) ++ ZedroS On 4/12/07, Eelco Hillenius [EMAIL PROTECTED] wrote: However, I've one more question. What are the differences in http://wicketstuff.org/maven/repository/org/apache/wicket/wicket/ between : 1.3-incubating-SNAPSHOT/ and

Re: [Wicket-user] crtypted url cannot work for current 2.0 snap shot.

2007-04-13 Thread ZedroS Schwart
Hi AFAIK, 2.0 has been let down in favor of 1.3.0, so it's not a big surprise things are broken in it, at least I think so. BR, ZedroS On 4/13/07, tooy li(Gmail) [EMAIL PROTECTED] wrote: and the customed error page also cannot work well. when i open a modal window by ajax link, it will

[Wicket-user] Wicket 1.2.5 and/or 1.3 on WOJ (World of Java) ?

2007-04-13 Thread ZedroS Schwart
Hi all I've recently discovered World of Java (http://www.worldofjava.org/language.do?locale=en) It's an engine allowing to view the javadoc and the source for many open source projects. This engine is packaged in some plugins for Eclipse, Netbeans and IntelliJ. It really rocks, since you're

Re: [Wicket-user] 2 issues with RefreshingView : ERROR - RequestCycle - Index: 0 and submit button present too many times

2007-04-12 Thread ZedroS Schwart
I've done so, with screenshots as well. It's the issue WICKET-461. ZedroS On 4/12/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Alternatively, you can open up an issue in JIRA and attach it there. Eelco On 4/11/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Hi again I've done a demo

Re: [Wicket-user] 2 issues with RefreshingView : ERROR - RequestCycle - Index: 0 and submit button present too many times

2007-04-11 Thread ZedroS Schwart
/10/07, Igor Vaynberg [EMAIL PROTECTED] wrote: not really, its a complex hierarchy and if i was going to debug it i would have to recreate it myself. -igor On 4/10/07, ZedroS Schwart [EMAIL PROTECTED] wrote: I agree that the current modelisation is quite complex. Quickly, it's

Re: [Wicket-user] 2 issues with RefreshingView : ERROR - RequestCycle - Index: 0 and submit button present too many times

2007-04-11 Thread ZedroS Schwart
it, just let me know. ZedroS On 4/11/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Hi Igor I've played with it again regarding the multiple ajax submit buttons and I've noticed the following behavior : - this issue is only happening on Firefox (more precisely : Mozilla/5.0 (Windows; U; Windows NT

[Wicket-user] 2 issues with RefreshingView : ERROR - RequestCycle - Index: 0 and submit button present too many times

2007-04-10 Thread ZedroS Schwart
Hi I'm currently working on a RefreshingView and I got the 2 followings issues : - I've added an ActionPanel like the one in the Wicket Example and when onClick is fired I got the following error : ERROR - RequestCycle - Index: 0 java.lang.IndexOutOfBoundsException: Index: 0

Re: [Wicket-user] 2 issues with RefreshingView : ERROR - RequestCycle - Index: 0 and submit button present too many times

2007-04-10 Thread ZedroS Schwart
, even if I wonder now if it's relevant). Thanks in advance ZedroS On 4/10/07, Igor Vaynberg [EMAIL PROTECTED] wrote: try an id that is an alpha string rather then + -igor On 4/10/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Hi I'm currently working on a RefreshingView and I got the 2

Re: [Wicket-user] 2 issues with RefreshingView : ERROR - RequestCycle - Index: 0 and submit button present too many times

2007-04-10 Thread ZedroS Schwart
I agree that the current modelisation is quite complex. Quickly, it's the following : my page has a form, let's call it form Form1. This form in fact inherits an Ajax form. This Ajax form add the Ajax submit button, an AjaxIndicator image and define the feedbackpanel. In Form1, I add two

Re: [Wicket-user] AjaxFormSubmitBehavior : which event to use ?

2007-04-05 Thread ZedroS Schwart
Hi Just for records, I found my issue : I was adding mu behavior of the form itself. I now add it to the ajax button and it rocks ! Thanks again Wicket team :) ZedroS On 4/2/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Hi Just to add a new point : in fact each time the user click on the form

Re: [Wicket-user] Escaping of HTML by wicket:message - can this be disabled?

2007-04-05 Thread ZedroS Schwart
Hum, I'm quite surprised since I've inserted some html (mainly br /) code in my properties files and it weren't rendered properly... I just had some br / appearing in my page (using wicket 1.2.5). What do I do wrong ? Thanks in advance ZedroS On 4/5/07, Igor Vaynberg [EMAIL PROTECTED] wrote:

Re: [Wicket-user] Framework Evaluation

2007-04-05 Thread ZedroS Schwart
Hi I was myself looking for a web framework and I've looked at both Tapestry and Wicket, so I'll quickly give my feeling : - Tapestry development team switch from major version to major version without providing a clear migration path for the user. As such, on Tapestry forums, you got questions

[Wicket-user] AbstractAjaxTimerBehavior on a page not possible ?

2007-04-04 Thread ZedroS Schwart
Hi all I've the following code : public class LogoutPage extends SecuredBasePage { public LogoutPage() { ((Session) getSession()).setUser(null); add(new AbstractAjaxTimerBehavior(Duration.seconds(5)) { protected void

Re: [Wicket-user] Template page, menu and confirmations pages

2007-04-04 Thread ZedroS Schwart
more details ? In fact I wonder if I understood it well, did you mean : on successful submit : set the form invisible set the panel visible Is that correct ? Thanks in advance ZedroS On 4/3/07, Igor Vaynberg [EMAIL PROTECTED] wrote: On 4/3/07, ZedroS Schwart [EMAIL PROTECTED] wrote: How can I

Re: [Wicket-user] AbstractAjaxTimerBehavior on a page not possible ?

2007-04-04 Thread ZedroS Schwart
I use wicket 1.2.5... How shall I do ? Thanks in advance ZedroS - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business

[Wicket-user] Template page, menu and confirmations pages

2007-04-03 Thread ZedroS Schwart
Hi I've a template for my pages around a boxborder for the content and a list for the links to the pages. All the links are set using BookmarkablePageLink in an html list with setAutoEnable(true) so I don't have to mess around with them. However, I'm not stuck with the following use case :

Re: [Wicket-user] AjaxFormSubmitBehavior : which event to use ?

2007-04-02 Thread ZedroS Schwart
Hi Just to add a new point : in fact each time the user click on the form the ajax call is made, even if the feedback panel isn't updated... Weird for a AjaxFormSubmitIndicator no ? How can I avoid such a behavior ? Thanks in advance ZedroS On 4/1/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Hi

Re: [Wicket-user] Joost uses Wicket

2007-04-02 Thread ZedroS Schwart
I'll be checking in an URIRequestTargetUrlCodingStrategy in the next days that basically takes the remaining URL fragment and gives it to the user as getURI(). To follow your advice, I will also add an example of how to combine this with a

[Wicket-user] AjaxFormSubmitBehavior : which event to use ?

2007-04-01 Thread ZedroS Schwart
Hi I'm using an AjaxFormSubmitBehavior to render a little indicator on the ongoing Ajax request. I've done it this way : class AjaxFormSubmitIndicator extends AjaxFormSubmitBehavior implements IAjaxIndicatorAware {

Re: [Wicket-user] AjaxSubmitButton and FormComponentFeedbackBorder

2007-03-30 Thread ZedroS Schwart
them to the target. -igor On 3/28/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Quick update : I've found some help here : http://www.nabble.com/FeedbackPanel%2C-Form%2C-which-component-is-caousing-feedback--tf2427268.html#a6767963 but I'm still looking for how to tell

[Wicket-user] AjaxSubmitButton and FormComponentFeedbackBorder

2007-03-28 Thread ZedroS Schwart
Hi I'm playing with Ajax and Wicket, which is quite fun, but I've an issue with AjaxSubmitButton and FormComponentFeedbackBorder. I guess I should use target.addComponent(Component) ; to declare in my AjaxSubmitButton that I want the feedback border to be updated. However, I'm using a

Re: [Wicket-user] AjaxSubmitButton and FormComponentFeedbackBorder

2007-03-28 Thread ZedroS Schwart
Quick update : I've found some help here : http://www.nabble.com/FeedbackPanel%2C-Form%2C-which-component-is-caousing-feedback--tf2427268.html#a6767963 but I'm still looking for how to tell the FormComponentFeedbackBorder to render itself.. ++ ZedroS, digging in ! On 3/28/07, ZedroS Schwart

Re: [Wicket-user] Hibernate/Spring and Wicket architecture request for validation (was Wicket's questions)

2007-03-25 Thread ZedroS Schwart
Thanks again. :) - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics through brief surveys-and earn cash

Re: [Wicket-user] Hibernate/Spring and Wicket architecture request for validation (was Wicket's questions)

2007-03-24 Thread ZedroS Schwart
Just a side question : when using a CompoundPropertyModel, is there a way to dispose it later on the process or is it done automatically ? For example, I use a Value Object (VO) to edit my user profile (because there are some extra data to consider). Is this VO deleted when the page onSubmit

Re: [Wicket-user] Wicket's questions

2007-03-21 Thread ZedroS Schwart
serialversionuids for Wicket components. I personally just supress the warning. ZedroS Schwart wrote: * serialVersionUID and anonymous inner classes Quite often in my code, I've got some warning due to non define serialVersionUID. I usually tell Eclipse to generate

Re: [Wicket-user] Hibernate/Spring and Wicket architecture request for validation (was Wicket's questions)

2007-03-20 Thread ZedroS Schwart
Thanks again for all these answers. I just don't get right the last one : They are also good for when you work with value objects ('thin' representations of the your domain objects). Could you be more explicit please ? Thanks again ZedroS On 3/17/07, Eelco Hillenius [EMAIL PROTECTED] wrote:

Re: [Wicket-user] Hibernate/Spring and Wicket architecture request for validation (was Wicket's questions)

2007-03-20 Thread ZedroS Schwart
That's was a really instructive post, thanks Eelco. In fact I'm actually struggling with this kind of issue. I've model objects and then on my presentation layer the data are quite often a bit different, and thus I wonder which way is the best. Igor had spoken about form beans, but then I've to

Re: [Wicket-user] Joost uses Wicket

2007-03-17 Thread ZedroS Schwart
Regarding static content, is it such a big issue to have some wicket html pages with empty classes behind ? Thanks in advance ZedroS On 3/15/07, Ryan [EMAIL PROTECTED] wrote: It is definitely possible. First make sure you are running 1.2.5 or better (this will fix a bug where posts did not

Re: [Wicket-user] Hibernate/Spring and Wicket architecture request for validation (was Wicket's questions)

2007-03-17 Thread ZedroS Schwart
and get both access convenience and detachability. wicket models are much more flexible and powerful than most people realize at first. ZedroS Schwart wrote: Thanks for your comment Igor, I really appreciate. Just some questions : do you use CompoundPropertyModel or the detachable one

Re: [Wicket-user] Hibernate/Spring and Wicket architecture request for validation (was Wicket's questions)

2007-03-15 Thread ZedroS Schwart
Thanks for your comment Igor, I really appreciate. Just some questions : do you use CompoundPropertyModel or the detachable one ? For the form beans, the user profile page I'm working on really proves you right. I was willing at first to avoid yet another bean but in fact it seems indeed to be

Re: [Wicket-user] Hibernate/Spring and Wicket architecture request for validation (was Wicket's questions)

2007-03-14 Thread ZedroS Schwart
Hi all Among the questions I had, one of the core questions is the following one : is the architecture I plan to use appropriate ? Just to give a bit of insight, I'm new to Hibernate/Spring and Wicket (ouch !). lol But I'm really motivated :) I would like to be sure I don't do huge mistake in my

Re: [Wicket-user] Joost uses Wicket

2007-03-13 Thread ZedroS Schwart
Hi all On 3/13/07, Igor Vaynberg [EMAIL PROTECTED] wrote: it is ok to do that (use /* mapping) if you use WicketFilter instead of WicketServlet I'm sorry but I didn't a WicketFilter class in the API nor in the wicket examples. And the web.xml file from wicket examples seems rather normal to me

Re: [Wicket-user] Joost uses Wicket

2007-03-13 Thread ZedroS Schwart
Danke schön Rüdiger ! I understand better now. Have a good day ++ ZedroS - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT

[Wicket-user] Wicket's questions

2007-03-13 Thread ZedroS Schwart
Hi * serialVersionUID and anonymous inner classes Quite often in my code, I've got some warning due to non define serialVersionUID. I usually tell Eclipse to generate them for me. However, for the anonymous inner classes, which are quite commun, I'm not sure it's ok. Is it ? Furthermore, I'm

[Wicket-user] Wicket mailing lists no more archived ?

2007-03-12 Thread ZedroS Schwart
Hi all I was willing to do a search in the user mailing list archive, as I used to do in the past. I went from Wicket home page to mailing lists and then to Archive on SourceForge. However, arriving on SourceForge I got an error. Digging deeper, I finally found there

[Wicket-user] Best way to deal with non model data

2007-03-12 Thread ZedroS Schwart
Hi In my register page, I have a PasswordTextField for the confirmation password. For sure, this field isn't stored in my model, and thus I've a mismatch between it and my model object. For sure, I could inherit my User object and then add this confirmPassword field in it and then, onSubmit,

Re: [Wicket-user] Wicket mailing lists no more archived ?

2007-03-12 Thread ZedroS Schwart
Should I open a JIRA issue to have the archive links in the wicket home page updated ? ++ ZedroS - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share

Re: [Wicket-user] Best way to deal with non model data

2007-03-12 Thread ZedroS Schwart
PasswordTextField(confirm, new Model()); form.add(pw1); form.add(pw2); form.add(new EqualPasswordInputValidator(pw1, pw2)); Martijn On 3/12/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Hi In my register page, I have a PasswordTextField for the confirmation password. For sure, this field isn't

Re: [Wicket-user] Wicket mailing lists no more archived ?

2007-03-12 Thread ZedroS Schwart
Having played with the nabble search engine I can already tell that it rocks ! :) And the new Wicket website is really nice ! :) When will it be the official new wicket website ? Cheers, ZedroS - Take Surveys. Earn Cash.

Re: [Wicket-user] Wicket mailing lists no more archived ?

2007-03-12 Thread ZedroS Schwart
Thanks a lot for all this information. I'm looking forward of Wicket as a top level Apache project. It'll give the framework attention it deserves (IMHO). Keep on the good job ! ++ ZedroS - Take Surveys. Earn Cash.

Re: [Wicket-user] What's the best way of doing menus in Wicket?

2007-03-11 Thread ZedroS Schwart
Would it be possible to have such a menu directly among wicket's components ? It would be great ! ZedroS - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance

Re: [Wicket-user] Spring design in Wicket

2007-03-09 Thread ZedroS Schwart
Hi Roland and Erik Thanks for your replies, notably the best practices provided. Regarding the way to design, I would sum your answers as following : - one can follow a Domain Driven Design, with a manager per kind of object. - In the Spring ApplicationContext file, I should only define

Re: [Wicket-user] Spring design in Wicket

2007-03-09 Thread ZedroS Schwart
Thanks a lot. I definitely have to learn more of it :) ZedroS On 3/9/07, Erik van Oosten [EMAIL PROTECTED] wrote: Hi, ZedroS Schwart wrote: - one can follow a Domain Driven Design, with a manager per kind of object. That is a major simplification, but yes, that is true

[Wicket-user] Spring design in Wicket

2007-03-08 Thread ZedroS Schwart
Hi all As said earlier, I'm beginning with Spring and I find it a bit hard to know how to design my application with it. Let me give an example : in order for the end user to register, I've a registration form. Up to now, I've a registrationBean which isn't managed by Spring. On the form submit,

[Wicket-user] Issue when trying to specify Spring dependency through annotations

2007-03-07 Thread ZedroS Schwart
Hi all I've a goal, a simple one I think : using Spring through annotations in my wicket application. To do so, I tried with both the wiki and the book Pro Wicket. Each time I end up with the same error : java.lang.NoClassDefFoundError: net/sf/cglib/proxy/Callback. Do you have any clue ? BTW,

Re: [Wicket-user] Issue when trying to specify Spring dependency through annotations

2007-03-07 Thread ZedroS Schwart
Thanks for your reply. However, I don't understand how come this issue with the cglib jar, which I don't even have in my classpath... In case it could help, here is the complete stack trace : java.lang.NoClassDefFoundError: net/sf/cglib/proxy/Callback

Re: [Wicket-user] Issue when trying to specify Spring dependency through annotations

2007-03-07 Thread ZedroS Schwart
. it is in the pom.xml -igor On 3/7/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Thanks for your reply. However, I don't understand how come this issue with the cglib jar, which I don't even have in my classpath... In case it could help, here is the complete stack trace

Re: [Wicket-user] How to download Wicket Javadoc ?

2007-02-04 Thread ZedroS Schwart
You're right, thanks a lot :) ZedroS On 2/4/07, Matthew Kwong [EMAIL PROTECTED] wrote: If it is 1.2.4, the apidoc is in wicket-1.2.4.zip\docs\apidocs folder. Matthew Kwong ZedroS Schwart wrote: Hi all Where could I download the Wicket Javadoc ? Thanks in advance ZedroS

[Wicket-user] How to download Wicket Javadoc ?

2007-02-03 Thread ZedroS Schwart
Hi all Where could I download the Wicket Javadoc ? Thanks in advance ZedroS - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job

[Wicket-user] From quickstart to a tomcat app...

2007-01-21 Thread ZedroS Schwart
Hi all I'm currently using the quickstart application to do some dev on wicket. However, I would like now to use my app on tomcat (5.5.20 in my case). I've looked for some documentation on what to do/what to remove for such a move but I didn't manage to find some. Could you please provide me

Re: [Wicket-user] Any more wicket articles?

2007-01-21 Thread ZedroS Schwart
A french article about Wicket, written by Romain Guy (if you do some swing stuff, you should know him ;)) : http://gfx.developpez.com/tutoriel/java/web/wicket/ On 1/11/07, Igor Vaynberg [EMAIL PROTECTED] wrote: http://www.oreillynet.com/onjava/blog/2007/01/wicket_another_java_web_framew.html

Re: [Wicket-user] From quickstart to a tomcat app...

2007-01-21 Thread ZedroS Schwart
with that. I'm more a jetty user (using the jetty launcher). If you want to deploy to a (remote) tomcat server: ant war or mvn package should give you a war file which you can deploy in tomcat. Martijn On 1/21/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Hi all I'm currently using

Re: [Wicket-user] Any more wicket articles?

2007-01-21 Thread ZedroS Schwart
PROTECTED] wrote: Is there anybody can translate this(http://gfx.developpez.com/tutoriel/java/web/wicket/) to English? Thanks. Hailong On 1/21/07, ZedroS Schwart [EMAIL PROTECTED] wrote: A french article about Wicket, written by Romain Guy (if you do some swing stuff, you should know him

Re: [Wicket-user] How to run wicket-quickstart?

2007-01-21 Thread ZedroS Schwart
Since I used the quickstart I've a new button in my Eclipse Java perspective called Jetty Laucnher Actions. However, when I click on it nothing happens. Is there something to be done ? Thanks in advance ZedroS On 1/21/07, Igor Vaynberg [EMAIL PROTECTED] wrote: there is a class called Start

Re: [Wicket-user] How to run wicket-quickstart?

2007-01-21 Thread ZedroS Schwart
for? Hailong On 1/21/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Since I used the quickstart I've a new button in my Eclipse Java perspective called Jetty Laucnher Actions. However, when I click on it nothing happens. Is there something to be done ? Thanks in advance ZedroS

Re: [Wicket-user] How to do a table with cell specific background image and image ?

2007-01-19 Thread ZedroS Schwart
Hi Igor It's now working fine, that's great ! And thanks for the wiki link, it's most instructing. Cheers ZedroS On 1/17/07, Igor Vaynberg [EMAIL PROTECTED] wrote: On 1/17/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Thanks again Igor ! You're most helpful. However, as a newbe I am, I

Re: [Wicket-user] How to do a table with cell specific background image and image ?

2007-01-17 Thread ZedroS Schwart
Thanks again Igor ! You're most helpful. However, as a newbe I am, I still don't get it to work (but I try before posting again, I promise!). In fact, the issue now is with the path associated with my images. Indeed, for the cell image, I used : Image test = new Image(image1, new

Re: [Wicket-user] ApacheCon Europe 2007

2007-01-17 Thread ZedroS Schwart
Hi For the ones not lucky enough to be able to attend this apachecon, I think you would be excellent to have the slides of the demo or even some webcasts. BTW, I really appreciate Martijn suggestions of content, especially this part : - what were the top 3 problems you had - what were the top

Re: [Wicket-user] How to do a table with cell specific background image and image ?

2007-01-16 Thread ZedroS Schwart
Hi igor Thanks again, but I tried it but to no success. In fact, my issue is that I currently have something like : tr wicket:id=repeating tdimg wicket:id = image1 //td tdimg wicket:id = image2 //td tdimg wicket:id = image3 //td /tr

Re: [Wicket-user] How to do a table with cell specific background image and image ?

2007-01-15 Thread ZedroS Schwart
into the td but to no success - to use getParent() - to use a repeater for the td itself Do you have any clue ? Thanks in advance ZedroS On 1/14/07, Igor Vaynberg [EMAIL PROTECTED] wrote: take a look at repeater examples in wicket-examples -igor On 1/13/07, ZedroS Schwart [EMAIL PROTECTED

Re: [Wicket-user] error deleting cookie when callingdeletWicketCookie

2007-01-15 Thread ZedroS Schwart
I don't get it : isn't 1.2.4 the current up to date release version of Wicket ? On 1/15/07, Nino Wael [EMAIL PROTECTED] wrote: Ok, seems that we got more than enough good reasons to upgrade…. Thanks for the info.. Regards Nino From: [EMAIL

[Wicket-user] How to do a table with cell specific background image and image ?

2007-01-14 Thread ZedroS Schwart
Hi all I'm new to wicket and I'm looking for creating a table where each cell would have a specific background image and, as a content, a specific image with a link upon it. What's the best way to do it in Wicket ? I've started looking at SimpleViewList but I'm not so sure it's the right thing

Re: [Wicket-user] has anyone got a book on wicket?

2007-01-13 Thread ZedroS Schwart
Just some side questions : - is the book compatible with wicket 1.2.4 ? - are the erratas included in the ebook ? - will Wicket 2.0 require a lot of changes ? Thanks in advance ZedroS - Take Surveys. Earn Cash. Influence the

Re: [Wicket-user] 100, 000th download at januari 1st, 2007, 1:00pm UTC

2007-01-02 Thread ZedroS Schwart
Just my 2 cents : when can we expect Wicket 2.0 and the book to be released ? ^^ Thanks in advance ! ZedroS On 1/2/07, Jonathan Locke [EMAIL PROTECTED] wrote: We also recently passed 2.5M web pages served. The trend of interest in Wicket looks very promising. I think we may see another

[Wicket-user] Possibility of creating a dynamic picture through Wicket ?

2007-01-01 Thread ZedroS Schwart
Hi all I'm looking forward creating a quite complex picture with different layouts and possibly some kind of auto update. At the end, it should look like a picture with part of it covered with shadow. I'm wondering whether Wicket ability to paint directly picture would be of any help is this

  1   2   >