AW: AW: AW: wicket on java server

2009-06-11 Thread Dorothée Giernoth
Stainsby s...@sustainablesoftware.com.au wrote: On Wed, 10 Jun 2009 14:56:59 +0200, Dorothée Giernoth wrote: No, worse, my boss :( he doesn't think tomcat is safe enough and doesn't know how tomcat works and what's going on behind the scenes ... and we can't have that I bet he won't

AW: refresh page

2009-06-11 Thread Dorothée Giernoth
Hmm, is that possible ... you can't like store session-data in the browser, do you? You can only store session-details in the database on the fly with ajax while the user still fills out the form to allow the user to re-create the session on next login or something like this if he accidently

AW: refresh page

2009-06-11 Thread Dorothée Giernoth
- so I will do a bit more research but that seems to be the behavior I'm after. Thanks, -Luther 2009/6/11 Dorothée Giernoth dorothee.giern...@kds-kg.de Hmm, is that possible ... you can't like store session-data in the browser, do you? You can only store session-details in the database

AW: inserting urls in script variables

2009-06-10 Thread Dorothée Giernoth
b/c you can't put a tag into a tag ... as it says: it is a value and it needs a value, not a tag ... xml doesn't work that way -Ursprüngliche Nachricht- Von: Bas Vroling [mailto:bvrol...@cmbi.ru.nl] Gesendet: Mittwoch, 10. Juni 2009 09:41 An: users@wicket.apache.org Betreff:

AW: wicket on java server

2009-06-10 Thread Dorothée Giernoth
that supports Servlet specification. 2009/6/10 Dorothée Giernoth dorothee.giern...@kds-kg.de Hey guys, I got a (weird) question: a project requires us to write our own server. But I am eager to use wicket. Now what I dun know is, how to make wicket work on our self written server. What needs

AW: wicket on java server

2009-06-10 Thread Dorothée Giernoth
: Re: wicket on java server Instead of writing your own server, take a look at either: - embedding jetty or tomcat - using osgi as a server platform (spring has an offering, or you could roll your own and use any of the servlet bundles that are available) Martijn 2009/6/10 Dorothée Giernoth

AW: AW: wicket on java server

2009-06-10 Thread Dorothée Giernoth
... -Ursprüngliche Nachricht- Von: James Carman [mailto:ja...@carmanconsulting.com] Gesendet: Mittwoch, 10. Juni 2009 14:44 An: users@wicket.apache.org Betreff: Re: AW: wicket on java server Sounds like a very strange request. Government? On Jun 10, 2009 8:37 AM, Dorothée Giernoth dorothee.giern...@kds

AW: Wicket an jQuery: current status

2009-06-04 Thread Dorothée Giernoth
But wiquery formally known as wiqueXt and jQuery4Wicket is very active and going strong: http://code.google.com/p/wiquery/ -Ursprüngliche Nachricht- Von: Stefan Lindner [mailto:lind...@visionet.de] Gesendet: Donnerstag, 4. Juni 2009 08:09 An: users@wicket.apache.org Betreff: RE: Wicket

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

wicket and jquery

2009-05-29 Thread Dorothée Giernoth
Hello everyone, i know this might sound a little weird and naive and maybe stupid ... I dunno, I'll ask anyway (though I did research myself, but I would need some sort of useful hint for a total wicket-jquery-newbie): how can I use wicket and jquery together? Where can I find an example? And

AW: wicket and jquery

2009-05-29 Thread Dorothée Giernoth
checkout http://code.google.com/p/wiquery/ which has a couple of ideas... On Fri, May 29, 2009 at 11:15 AM, Dipu dipu@googlemail.com wrote: take a look at this https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/jquery-parent -dipu 2009/5/29 Dorothée

AW: Refresh page after downloading file

2009-05-26 Thread Dorothée Giernoth
How about setting the visibility to false (yourComponentOrLink.setVisibility(false);) on click or something. Dunno if it works with links as well, but should if it is bound to a wicket-id ... -Ursprüngliche Nachricht- Von: humberto.castejon.marti...@gmail.com

MarkupException, BUT WHY???

2009-05-25 Thread Dorothée Giernoth
Hey all, I am quite new to Wicket, but I am trying some stuff to see how it works. Right now I am trying my best to build a little database-designer, but I get a MarkupException, but I dunno why. I am using MarkupInheritance ... My Code doesn't look very tidy, but I am still brave enough to

AW: MarkupException, BUT WHY???

2009-05-25 Thread Dorothée Giernoth
: Montag, 25. Mai 2009 11:22 An: users@wicket.apache.org Betreff: Re: MarkupException, BUT WHY??? What's the exception message? 2009/5/25 Dorothée Giernoth dorothee.giern...@kds-kg.de: Hey all, I am quite new to Wicket, but I am trying some stuff to see how it works. Right now I am trying my

AW: MarkupException, BUT WHY???

2009-05-25 Thread Dorothée Giernoth
I solved the problem myself. - dg -Ursprüngliche Nachricht- Von: Dorothée Giernoth [mailto:dorothee.giern...@kds-kg.de] Gesendet: Montag, 25. Mai 2009 11:41 An: users@wicket.apache.org Betreff: AW: MarkupException, BUT WHY??? Oh yeah, that might be helpful: Here is the exception

AjaxEditableLabel within a RepeatingView?

2009-05-25 Thread Dorothée Giernoth
Hey everyone, how can I use AjaxEditableLabel within a RepeatingView? Meaning: I have data from a database written into a RepeatingView. Now I wanna make it possible, that the user can edit the cells. But how? Any hint would be appreciated. Thnx, dg

AW: How to validate unique constraint?

2009-05-19 Thread Dorothée Giernoth
I would find this very useful! So a contribution to wicket-stuff would be awesome. Thnx. - dg -Ursprüngliche Nachricht- Von: Clint Popetz [mailto:cl...@42lines.net] Gesendet: Dienstag, 19. Mai 2009 13:49 An: users@wicket.apache.org Betreff: Re: How to validate unique constraint?