Re: [Wicket-user] PageMap.AccessStack gone in 1.3

2007-06-21 Thread Ivo van Dongen
. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Ivo van Dongen Func. Internet Integration W http

Re: [Wicket-user] PageMap.AccessStack gone in 1.3

2007-06-21 Thread Ivo van Dongen
().getPage(-1) -1 (is the previous page) -2 skip 2 in that method you can get the page then: return PageMap.forName(pagemapname).get(pageid,versionid) johan On 6/20/07, Ivo van Dongen [EMAIL PROTECTED] wrote: Hi, We're in the middle of upgrading one of our apps from wicket 1.2.6 to 1.3

Re: [Wicket-user] PageMap.AccessStack gone in 1.3

2007-06-21 Thread Ivo van Dongen
so that you now have 2 entries again after pagey rendered for the second time johan On 6/21/07, Ivo van Dongen [EMAIL PROTECTED] wrote: Hi, Sorry, but I don't get exactly what to do here. As I understand it you're advising me to store a separate map of Pages in the Session and then lookup

Re: [Wicket-user] PageMap.AccessStack gone in 1.3

2007-06-21 Thread Ivo van Dongen
component that does this behavior we could maybe add this into wicket extentions if more people would like to have such a thing johan On 6/21/07, Ivo van Dongen [EMAIL PROTECTED] wrote: Hi, Thanks again for the help. As soon as I hit the reply button it dawned on me, guess it's to early

[Wicket-user] PageMap.AccessStack gone in 1.3

2007-06-20 Thread Ivo van Dongen
of PageMapEntries. Any ideas on how to work arround this? We've tried to use the numeric id from the page, but that seems to be zero every time. Thanks in advance, Ivo and Rommert -- Ivo van Dongen Func. Internet Integration W http://www.func.nl T +31 20 423 F +31 20 4223500

Re: [Wicket-user] How to remove a Behaviour?

2007-05-04 Thread Ivo van Dongen
stop() on the timerbehavior. -igor On 5/2/07, Ivo van Dongen [EMAIL PROTECTED] wrote: Hi, We have a component with an AjaxSelfUpdatingTimerBehavior attached to it. When a certain condition is reached we want to remove the behaviour from its parent before

[Wicket-user] How to remove a Behaviour?

2007-05-02 Thread Ivo van Dongen
, but IBehaviour does not. What is the preferred way to do this? Thanks in advance, Ivo van Dongen -- Ivo van Dongen Func. Internet Integration W http://www.func.nl T +31 20 423 F +31 20 4223500 - This SF.net email is sponsored

Re: [Wicket-user] How to remove a Behaviour?

2007-05-02 Thread Ivo van Dongen
() on the timerbehavior. -igor On 5/2/07, Ivo van Dongen [EMAIL PROTECTED] wrote: Hi, We have a component with an AjaxSelfUpdatingTimerBehavior attached to it. When a certain condition is reached we want to remove the behaviour from its parent before updating it again, to prefent it from going on forever. We

Re: [Wicket-user] Hibernate/Spring and Wicket architecture request for validation (was Wicket's questions)

2007-03-23 Thread Ivo van Dongen
list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Ivo van Dongen Func. Internet Integration W http://www.func.nl T +31 20 423 F +31 20 4223500 - Take Surveys. Earn Cash

[Wicket-user] using a map in a model

2007-02-28 Thread Ivo van Dongen
? Thanks in advance, Ivo -- Ivo van Dongen Func. Internet Integration W http://www.func.nl T +31 20 423 F +31 20 4223500 - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

Re: [Wicket-user] Ajax Link + IE7 problem

2007-02-28 Thread Ivo van Dongen
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Ivo van Dongen Func. Internet Integration W http://www.func.nl T +31 20 423 F +31 20 4223500 - Take Surveys. Earn Cash. Influence the Future

Re: [Wicket-user] using a map in a model

2007-02-28 Thread Ivo van Dongen
a CompoundModel for this somehow? Thanks in advance, Ivo -- Ivo van Dongen Func. Internet Integration W http://www.func.nl T +31 20 423 F +31 20 4223500 - Take Surveys. Earn Cash. Influence the Future of IT Join

[Wicket-user] xhtml compliant TabbedPanel

2007-02-27 Thread Ivo van Dongen
as possible. Is there a reason why the panels are using a span? Can I override the markup somehow (bij extending)? Perhaps this can be changed to a div ? Thanks in advance, Ivo -- Ivo van Dongen Func. Internet Integration W http://www.func.nl T +31 20 423 F +31 20 4223500

Re: [Wicket-user] xhtml compliant TabbedPanel

2007-02-27 Thread Ivo van Dongen
just extends AjaxTabbedPanel and provide your own markup if you want. It is what I have done with lot of wicket component... Not done it for now on AjaxTabPanel, but it can be done. On 2/27/07, Ivo van Dongen [EMAIL PROTECTED] wrote: Hi, We ran into a little problem with the (Ajax

Re: [Wicket-user] xhtml compliant TabbedPanel

2007-02-27 Thread Ivo van Dongen
Done: WICKET-334 https://issues.apache.org/jira/browse/WICKET-334. Thanks! On 2/27/07, Igor Vaynberg [EMAIL PROTECTED] wrote: no special need. i thought i already changed it to a div a while back...but i guess not. please create a jira issue. -igor On 2/27/07, Ivo van Dongen [EMAIL

Re: [Wicket-user] Right-click context menu

2007-02-03 Thread Ivo van Dongen
I'm working on the yui menu. Its working in firefox, but for some strange reason not in ie. A pop-up appears with the message: Could not complete the operation due to error 80004004. As soon as that is fixed I'll post it on the mailing list. On 2/1/07, Shams Mahmood [EMAIL PROTECTED] wrote:

Re: [Wicket-user] in-progress indicator

2007-01-29 Thread Ivo van Dongen
On 1/28/07, Frank Bille [EMAIL PROTECTED] wrote: You are welcome to add it to the wiki :) Any place in particular? Frank On 1/28/07, Ivo van Dongen [EMAIL PROTECTED] wrote: Thanks, works like a charm! I didn't find a tabbed panel variant that uses the indicating links by the way. I've

Re: [Wicket-user] in-progress indicator

2007-01-29 Thread Ivo van Dongen
).style.cursor='auto'; }); /script On 1/28/07, Frank Bille [EMAIL PROTECTED] wrote: You are welcome to add it to the wiki :) Frank On 1/28/07, Ivo van Dongen [EMAIL PROTECTED] wrote: Thanks, works like a charm! I didn't find a tabbed panel variant that uses the indicating links

[Wicket-user] in-progress indicator

2007-01-28 Thread Ivo van Dongen
and disappear when the call is completed. What would be a good way to accomplish this? Thanks in advance, Ivo van Dongen - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

Re: [Wicket-user] in-progress indicator

2007-01-28 Thread Ivo van Dongen
think gmail presentation is simple and user friendly On 1/28/07, Ivo van Dongen [EMAIL PROTECTED] wrote: Hi, We're adding some Ajax support to our pages and some of the components can take a long time to load. To the user it is not clear if anything is happening so we want to add a sign

Re: [Wicket-user] in-progress indicator

2007-01-28 Thread Ivo van Dongen
) component that displays an indicator next to the link. I believe it is in the extensions project. You can take that and use it directly or use it to add the desired functionality to your own components. Martijn On 1/28/07, Ivo van Dongen [EMAIL PROTECTED] wrote: I agree, but what I meant to ask

Re: [Wicket-user] wicket.markup.html.include.Include replace text

2007-01-22 Thread Ivo van Dongen
Hi, I've used PackagedTextTemplatehttp://wicketframework.org/wicket-extensions/apidocs/wicket/extensions/util/resource/PackagedTextTemplate.htmla couple of times in the past to include some macro like replacements. You can use the string from the template in a label and use

[Wicket-user] simulating javascript events in WicketTester

2006-12-30 Thread Ivo van Dongen
event on the page with a AbstractDefaultAjaxBehavior subclass. Thanks in advance, Ivo van Dongen (www.webical.org) - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

Re: [Wicket-user] java.lang.IllegalStateException: WicketServlet cannot be changed once it is set

2006-12-17 Thread Ivo van Dongen
/bean When replaced with the following everything (except for the resource paths) works fine again: bean id=wicketApplication class= org.webical.web.app.WebicalWebApplication/ Shouldn't it be possible to set properties from Spring in the WebApplication? Thanks, Ivo On 12/16/06, Ivo van Dongen

[Wicket-user] java.lang.IllegalStateException: WicketServlet cannot be changed once it is set

2006-12-16 Thread Ivo van Dongen
in advance, Ivo van Dongen ?xml version=1.0 encoding=UTF-8? !DOCTYPE beans PUBLIC -//SPRING//DTD BEAN//EN http://www.springframework.org/dtd/spring-beans.dtd; beans !-- The WebApplication bean, injected into the wicket servlet -- bean id=wicketApplication class