Re: [Wicket-user] why create new page instances ?

2006-05-06 Thread Igor Vaynberg
you still havent explained exactly what the point is? and what you want to do is easily achieved.create your own page factory that keeps a map:class->instance in the session object, that way wicket will always use that singleton instance whenever you do things like setResponsePage( Blah.class)also

Re: [Wicket-user] fresh attempt at blogging

2006-05-06 Thread middledot
Great stuff, I like your blog about (wicket) wizard. Will play with it first but it looks great. -- View this message in context: http://www.nabble.com/fresh-attempt-at-blogging-t1568281.html#a4266751 Sent from the Wicket - User forum at Nabble.com.

Re: [Wicket-user] why create new page instances ?

2006-05-06 Thread ali
sorry for come late. but i talk about singleton page in level of session/user and not in level application user1 has one and only one instance of page A user2 has one and only one instance of page A (not equals with page of user1) == On Tue, 21 Mar 2006 12:11:45 +0430, Martijn Dasho

Re: [Wicket-user] changing images with Ajax

2006-05-06 Thread Igor Vaynberg
are you updating img's src attribute in the ajax call? or is the image streamed from somewhere and reflects a property you changed with ajax?the first should workthe lettter might not unless the url changes - because the browser would have the cached version and no reason to reload it. so you eithe

[Wicket-user] changing images with Ajax

2006-05-06 Thread Potje rode kool
Hi,I am trying to change an image after an AjaxLink is clicked but I can't get it working.The images are on a Panel, when I click on the AjaxLink I create a new Panel and replace the old one (by calling getPage().replace(Component) ). I also have put an Label on the Panel and the Label gets updated

Re: [Wicket-user] fresh attempt at blogging

2006-05-06 Thread Mark Derricutt
On 5/6/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: For anyone that follows the Wicket blogs: I'm making a new attempt atthis. And as there is nothing like starting over with stuff, I'veSubscribed...

Re: [Wicket-user] Image upload

2006-05-06 Thread Eelco Hillenius
What I meant is that it only concerns paths in the scope of the servlet context. And the problem with that is that you can't be sure you have access to that and/ or that that's a normal file system (it might be from a zip or jar/war). So you code might work for absolute paths outside the servlet c

Re: [Wicket-user] Image upload

2006-05-06 Thread Timo Stamm
Eelco Hillenius schrieb: Though that will only work when your servlet container is configured to have access to that directory as one to serve files from, right? No, you can deliver files from anywhere Java has access to. The example was copied from production code. Timo On 5/6/06, Timo

Re: [Wicket-user] Image upload

2006-05-06 Thread Eelco Hillenius
Though that will only work when your servlet container is configured to have access to that directory as one to serve files from, right? Eelco On 5/6/06, Timo Stamm <[EMAIL PROTECTED]> wrote: Igor Vaynberg schrieb: > so what you need is something that maps to some url and when invoked > stream

[Wicket-user] fresh attempt at blogging

2006-05-06 Thread Eelco Hillenius
For anyone that follows the Wicket blogs: I'm making a new attempt at this. And as there is nothing like starting over with stuff, I've decided to move to wordpress: http://chillenious.wordpress.com/. The blog will be mainly about Wicket. I'll try to be good this time and regularly write, and also