Re: London Wicket event on Wednesday

2009-06-02 Thread Paul Szulc
Ah if only plane tickets were a little bit cheaper... On Tue, Jun 2, 2009 at 1:01 AM, Alastair Maw m...@almaw.com wrote: Hi, folks. Quick reminder that there's a London Wicket Users Group meet-up on Wednesday evening at Google UK in Victoria. It's rather late in the day for me to be

Re: Wicket + RSS

2009-06-02 Thread nino martinez wael
np:) 2009/5/31 Fernando Wermus fernando.wer...@gmail.com: It is solved. Thanks! On Sun, May 31, 2009 at 1:37 PM, Fernando Wermus fernando.wer...@gmail.comwrote: java.lang.RuntimeException: Unable to parse feed: http://feeds.feedburner.com/code_poet      at

Re: London Wicket event on Wednesday

2009-06-02 Thread jWeekend
Paul, Very droll! Our London Wicket Events [1][2] are not only free, we feed our guests (fresh Pizza for those arriving before 18:30) and frequently give away goodies like copies of Wicket In Action. We sometimes pay our international presenters' expenses, and it is not unheard of for us to

Re: London Wicket event on Wednesday

2009-06-02 Thread Paul Szulc
Ah, you see, I didn't know that! But still I belive it would be just wrong to ask you for travel expanses just so could fly to London, chat with guys and fly back home... BUT but I could maybe craft some cool presentation for the wicket user group and visit you guys as presenter? Tell me what

Re: Data getting lost upon form submission

2009-06-02 Thread Linda van der Pal
I just thought of something, might this be a serialization problem? And if so, any clue on how I can solve it? Linda. Linda van der Pal wrote: Forgot to copy this line (which came just before the start of the form): setDefaultModel(new CompoundPropertyModelUser(user)); Linda van der Pal

Re: Data getting lost upon form submission

2009-06-02 Thread James Carman
Do you see any error messages in the output? On Tue, Jun 2, 2009 at 6:13 AM, Linda van der Pal lvd...@heritageagenturen.nl wrote: I just thought of something, might this be a serialization problem? And if so, any clue on how I can solve it? Linda. Linda van der Pal wrote: Forgot to copy

Re: Data getting lost upon form submission

2009-06-02 Thread Linda van der Pal
No error messages that I can find. It's just that when I fill in the form, the value gets entered (the role is added to the list). And when I try to save those values, the values in question (the roles) are gone. (i.e. the list is empty) Linda James Carman wrote: Do you see any error

Re: Data getting lost upon form submission

2009-06-02 Thread James Carman
Have you tried using a Check, rather than a CheckBox? Take a look at the form input example here (view the source code): http://www.wicketstuff.org/wicket13/forminput/ On Fri, May 29, 2009 at 5:39 AM, Linda van der Pal lvd...@heritageagenturen.nl wrote: I am once again making some error in my

Can I make AjaxFormSubmitBehavior submit raw form data but not validate it?

2009-06-02 Thread Daniel Fernández
Hello, I have a form with a DropDownChoice, on which onchange event I want to update some form components. But I need to read data from other fields of the form for doing so, and so I added an AjaxFormSubmitBehavior to the DropDownChoice. My intention is to read the data from the drop down and

Re: Data getting lost upon form submission

2009-06-02 Thread Linda van der Pal
That seems to be even worse than CheckBox, as now it doesn't even show the roles that are saved in the database anymore. (Which it did do before with the CheckBox.) Linda James Carman wrote: Have you tried using a Check, rather than a CheckBox? Take a look at the form input example here

weird changes on ajaxeditablemultilinelabel

2009-06-02 Thread Dorothée Giernoth
Hey everyone, I am having a little problem with multiline editable labels. I add some text in Spanish with some special characters, but now this happens when I activate the field to edit the text and leave it again without actually changing anything: BEFORE: Encerrados en el hotel... calor

Re: Data getting lost upon form submission

2009-06-02 Thread James Carman
Well, that seems to be the way you're supposed to do this stuff. I'd tinker with it, starting with the example code, to see if you can get it working. On Tue, Jun 2, 2009 at 7:14 AM, Linda van der Pal lvd...@heritageagenturen.nl wrote: That seems to be even worse than CheckBox, as now it

Re: Data getting lost upon form submission

2009-06-02 Thread Linda van der Pal
Thanks for pointing me in that direction. I haven't quite got it working yet, but at least it is now showing me the role the user has. Linda James Carman wrote: Well, that seems to be the way you're supposed to do this stuff. I'd tinker with it, starting with the example code, to see if you

where I can find soures for wicketstuff-rome

2009-06-02 Thread Dima Rzhevskiy
Hi. I have problems with wicketstuff-rome: wrong encoding of rss in production server. encoding is correct on my ubuntu development computer.. I don't find source code (nor in maven repo nor in svn) or issue tracker Where I can find soures for wicketstuff-rome ? How to fix problem with encoding?

Re: London Wicket event on Wednesday

2009-06-02 Thread jWeekend
Paul, I thought you meant tickets for our London Wicket Events [1] (free) tickets are not cheap?!? - I probably misunderstood or totally missed your plane word! Send me a note with Skype id and your timezone using our contact us page [2] if you are seriously considering preparing and delivering

Re: London Wicket event on Wednesday

2009-06-02 Thread Paul Szulc
On Tue, Jun 2, 2009 at 2:09 PM, jWeekend jweekend_for...@cabouge.comwrote: Paul, I thought you meant tickets for our London Wicket Events [1] (free) tickets are not cheap?!? - I probably misunderstood or totally missed your plane word! yeah, misunderstanding :) not so droll right now aint

Re: WIA ch 13 DAO creation (just a lot of cheese?)

2009-06-02 Thread David Brown
Hello James, thanks for the reply. Please find included below the Test.java body as found in the .domain directory: public class Test implements DomainObject { public Long getId() { return null; } } - Original Message - From: James Carman

Re: where I can find soures for wicketstuff-rome

2009-06-02 Thread Martin Grigorov
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/wicketstuff-rome/ https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3.x/wicketstuff-rome-examples/ El mar, 02-06-2009 a las 16:01 +0400, Dima Rzhevskiy escribió: Hi. I have problems

Conflicting settings? isInputNullable and setConvertEmptyInputStringToNull ?

2009-06-02 Thread Martin Makundi
Hi! I find isInputNullable and setConvertEmptyInputStringToNull conflicting or at least confusing... what is their relation to each other? Now I get a conversion error for an empty date string which is supposed to be null when it is empty.. The getInput listens to isInputNullable and converts

Access to the bookmarkable pages map

2009-06-02 Thread Chris Colman
After web application initialization, in which WebApplication.mount() is called on each bookmarkable page, Wicket obviously has a map of some description to allow it to look up the mounted pages based on the path. Is this map available to application code to look up? My code also needs a way of

Re: WIA ch 13 DAO creation (just a lot of cheese?)

2009-06-02 Thread Igor Vaynberg
the book has a forum that may be a better place to ask this. www.wicketinaction.com/support -igor On Tue, Jun 2, 2009 at 6:44 AM, David Brown dbr...@sexingtechnologies.com wrote: Hello James, thanks for the reply. Please find included below the Test.java body as found in the .domain

Re: Can I make AjaxFormSubmitBehavior submit raw form data but not validate it?

2009-06-02 Thread Igor Vaynberg
how are you planning on reading the other values? you cannot access the model so you will have to call getinput(), are you also planning on doing type conversion yourself then? -igor 2009/6/2 Daniel Fernández dfernan...@users.sourceforge.net: Hello, I have a form with a DropDownChoice, on

Re: weird changes on ajaxeditablemultilinelabel

2009-06-02 Thread Igor Vaynberg
make sure your servlet container and the pages you serve are all using utf-8 encoding -igor 2009/6/2 Dorothée Giernoth dorothee.giern...@kds-kg.de: Hey everyone, I am having a little problem with multiline editable labels. I add some text in Spanish with some special characters, but now this

Re: Access to the bookmarkable pages map

2009-06-02 Thread Igor Vaynberg
this map is an implementation detail, so we do not expose it, eg in the future there may not even be a map but an internal data structure to optimize lookups. a very simple solution is for you to take a step back, build your own map, and then use that map to initialize the mounts. no duplication

Re: Conflicting settings? isInputNullable and setConvertEmptyInputStringToNull ?

2009-06-02 Thread Igor Vaynberg
they seem to be the same thing. we should deprecate setConvertEmptyInputStringToNull. please open a jira issue. -igor On Tue, Jun 2, 2009 at 6:50 AM, Martin Makundi martin.maku...@koodaripalvelut.com wrote: Hi! I find isInputNullable and setConvertEmptyInputStringToNull conflicting or at

Re: Can I make AjaxFormSubmitBehavior submit raw form data but not validate it?

2009-06-02 Thread dfernandez
Yes, I know it is tricky, but the fact is I don't think I would really need type conversion in this case. I will try to explain myself. I have the following UI: |OPERATOR |V| |INPUT1=aBc| |INPUT2=DeF | ...being OPERATOR the DropDownChoice, and both INPUT1 and

Re: Can I make AjaxFormSubmitBehavior submit raw form data but not validate it?

2009-06-02 Thread Igor Vaynberg
well, if you do not want to *submit* the form then dont use ajaxformSUBMITbehavior :) with little work you can roll your own behavior that does a simple ajax get and appends whatever values you need from formcomponents to the url. that way the form is not submitted and you have access to the raw

file upload

2009-06-02 Thread tubin gen
I am using wicket file upload , In our application users want to upload big files with the size of 50 MB+, Do I need any additional support of or wicket file upload allows this ?

Re: file upload

2009-06-02 Thread Igor Vaynberg
wicket file upload will do just fine. -igor On Tue, Jun 2, 2009 at 9:29 AM, tubin gen fachh...@gmail.com wrote: I am using wicket file upload , In our application users want to upload big files  with the size of 50 MB+,  Do I need any  additional support of or wicket file upload allows this ?

Re: file upload

2009-06-02 Thread Ryan Gravener
Not sure what the wicket default is but you may want to do in your application: getApplicationSettings().setDefaultMaximumUploadSize(Bytes.megabytes(100)); On Tue, Jun 2, 2009 at 12:37 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: wicket file upload will do just fine. -igor On Tue, Jun

Re: A button like BookmarkablePageLink

2009-06-02 Thread Eyal Golan
I guess that'll work. I'll let you know. Thanks Eyal Golan egola...@gmail.com Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree. Please don't print this e-mail unless it's really necessary On Tue, Jun 2, 2009 at 12:49 AM, James Carman

composite wizard

2009-06-02 Thread Fernando Wermus
Hi all, I have two different wizard which can be use alone or can be use one after the another. Which is the best solution to these case? Thanks -- Fernando Wermus. www.linkedin.com/in/fernandowermus

Re: composite wizard

2009-06-02 Thread Fernando Wermus
...I forgot to tell that the second wizard has some info in the model dependent from the first wizard. On Tue, Jun 2, 2009 at 11:16 AM, Fernando Wermus fernando.wer...@gmail.comwrote: Hi all, I have two different wizard which can be use alone or can be use one after the another. Which is

Re: close button for a page

2009-06-02 Thread Martijn Dashorst
or: button onclick=window.close() / somewhere in your markup. Martijn On Tue, Jun 2, 2009 at 8:34 PM, Igor Vaynberg igor.vaynb...@gmail.com wrote: add(new webmarkupcontainer(close) { oncomponenttag(tag) { tag.put(onclick, window.close();); }}); a wicket:id=closeclose/a -igor On Tue, Jun

Re: Spring Autowired and @SpringBean

2009-06-02 Thread Jeroen Steenbeeke
Not sure if this will help, but I have the following in my Spring configuration file: ?xml version=1.0 encoding=utf-8? beans xmlns=http://www.springframework.org/schema/beans; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:context=http://www.springframework.org/schema/context;

hibernate lazy loading byte code instrumentation and wicket serialization

2009-06-02 Thread tubin gen
I am thinking of using byte code instrumentation for lazy loading of properties , I use hibernate entities as model for most of my pages and wonderingbyte code instrumentation will cause any issues for serialization ?

Re: Mix generic HTML for Wicket

2009-06-02 Thread James Carman
I would recommend you take a look at Wicket in Action. On Tue, Jun 2, 2009 at 3:34 PM, sjtirtha sjtir...@gmail.com wrote: Hi, I'm a newbie with wicket. I see that all sample always require .html and .java on the same folder with the same name. When I look into the .html files. They always

Re: hibernate lazy loading byte code instrumentation and wicket serialization

2009-06-02 Thread Igor Vaynberg
considering you should be using LDM models and so you do not have direct references to entities - no. -igor On Tue, Jun 2, 2009 at 1:26 PM, tubin gen fachh...@gmail.com wrote: I am thinking of using byte code instrumentation for lazy loading of properties , I use hibernate entities as model

Re: close button for a page

2009-06-02 Thread Eyal Golan
hanks igor and martin Eyal Golan egola...@gmail.com Visit: http://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree. Please don't print this e-mail unless it's really necessary On Tue, Jun 2, 2009 at 9:53 PM, Martijn Dashorst martijn.dasho...@gmail.com

Re: unit test of AjaxLazyLoadPanel and ModalWindow

2009-06-02 Thread Antony Stubbs
done, and improved, with junit test :) https://issues.apache.org/jira/browse/WICKET-2306 igor.vaynberg wrote: maybe you should paste it into a jira issue so we can commit it into code. -igor On Thu, May 28, 2009 at 7:36 PM, Antony Stubbs antony.stu...@gmail.com wrote: And here's a