Re: [Wicket-user] ApacheCon Europe 2007

2007-01-17 Thread Martijn Dashorst
Not sure, perhaps give each willing person a time slot to show off their application, something like 10 minutes (depending on the number of people that want to give it a go) with: - personal introduction (who are you, what company, what does the comp do) - purpose of application (market, what

[Wicket-user] Conversion Error For Boolean/Checkbox

2007-01-17 Thread Ayodeji Aladejebi
Please when I used the SignInForm RemeberMe property, anytime a user checks it, i keep getting this error Caused by: java.util.MissingResourceException: Unable to find resource: ConversionError for component: registerPanel:signInForm:rememberMeRow:rememberMe at

Re: [Wicket-user] ApacheCon Europe 2007

2007-01-17 Thread Erik van Oosten
Hello Martijn, I can present my application for the municipality of Amsterdam. Have to ask for permission first of course. How do I apply? Regards, Erik. Martijn Dashorst wrote: Not sure, perhaps give each willing person a time slot to show off their application, something like 10

Re: [Wicket-user] Custom web form in Wicket

2007-01-17 Thread Michael K
Hi Paolo, Thanks for your suggestion. I 'm about to download the package but I 'm not sure which package the beanpanel is belong to. Cause, I saw a list of categorized packages such as contrib-data, contrib-dojo etc in the download page. Thanks, Michael - Original Message From:

Re: [Wicket-user] Conversion Error For Boolean/Checkbox

2007-01-17 Thread Ayodeji Aladejebi
Version: 1.2.4 On 1/17/07, Ayodeji Aladejebi [EMAIL PROTECTED] wrote: Please when I used the SignInForm RemeberMe property, anytime a user checks it, i keep getting this error Caused by: java.util.MissingResourceException: Unable to find resource: ConversionError for component:

Re: [Wicket-user] ApacheCon Europe 2007

2007-01-17 Thread Martijn Dashorst
We have yet to file a BoF session, until then please add yourself to this wiki page: http://cwiki.apache.org/WICKET/wicket-at-apachecon-europe-2007.html Martijn On 1/17/07, Erik van Oosten [EMAIL PROTECTED] wrote: Hello Martijn, I can present my application for the municipality of Amsterdam.

Re: [Wicket-user] Conversion Error For Boolean/Checkbox

2007-01-17 Thread Arnout Engelen
Ayodeji Aladejebi schreef: Please when I used the SignInForm RemeberMe property, anytime a user checks it, i keep getting this error Caused by: java.util.MissingResourceException: Unable to find resource: ConversionError for component: registerPanel:signInForm:rememberMeRow:rememberMe

[Wicket-user] Multiple sessions from one client

2007-01-17 Thread Johannes Fahrenkrug
Hi, I have a quick question: my online booking web application depends on sessions. When one user is at a certain step of the session process and opens a new tab/window in the same browser, the same session is used and no new session is created. Is it possible to have multiple sessions from

Re: [Wicket-user] Conversion Error For Boolean/Checkbox

2007-01-17 Thread Ayodeji Aladejebi
waoh...behold the wonder of this day..thanks for that tip..works fine now On 1/17/07, Arnout Engelen [EMAIL PROTECTED] wrote: Ayodeji Aladejebi schreef: Please when I used the SignInForm RemeberMe property, anytime a user checks it, i keep getting this error Caused by:

[Wicket-user] Static pages?

2007-01-17 Thread behlma
Hi there, I'm quite new to Wicket and was wondering if there's a possibility to create some static pages in Wicket without having the need to create an Action. What I eventually want are a couple of Freemarker templates without any wicket:ids getting rendered and to be able to access them.

[Wicket-user] Reloading Jars

2007-01-17 Thread suranjay
Our webapp running on Resin-pro 3.0.21 uses Wicket 1.2.4. Our server often gets saturated with open file connections. When checking this with lsof, we see that the Wicket.jar file is getting loaded many times. i.e. once per every hit to our webapp. This fills up the open file space on our RHEL

[Wicket-user] wicket-auth-roles 1.2.4 pom

2007-01-17 Thread Tim Squires
Hi, The pom for wicket-auth-roles http://wicket.sourceforge.net/maven2/wicket/wicket-auth-roles/1.2.4/wick et-auth-roles-1.2.4.pom refers to the wicket 1.2 snapshot... parent artifactIdwicket-parent/artifactId groupIdwicket/groupId version1.2-SNAPSHOT/version /parent

Re: [Wicket-user] Reloading Jars

2007-01-17 Thread Martijn Dashorst
Don't deploy with DEVELOPMENT mode. Martijn On 1/17/07, suranjay [EMAIL PROTECTED] wrote: Our webapp running on Resin-pro 3.0.21 uses Wicket 1.2.4. Our server often gets saturated with open file connections. When checking this with lsof, we see that the Wicket.jar file is getting loaded

Re: [Wicket-user] wicket-auth-roles 1.2.4 pom

2007-01-17 Thread Martijn Dashorst
It is not possible to update a deployed pom on the ibiblio servers. Martijn On 1/17/07, Tim Squires [EMAIL PROTECTED] wrote: Hi, The pom for wicket-auth-roles http://wicket.sourceforge.net/maven2/wicket/wicket-auth-roles/1.2.4/wick et-auth-roles-1.2.4.pom refers to the wicket 1.2

Re: [Wicket-user] wicket-auth-roles 1.2.4 pom

2007-01-17 Thread Martijn Dashorst
I'll fix it with 1.2.5 On 1/17/07, Martijn Dashorst [EMAIL PROTECTED] wrote: It is not possible to update a deployed pom on the ibiblio servers. Martijn On 1/17/07, Tim Squires [EMAIL PROTECTED] wrote: Hi, The pom for wicket-auth-roles

Re: [Wicket-user] wicket-auth-roles 1.2.4 pom

2007-01-17 Thread Tim Squires
That's great. Thanks Martijn. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martijn Dashorst Sent: 17 January 2007 12:47 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] wicket-auth-roles 1.2.4 pom It is not possible to update a

Re: [Wicket-user] Reloading Jars

2007-01-17 Thread Johan Compagner
and this should be fixed in 1.3 and 2.0 johan On 1/17/07, Martijn Dashorst [EMAIL PROTECTED] wrote: Don't deploy with DEVELOPMENT mode. Martijn On 1/17/07, suranjay [EMAIL PROTECTED] wrote: Our webapp running on Resin-pro 3.0.21 uses Wicket 1.2.4. Our server often gets saturated with

[Wicket-user] DataView modelChanged

2007-01-17 Thread Tim Squires
Hi again, I have a simple DataView where one of the columns contains a Link which onClick modifies the data. What is the best way of telling the DataView that the model has changed. I've tried a few things, see the comments in the code Thanks for your help, Tim DataView

Re: [Wicket-user] Multiple sessions from one client

2007-01-17 Thread Erik van Oosten
Short answer: NO. Long answer: mostly no, but it strongly depends on the browser. Solution: do not use the session (is against Wicket matra anyway) but maintain state in the Wicket components. Make sure that your components are versioned (defaults to on). Regards, Erik. Johannes

Re: [Wicket-user] Multiple sessions from one client

2007-01-17 Thread Johannes Fahrenkrug
Thank you, Erik. I'll read up on that topic and I guess a bit of refactoring will be in place then :) - Johannes Erik van Oosten wrote: Short answer: NO. Long answer: mostly no, but it strongly depends on the browser. Solution: do not use the session (is against Wicket matra anyway) but

[Wicket-user] ContainerFeedbackMessageFilter

2007-01-17 Thread jan_bar
Hi, ContainerFeedbackMessageFilter filters out messages for the container (for instance Form). I don't know if this is intention or bug, for me this seems better: public boolean accept(FeedbackMessage message) { if (message.getReporter() == null) { return false; } else if(container ==

Re: [Wicket-user] Static pages?

2007-01-17 Thread Igor Vaynberg
the basic way to do it is to hae a page with a label. call setescapemodelstrings(false) on the label and add html into it. but we also have freemarker integration in wicket-stuff -igor On 1/17/07, behlma [EMAIL PROTECTED] wrote: Hi there, I'm quite new to Wicket and was wondering if

Re: [Wicket-user] DataView modelChanged

2007-01-17 Thread Igor Vaynberg
you dont need to do anything. next request the dataprovider is polled again. if the dataview really doesnt refresh make sure your dataprovider/orm layer are not doing any caching. -igor On 1/17/07, Tim Squires [EMAIL PROTECTED] wrote: Hi again, I have a simple DataView where one of the

Re: [Wicket-user] ContainerFeedbackMessageFilter

2007-01-17 Thread Igor Vaynberg
makes sense to me, go ahead -igor On 1/17/07, jan_bar [EMAIL PROTECTED] wrote: Hi, ContainerFeedbackMessageFilter filters out messages for the container (for instance Form). I don't know if this is intention or bug, for me this seems better: public boolean accept(FeedbackMessage message) {

Re: [Wicket-user] Multiple sessions from one client

2007-01-17 Thread Eelco Hillenius
Well, it is possible though it might not be totally bullet proof. We have a mechanism in place that tries to detect opening up a new window or tab. When this is detected, a quick redirect is done to the same page, but in a different page map (and sometimes, like with popup links, this is more

Re: [Wicket-user] Making disappear a section

2007-01-17 Thread Igor Vaynberg
leaving the frame means leaving the html tags, and that means the component might not be fully hidden as expected if, for example, it has a css border -igor On 1/17/07, Marc-Andre Houle [EMAIL PROTECTED] wrote: Just to know if I'm the only one who think it should be a good idea that, when

Re: [Wicket-user] Making disappear a section

2007-01-17 Thread Marc-Andre Houle
Just to know if I'm the only one who think it should be a good idea that, when outputmarkupId is true, the frame of the component is still there so it can be reprinted using ajax and without having the overhead of managing to add a new component and setting each one of them to the correct

Re: [Wicket-user] Custom web form in Wicket

2007-01-17 Thread Eelco Hillenius
On 1/17/07, Paolo Di Tommaso [EMAIL PROTECTED] wrote: We are just refactoing the package name to wicket.contrib.markup.html.beanpanel What do you think is? Is there a naming convention for Wicket-stuff contribs ? There are no hard rules. Most projects use wicket.contrib.x or

Re: [Wicket-user] Making disappear a section

2007-01-17 Thread Marc-Andre Houle
yeah, I didn't think of it like that. On 1/17/07, Igor Vaynberg [EMAIL PROTECTED] wrote: leaving the frame means leaving the html tags, and that means the component might not be fully hidden as expected if, for example, it has a css border -igor On 1/17/07, Marc-Andre Houle [EMAIL

Re: [Wicket-user] Impossible to customize multi-part POST-s from Form-s in Wicket due to final methods

2007-01-17 Thread Eelco Hillenius
IMHO, linking FileUploadField-s (which we need to browse for the correct input file in the browser) with the specific (FileUpload, File) implementation of the results of the multi-part HTTP POST streams (created when the form is submitted) is too strong (and limiting) for a generic [and the

Re: [Wicket-user] Impossible to customize multi-part POST-s from Form-s in Wicket due to final methods

2007-01-17 Thread Beboris
I am glad you are open to making the handleMultiPart() method protected. While we understand your concern about existing contracts, the dangers of giving user ability to override and control multi-part stream handling may well be exaggerated - especially considering getRequest/setRequest

Re: [Wicket-user] Impossible to customize multi-part POST-s from Form-s in Wicket due to final methods

2007-01-17 Thread Igor Vaynberg
you can already substitute your own implementation of IMultipartWebRequest globally. the ajax-upload-progressbar does it -igor On 1/17/07, Eelco Hillenius [EMAIL PROTECTED] wrote: IMHO, linking FileUploadField-s (which we need to browse for the correct input file in the browser) with the

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

[Wicket-user] Fwd: FW: UI Framework selection

2007-01-17 Thread Scott Swank
Wish me luck. Vegas.com will be selecting our web UI framework in the next few weeks and the candidates are JSF Facelets Wicket. This will be for a complete UI re-write of our public website. My apologies in advance for the onslaught of borderline-inane questions to which I will undoubtedly

Re: [Wicket-user] ApacheCon Europe 2007

2007-01-17 Thread Marc-Andre Houle
I agree with that, maybe make a webcast (or even a podcast for me to listen during the job on my ipod!) of some of the talk (I'm interested in the talk about future 2, 2.1, 3) and reel life problem. That would be really nice to have and would make us think we are not that far away... Marc On

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

2007-01-17 Thread Igor Vaynberg
On 1/17/07, ZedroS Schwart [EMAIL PROTECTED] wrote: 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

Re: [Wicket-user] Fwd: FW: UI Framework selection

2007-01-17 Thread Igor Vaynberg
not that we know of. its just a servlet/filter. -igor On 1/17/07, Scott Swank [EMAIL PROTECTED] wrote: Wish me luck. Vegas.com will be selecting our web UI framework in the next few weeks and the candidates are JSF Facelets Wicket. This will be for a complete UI re-write of our public

Re: [Wicket-user] ApacheCon Europe 2007

2007-01-17 Thread Martijn Dashorst
We'll see what the possibilities are. I am thinking of getting a video link through skype with some of the US core members that won't be able to attend, provided we have a good i-net connection. Martijn On 1/17/07, ZedroS Schwart [EMAIL PROTECTED] wrote: Hi For the ones not lucky enough to be

Re: [Wicket-user] Impossible to customize multi-part POST-s from Form-s in Wicket due to final methods

2007-01-17 Thread beboris
So, I guess you suggest we do it on the application level by overriding newWebRequest() method inside the whole WebApplication, so it returns our custom WebRequest subclass globally, as follows: protected WebRequest newWebRequest(HttpServletRequest servletRequest) { return new

Re: [Wicket-user] ApacheCon Europe 2007

2007-01-17 Thread Alexandru Popescu
Just out of curiosity, from your past experience: how long it takes for finding out the status of ApacheCon submittions? TIA, ./alex -- .w( the_mindstorm )p. On 1/18/07, Martijn Dashorst [EMAIL PROTECTED] wrote: We'll see what the possibilities are. I am thinking of getting a video link

Re: [Wicket-user] Impossible to customize multi-part POST-s from Form-s in Wicket due to final methods

2007-01-17 Thread Igor Vaynberg
i dont know if it is a workaround, it is just how the api is designed currently. what i am interested in is if doing this will solve your problem? i also think we should make handlemultipart protected with a javadoc warning that overrides may break fileuploadfields -igor On 1/17/07, beboris

Re: [Wicket-user] ApacheCon Europe 2007

2007-01-17 Thread Martijn Dashorst
I don't have any past experience, just as you :). I think we should be able to rate proposals, but that particular page only gets generated for the top half. Martijn On 1/17/07, Alexandru Popescu [EMAIL PROTECTED] wrote: Just out of curiosity, from your past experience: how long it takes for

Re: [Wicket-user] creating a mountBookmarkablePage with PageMap

2007-01-17 Thread Igor Vaynberg
lol, yes i think someone got a bit overzealous with typesafety. please create a jira issue for it and we will change PageMap pageMap to String pageMapName -igor On 1/17/07, Kadir Sener GUMUS [EMAIL PROTECTED] wrote: Hi, i want to mount a bookmarkablePage with custom pagemap parameter in

Re: [Wicket-user] Impossible to customize multi-part POST-s from Form-s in Wicket due to final methods

2007-01-17 Thread Eelco Hillenius
This was what I meant with: 'It can, though not very obvious. Look at wicket.extensions.ajax.markup.html.form.upload.UploadWebRequest'. Guess I wasn't clear enough. But as I also stated in that answer, I would be fine with making that method protected non-final if no urgent objection arise in this

Re: [Wicket-user] wicket-2.0 - ajax page expired exceptions

2007-01-17 Thread Matej Knopp
Yeah, this is a problem with 2.0 currently. Ajax requests increase page version. Johan promised to fix this soon :) -Matej Igor Vaynberg wrote: a good start is to isolate this in a quickstart so we can all look at it. if you want to do it yourself then just break in request cycle and walk

Re: [Wicket-user] wicket-2.0 - ajax page expired exceptions

2007-01-17 Thread Igor Vaynberg
dont think so but feel free to open one -igor On 1/17/07, Ryan Sonnek [EMAIL PROTECTED] wrote: Thanks for the update. is there a JIRA issue that I can watch for when this will be fixed? On 1/17/07, Matej Knopp [EMAIL PROTECTED] wrote: Yeah, this is a problem with 2.0 currently. Ajax

[Wicket-user] creating a mountBookmarkablePage with PageMap

2007-01-17 Thread Kadir Sener GUMUS
Hi, i want to mount a bookmarkablePage with custom pagemap parameter in Application.init() but as a normal result i am experiencing with no session error. Because PageMap.forName() requires a session. so can i ask you what the method *mountBookmarkablePage(String path, PageMap pageMap, Class

Re: [Wicket-user] ApacheCon Europe 2007

2007-01-17 Thread Alexandru Popescu
On 1/18/07, Eelco Hillenius [EMAIL PROTECTED] wrote: See, what you need to do is combine forces. Find two more people and you'll end up with the whole page ;) Darn... I thought I could trick it just by using multiple browsers :-). ./alex -- .w( the_mindstorm )p. Eelco On 1/17/07,

Re: [Wicket-user] ApacheCon Europe 2007

2007-01-17 Thread Eelco Hillenius
See, what you need to do is combine forces. Find two more people and you'll end up with the whole page ;) Eelco On 1/17/07, Alexandru Popescu [EMAIL PROTECTED] wrote: On 1/18/07, Martijn Dashorst [EMAIL PROTECTED] wrote: I don't have any past experience, just as you :). I think we should be

Re: [Wicket-user] wicket-2.0 - ajax page expired exceptions

2007-01-17 Thread Ryan Sonnek
Thanks for the update. is there a JIRA issue that I can watch for when this will be fixed? On 1/17/07, Matej Knopp [EMAIL PROTECTED] wrote: Yeah, this is a problem with 2.0 currently. Ajax requests increase page version. Johan promised to fix this soon :) -Matej Igor Vaynberg wrote: a good

Re: [Wicket-user] ApacheCon Europe 2007

2007-01-17 Thread Alexandru Popescu
On 1/18/07, Martijn Dashorst [EMAIL PROTECTED] wrote: I don't have any past experience, just as you :). I think we should be able to rate proposals, but that particular page only gets generated for the top half. Not sure what you mean by the top half, as I get an empty page (just the left

Re: [Wicket-user] wicket-2.0 - ajax page expired exceptions

2007-01-17 Thread Ryan Sonnek
Done! https://issues.apache.org/jira/browse/WICKET-216 On 1/17/07, Igor Vaynberg [EMAIL PROTECTED] wrote: dont think so but feel free to open one -igor On 1/17/07, Ryan Sonnek [EMAIL PROTECTED] wrote: Thanks for the update. is there a JIRA issue that I can watch for when this will be

Re: [Wicket-user] Fwd: FW: UI Framework selection

2007-01-17 Thread Eelco Hillenius
Good luck! Keep us informed, and of course I hope Wicket will be good for you :) Eelco On 1/17/07, Scott Swank [EMAIL PROTECTED] wrote: Wish me luck. Vegas.com will be selecting our web UI framework in the next few weeks and the candidates are JSF Facelets Wicket. This will be for a

[Wicket-user] How to pass the parameter without submit

2007-01-17 Thread (株) いい生活 福原 信貴
Hello. How to pass the parameters other popup window (using bookmarkpagebleLink) without submit. I want to use a click of an image in substitution for a click of an submit button. - Take Surveys. Earn Cash. Influence the