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

2007-06-21 Thread Ivo van Dongen
nice navigation 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 butto

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

2007-06-21 Thread Ivo van Dongen
me thing remove the pagez entry 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 advisin

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

2007-06-21 Thread Ivo van Dongen
hen if you want go back: YourSession.get().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

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

2007-06-21 Thread Ivo van Dongen
ake control of your XML. 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.

[Wicket-user] PageMap.AccessStack gone in 1.3

2007-06-20 Thread Ivo van Dongen
any means to access the list 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

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

2007-05-04 Thread Ivo van Dongen
; > > > On 5/2/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > > > > you cannot remove a behavior currently. what you can do is call stop() > on the timerbehavior. > > > > > > -igor > > > > > > > > > > > > > >

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

2007-05-02 Thread Ivo van Dongen
is call 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 upda

[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 spon

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

2007-03-23 Thread Ivo van Dongen
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://www.func.nl T +31 20 423 F +31 20 4223500

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

2007-02-28 Thread Ivo van Dongen
new TextField("name")); johan On 2/28/07, Ivo van Dongen <[EMAIL PROTECTED]> wrote: > Hi, > > We have a domain object that contains (among others) a map with > key-value pairs. I want to use entries in this map in a Form with separate > input fields for each entr

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

2007-02-28 Thread Ivo van Dongen
arn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user -- Ivo van Dongen Func. Internet Integration

[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'

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 Do

Re: [Wicket-user] xhtml compliant TabbedPanel

2007-02-27 Thread Ivo van Dongen
e: I think you can 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

[Wicket-user] xhtml compliant TabbedPanel

2007-02-27 Thread Ivo van Dongen
ments. Our designer is having difficulties creating a consistent layout with it and we would like to be as accesible 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 -- Iv

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: S

Re: [Wicket-user] in-progress indicator

2007-01-29 Thread Ivo van Dongen
ementById("main").style.cursor='auto'; }); 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

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 i

Re: [Wicket-user] in-progress indicator

2007-01-28 Thread Ivo van Dongen
named) 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 w

Re: [Wicket-user] in-progress indicator

2007-01-28 Thread Ivo van Dongen
e: I personally 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 &g

[Wicket-user] in-progress indicator

2007-01-28 Thread Ivo van Dongen
t 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&

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

2007-01-22 Thread Ivo van Dongen
Hi, I've used PackagedTextTemplatea 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 setEscapeModelStrin

[Wicket-user] simulating javascript events in WicketTester

2006-12-30 Thread Ivo van Dongen
added an onLoad 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 pane

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

2006-12-17 Thread Ivo van Dongen
body know what the problem could be? I can't find this problem anywhere on google.. Thanks in advance, Ivo van Dongen - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and yo

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

2006-12-16 Thread Ivo van Dongen
here on google.. Thanks in advance, Ivo van Dongen http://www.springframework.org/dtd/spring-beans.dtd";> additionalResources TRUE /tmp .zip /xsd/plugin.xsd