Re: Two small questions

2007-09-13 Thread Gerolf Seitz
sebastiaan, sorry for not saying that in my first post: thank you for your contribution. could you also attach this file to the issue WICKET-949? as you said, you'd probably subclass the behavior anyway to provide an application wide implementation. it's just that it seems to be the wicketier

Re: Two small questions

2007-09-13 Thread Gerolf Seitz
On 9/13/07, Sebastiaan van Erk [EMAIL PROTECTED] wrote: Hi, Gerolf Seitz wrote: sebastiaan, sorry for not saying that in my first post: thank you for your contribution. could you also attach this file to the issue WICKET-949? No problem, you guys are welcome. :-) I will attach it

updating form component models when a link is clicked

2007-09-13 Thread tbt
Hi I'm a newbie to wicket and I have a form and several components attached to it. There are several links in this form and when each link is clicked a different page is loaded. But the component models are not getting updated when the onClick event is called in each link. How can the models be

Re: I'm giving a Wicket Lunch 'n Learn at my company on the 27th

2007-09-13 Thread jweekend
If you are able to get to London on 2nd October, you are welcome to try your presentation out on our http://jweekend.co.uk/dev/LWUGReg London Wicket Users Group and get some first hand feedback. We may even be able to help with your preparation. Regards - Cemal http://jWeekend.co.uk

Re: I'm giving a Wicket Lunch 'n Learn at my company on the 27th

2007-09-13 Thread Korbinian Bachl
Short non-wicket question: you mentioned JSF/ SEAM package - what are the pros and cons for you for this? Regards, Korbinian robert.mcguinness schrieb: I finally got a confirmation from my manager to go ahead with the presentation. I'm far from a Wicket expert, but I really like the

Re: updating form component models when a link is clicked

2007-09-13 Thread Jan Kriesten
I'm a newbie to wicket and I have a form and several components attached to it. There are several links in this form and when each link is clicked a different page is loaded. But the component models are not getting updated when the onClick event is called in each link. How can the models be

Re: updating form component models when a link is clicked

2007-09-13 Thread Martijn Dashorst
Or SubmitLink, which seems more appropriate in this case. Martijn On 9/13/07, Erik van Oosten [EMAIL PROTECTED] wrote: Hi, If you are using links, the browser won't submit the values. You should use buttons. Regards, Erik. tbt schreef: Hi I'm a newbie to wicket and I have a

Re: updating form component models when a link is clicked

2007-09-13 Thread Gerolf Seitz
On 9/13/07, Erik van Oosten [EMAIL PROTECTED] wrote: Hi, If you are using links, the browser won't submit the values. You should use buttons. you could use SubmitLink or AjaxSubmitLink... gerolf Regards, Erik. tbt schreef: Hi I'm a newbie to wicket and I have a form and

Re: updating form component models when a link is clicked

2007-09-13 Thread Erik van Oosten
You cannot use SubmitLink in a browser without javascript, right? Erik. Martijn Dashorst wrote: Or SubmitLink, which seems more appropriate in this case. Martijn - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: updating form component models when a link is clicked

2007-09-13 Thread Martijn Dashorst
Ehrm... Double negative question... Yes, you can't use it without JavaScript. As a a href= doesn't provide a way to submit a form, it uses javascript for calling form.submit(). In that case the only solution would be to use input type=submit / everywhere, and have the form surround all the

Re: {wicket 1.3 beta 3} Howto add keywords No cache etc?

2007-09-13 Thread Nino Saturnino Martinez Vazquez Wael
That would be fine, I just feel that somehow wicket coders should somehow get at notice that the normal Image will not be updated because the browser caches it... It could just be a comment in the jdoc.. regards Nino Ernesto Reinaldo Barreiro wrote: Why not use NonCachingImage? regards

Re: JavaZone presentation follow up

2007-09-13 Thread Xavier Hanin
On 9/12/07, karthik Guru [EMAIL PROTECTED] wrote: Congrats! 47 slides! how long was the talk? It took 55 minutes, including some very basic demo of a datatable component with filters and sort (from the databinder baseball players example), of Ajax components (using the guestbook demo and

Re: {wicket 1.2.6} Datepicker no popup?

2007-09-13 Thread Nino Saturnino Martinez Vazquez Wael
It actually was: http://www.dynarch.com/demos/jscalendar/simple-2.html I think its a styling issue... I'll try to see if I hack my way out of it. If not we will just have to upgrade to 1.3 :) regards Nino Eelco Hillenius wrote: On 9/12/07, Nino Saturnino Martinez Vazquez Wael [EMAIL

Re: Copenhagen wicket users meeting?

2007-09-13 Thread Nino Saturnino Martinez Vazquez Wael
Bump for more people to join, otherwise it will not happen... This would be an excellent opertunity to meet other wicketeers and discuss relevant problems... regards Nino Nino Saturnino Martinez Vazquez Wael wrote: Some time has past since our last meeting. Perhaps it's time for a new one?

Re: Any interest in a Wicket User Group meeting in The Netherlands?

2007-09-13 Thread Johan Compagner
looks like a good idea On 9/13/07, Wouter Huijnink [EMAIL PROTECTED] wrote: Maybe it's an idea to setup a Wiki page where people can add their name so we really get some insight in how many people would actually be interested in joining such a meetup? Maybe it's just 10 and then I'll shut

Re: Adding New Images to Tree Nodes

2007-09-13 Thread Sridhar.N
Is there any code snippet for reference, that would be helpfull. igor.vaynberg wrote: if you need additional icons you need to create your own fragment and put that into the node instead of the tree's default text-only fragment. -igor On 8/6/07, Sridhar.N [EMAIL PROTECTED]

RE: Any interest in a Wicket User Group meeting in The Netherlands?

2007-09-13 Thread Arje Cahn
Excellent..! I've taken the liberty of adding a 'Community meetups' page and I'm adding some of the initiatives I've seen on the list on the last couple of days. -- Arjé looks like a good idea On 9/13/07, Wouter Huijnink [EMAIL PROTECTED] wrote: Maybe it's an idea to setup a

RE: Any interest in a Wicket User Group meeting in The Netherlands?

2007-09-13 Thread Arje Cahn
Alright... I got the page up on http://cwiki.apache.org/confluence/display/WICKET/Community+meetups If you feel like joining The Dutch meetup, the London edition, or if you'd like to add your own Lunch 'n' Learn / GetTogether / Meetup, add your name! Arjé -Original Message- From:

Re: Wicket Web Beans 1.0-rc1 Released

2007-09-13 Thread Ayodeji Aladejebi
Hi Dan, Does your framework support drill down feature in case I have a ListBean as a property in my parent bean so that it can also generate a listview of form fields based on that properties of the Child Bean collection ? if there is also a way to customize the drill depth, it will also be

Modal dialogs with Ajax

2007-09-13 Thread Anthony J Webster
Hello again, I have a form with ajax validation on its component's 'onblur' and a sumit link. The submission process takes a while as it results in numerous database lookups and so on. Initially I used an IndicatingAjaxSubmitButton to show the user that their request was being processed, with

How to create my own components with HiddenFiled and TextField

2007-09-13 Thread Kevin Liu
Hi! I wanna create my own components with HiddenField and TextField This is HTML: wicket:panel input type=hidden wicket:id=hiddenFiled/input input type=text wicket:id=displayField/input /wicket:panel But I have no idea about which kind of IModel to use to bind a POJO. Thank you~

Re: Any interest in a Wicket User Group meeting in The Netherlands?

2007-09-13 Thread Gwyn Evans
On Thursday, September 13, 2007, 10:44:23 AM, Arje [EMAIL PROTECTED] wrote: Alright... I got the page up on http://cwiki.apache.org/confluence/display/WICKET/Community+meetups Added a Bookmarkable link (http://cwiki.apache.org/WICKET/community-meetups.html), flagging the URL to the static page

ModalWindow bug - unable to close when added AjaxButton in content of the window

2007-09-13 Thread Vit Rozkovec
Good day, I am using last snapshot of wicket and there is a problem with modal window - I create instance of the window and add it to the page. As a content I use a panel which has these components: public class ModalConfirmationPanel extends Panel { public ModalConfirmationPanel(String

Re: How to create my own components with HiddenFiled and TextField

2007-09-13 Thread Carlos Pita
What about PropertyModel with TextField and HiddenField, the usual way? add(new HiddenField(hiddenField, new PropertyModel(bean, property1))); add(new TextField(displayField, new PropertyModel(bean, property2))); Regards, Carlos On 9/13/07, Kevin Liu [EMAIL PROTECTED] wrote: Hi! I wanna

Re: I'm giving a Wicket Lunch 'n Learn at my company on the 27th

2007-09-13 Thread robert.mcguinness
I have never used JSF/Seam, but some of my colleagues have and we have had compare/contrast conversations about Wicket and Seam. Point being, both parties agreed the Wicket approach felt like a natural way to program web applications. - rm3 Korbinian Bachl wrote: Short non-wicket question:

Re: Wicket Web Beans 1.0-rc1 Released

2007-09-13 Thread Dan Syrstad
Hi Ayodeji: See my responses below... -Dan Syrstad http://wicketwebbeans.sourceforge.com On 9/13/07, Ayodeji Aladejebi [EMAIL PROTECTED] wrote: Hi Dan, Does your framework support drill down feature in case I have a ListBean as a property in my parent bean so that it can also generate a

Re: ModalWindow bug - unable to close when added AjaxButton in content of the window

2007-09-13 Thread Matej Knopp
Plase create a jira issue and attach a quickstart to it. Thanks. -Matej On 9/13/07, Vit Rozkovec [EMAIL PROTECTED] wrote: Good day, I am using last snapshot of wicket and there is a problem with modal window - I create instance of the window and add it to the page. As a content I use a panel

Howto customize yui datepicker

2007-09-13 Thread Per Newgro
Hi *, is someone knowing howto customize the layout of a org.apache.wicket.extensions.yui.calendar.DatePicker? I like to change some colors and maybe the font. I tried to override css settings in my startpage, but layout didn't changed. Investigation of DatePicker (to override and customize

Re: [Wicket] Vs [HTTP 404 - File not found]

2007-09-13 Thread Andrew Klochkov
Al Maw wrote: You probably need to write a servlet filter that wraps the entire request that sets the encoding: WicketFilter does exactly the same thing, but the response encoding is already set (by container?) so it remains wrong. It seems like the approach Igor mentioned works only if you use

Re: Copenhagen wicket users meeting?

2007-09-13 Thread Flemming Boller
Hi Nino Yes count me in also. /Flemming Boller On 9/13/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: Bump for more people to join, otherwise it will not happen... This would be an excellent opertunity to meet other wicketeers and discuss relevant problems... regards

User Group Stockholm / Sweden - Invitation

2007-09-13 Thread Daniel Frisk
Hi, we are currently adopting Wicket as our primary web framework (at jalbum.net) and I got inspired by the recent User Group activites. I think everybody in Stockholm/Sweden who's got an intrest in Wicket should gather at our office and have good time while we share our Wicket

Opinion::javascript frameworks for wicket stuffs

2007-09-13 Thread Ayodeji Aladejebi
peace peace peace, am not trying to critizise anyones project. i am overwhelmed by what i find in the wicket world everytime just an opinion about wicket stuffs i think javascript contrib projects where the javascript library is larger than say 100KB may not be worth it in some projects, i would

Re: Opinion::javascript frameworks for wicket stuffs

2007-09-13 Thread Igor Vaynberg
so why not start your own integration project? people who work on those are scratching their own itch, and to them the download size is probably not an issue. -igor On 9/13/07, Ayodeji Aladejebi [EMAIL PROTECTED] wrote: peace peace peace, am not trying to critizise anyones project. i am

Re: {wicket 1.3 beta 3} Howto add keywords No cache etc?

2007-09-13 Thread Eelco Hillenius
On 9/13/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: That would be fine, I just feel that somehow wicket coders should somehow get at notice that the normal Image will not be updated because the browser caches it... It could just be a comment in the jdoc.. Could you

Re: Ajax - Long process indicator ?

2007-09-13 Thread Evan Chooly
We're using matej's modal window to do just that. Works quite well. On 9/13/07, Erik van Oosten [EMAIL PROTECTED] wrote: Besides showing a progress indicator, you could also disable mouse interaction by overlaying a div that has the height and width of the entire page. Add a bit of

Re: Opinion::javascript frameworks for wicket stuffs

2007-09-13 Thread Ayodeji Aladejebi
because i am not a javascript developer, really if I was deep into javascript maybe i will have my own library and do this. like i said, this is not a critic move so no bashing On 9/13/07, Igor Vaynberg [EMAIL PROTECTED] wrote: so why not start your own integration project? people who work on

Number of available parameters in IndexedParamUrlCodingStrategy

2007-09-13 Thread james yong
Hi, I am using IndexedParamUrlCodingStrategy. Is there is a good way to check the number of available parameters? Currently i have to use getString(0), getString(1) etc. to check for null before I arrived at the size of the available parameters. Regards, james yong -- View this message in

Re: Opinion::javascript frameworks for wicket stuffs

2007-09-13 Thread Eelco Hillenius
On 9/13/07, Ayodeji Aladejebi [EMAIL PROTECTED] wrote: because i am not a javascript developer, really if I was deep into javascript maybe i will have my own library and do this. You could try to rally people who can help you with this :-) I think that it is also a matter of developing enough

Re: Opinion::javascript frameworks for wicket stuffs

2007-09-13 Thread Korbinian Bachl
well, i think you mix up with wicket-stuff-project size (the size you download and deploy) and the size you have in the end the user to load. for example look at wicket-contrib-yui. if you download it, its some megs big, but it only puts small JS libs to the client using these actually (there

Re: Tracking down an elusive error during migration to 1.3

2007-09-13 Thread Eelco Hillenius
Is there a possibility that this issue could be related to a classloading issue that I'm having? You could try to write a test case or quickstart project that shows this. Eelco - To unsubscribe, e-mail: [EMAIL PROTECTED] For

beyond image maps

2007-09-13 Thread Jonathan Locke
i ran into an interesting problem that igor helped me solve yesterday. i wanted to get the X, Y coordinate when the user clicks on an image instead of using an image map because of some very fancy hit-testing and logic i wanted to do on the server. image maps were not cutting it. anyway, what

Re: Opinion::javascript frameworks for wicket stuffs

2007-09-13 Thread Ryan Sonnek
I've been investigating performance of the wicketstuff-scriptaculous project quite a bit recently. Scriptaculous is not what I would call a lightweight javascript package, but the beauty of wicket is that they automatically gzip javascript files, and can optionally minify the libraries. This

Re: Howto customize yui datepicker

2007-09-13 Thread Per Newgro
Hi gerolf, could you file a RFE, so that we can provide the facilities for that? Could you please tell me what you mean with RFE? I never heared of it. Where do i have to include the css with the higher specificty (my-customized-calendar.css)? In the html file related to the application or to

Re: Howto customize yui datepicker

2007-09-13 Thread Eelco Hillenius
On 9/13/07, Per Newgro [EMAIL PROTECTED] wrote: Hi gerolf, could you file a RFE, so that we can provide the facilities for that? Could you please tell me what you mean with RFE? I never heared of it. Request For Enhancement a.k.a. (also known as) Feature Request. See

setRenderAllowed not called in Tree items

2007-09-13 Thread buealb
Hi, I'm using Tree component. I have problems with the rendering of the children of an TreeItem. If I look the code of Component.renderComponent, after of calling to beforeRender(), you check if component and its children are allowed to be rendered (setRenderAllowed). But in Tree component, when

Re: ModalWindow bug - unable to close when added AjaxButton in content of the window

2007-09-13 Thread Vit Rozkovec
I am sorry, I could not replicate it in quickstart. The button works fine there. For now I solved the problem by replacing AjaxButtons with AjaxLinks. Vitek Matej Knopp wrote: Plase create a jira issue and attach a quickstart to it. Thanks. -Matej On 9/13/07, Vit Rozkovec [EMAIL PROTECTED]

NotSerializableException for SLF4JLocationAwareLog with Wicket 1.2.6

2007-09-13 Thread mraible
I noticed the following in my logs today when using Wicket 1.2.6. Is this a known issue? Thanks, Matt Sep 14, 2007 1:19:59 AM org.apache.catalina.session.StandardSession writeObject Sep 14, 2007 1:19:59 AM org.apache.catalina.session.StandardSession writeObject WARNING: Cannot serialize

Re: setRenderAllowed not called in Tree items

2007-09-13 Thread Matej Knopp
What wicket version are you using? -Matej On 9/13/07, buealb [EMAIL PROTECTED] wrote: Hi, I'm using Tree component. I have problems with the rendering of the children of an TreeItem. If I look the code of Component.renderComponent, after of calling to beforeRender(), you check if component

Re: NotSerializableException for SLF4JLocationAwareLog with Wicket 1.2.6

2007-09-13 Thread Eelco Hillenius
On 9/13/07, mraible [EMAIL PROTECTED] wrote: I noticed the following in my logs today when using Wicket 1.2.6. Is this a known issue? That happens when you include your loggers as members. Unfortunately, they are not serializable. If you make them static or get them on the fly, you won't have