Re: TreeTable lazy loading. updateTree and javascript

2010-09-05 Thread rila...@gmail.com
Try this http://java.dzone.com/tips/wicket-lazy-loading-treetable Regards, Rajesh K Ilango -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/TreeTable-lazy-loading-updateTree-and-javascript-tp1889146p2527152.html Sent from the Wicket - User mailing list archive at

Ajax requests and page Id incrementing in 1.5-M1

2010-09-05 Thread hok
Hi, I'm in process of migrating to wicket 1.5-M1 and I found an interesting (at least to me) scenario: There is a form Form1 in a stateful page Page1. The action attribute of the form contains the id of the page and after the form is submitted the page is retrieved on the server according to

Re: Replicating tinyMCE

2010-09-05 Thread David Hendrix
Hi, I tried to add tinyMCE to my application, which seems easy enough using the wicketstuff project. The point where I got stuck (for some hours now) is where I start adding the component carrying the TinyMceBehavior to any Ajax-Targets. What I'm trying to do is to populate the textarea based

Re: Ajax requests and page Id incrementing in 1.5-M1

2010-09-05 Thread Igor Vaynberg
fixed in snapshot -igor On Sun, Sep 5, 2010 at 3:46 AM, hok ivanvasi...@gmail.com wrote: Hi, I'm in process of migrating to wicket 1.5-M1 and I found an interesting (at least to me) scenario: There is a form Form1 in a stateful page Page1. The action attribute of the form contains the id

User current page

2010-09-05 Thread Ervis Zikas
Hello guys, is there a way i can get which page is the user navigating?? I have a menu that i want to change depending on user current page. Can i get current page with component.getPage()?? is it the same for panels? Thanks -

Re: User current page

2010-09-05 Thread Igor Vaynberg
yes and yes -igor On Sun, Sep 5, 2010 at 9:21 AM, Ervis Zikas er...@abiss.gr wrote: Hello guys, is there a way i can get which page is the user navigating?? I have a menu that i want to change depending on user current page. Can i get current page with component.getPage()?? is it the same for

Re: User current page

2010-09-05 Thread Martin Makundi
You can get it only at render phase... not in constructor for example. ** Martin 2010/9/5 Igor Vaynberg igor.vaynb...@gmail.com: yes and yes -igor On Sun, Sep 5, 2010 at 9:21 AM, Ervis Zikas er...@abiss.gr wrote: Hello guys, is there a way i can get which page is the user navigating?? I

mountBookmarkablePage problem?

2010-09-05 Thread Martin Zardecki
Hi List I'm not sure if I uncovered a strange problem or something changed in how we configure things and I missed it. I have an applet that uploads files to a my Wicket application using http, I have an upload handler defined like this: mountBookmarkablePage(uploadHandler,

checkGroup - 2 out of 5?

2010-09-05 Thread Zeldor
Hi, I want to limit users to check exactly 2 options out of X. How can I do that? I'd also like it to switch last chosen one to new one, if user has already picked 2 [so it'd deselect last one and choose another, instead of not doing anything at all]. -- View this message in context:

Re: checkGroup - 2 out of 5?

2010-09-05 Thread Igor Vaynberg
you have to do this with javascript -igor On Sun, Sep 5, 2010 at 2:43 PM, Zeldor pgronkiew...@gmail.com wrote: Hi, I want to limit users to check exactly 2 options out of X. How can I do that? I'd also like it to switch last chosen one to new one, if user has already picked 2 [so it'd

Re: mountBookmarkablePage problem?

2010-09-05 Thread Igor Vaynberg
debug and see what is happening. -igor On Sun, Sep 5, 2010 at 12:04 PM, Martin Zardecki mpza...@truecool.com wrote: Hi List I'm not sure if I uncovered a strange problem or something changed in how we configure things and I missed it. I have an applet that uploads files to a my Wicket

Re: checkGroup - 2 out of 5?

2010-09-05 Thread Zeldor
Oh, I hoped that it can be avoided. So anyone has AJAX example at hand? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/checkGroup-2-out-of-5-tp2527723p2527763.html Sent from the Wicket - User mailing list archive at Nabble.com.

Alert on ajax activity

2010-09-05 Thread koki142
Hi, I'm trying to show an alert if the user is going to move from current page while there is some ajax activity in the background. I have a chat program and sometimes if the user writes a message and clicks on different page, that message never reach the destination. I want to show something