Re: Updating a Dynamic Image with AJAX (and JFreeChart)

2009-11-14 Thread Wojtek
Hi there, is JFreeChart your only possible approach? Check out flot integration from wicketstuff-core. It draws nicer charts and you can update datasets sending json object and redraw it by js. Regards, Wojtek Swarnim Ranjitkar pisze: I couldn't override getResourceState of

Re: When NOT to use models ?

2009-11-14 Thread Martin Makundi
it's more like an model graph.. so you say IModelListSomething dataFromDB=new LoadableDetachedModel() ... IModelInteger countModel=new CascadingLoad..ModelInteger,ListSomething(dataFromDB); add(new Label(counter,countModel)); countModel.detach() is called from Label, and

CompoundPropertyModel

2009-11-14 Thread Николай Кучумов
Hello. I have a Person class, describing a person, which has a member credentials of type Credentials (username/password). I tried to make a registration page in this way: Page { super(); Person person = [create a person with empty credentials]; Form form = new Form(form, new

Re: CompoundPropertyModel

2009-11-14 Thread Jeremy Thomerson
Do both Person and Credentials (and everything else Person holds on to) implement Serializable? Watch the logs to see if there are serialization errors. It's a problem of the page not being in the session - which means it either didn't make it there or the session is somehow gone. -- Jeremy

Re: CompoundPropertyModel

2009-11-14 Thread Николай Кучумов
Hi, Jeremy. No, the log contained only this error... But to be honest, although it didn't fix the error, your advice is still valuable, because not all of the classes were Serializable. And you know what? I think I'll reinstall my application server. I used Glassfish 2 before, and this time I

Re: CompoundPropertyModel

2009-11-14 Thread Jeremy Thomerson
Try running your project in Jetty for development (you can use the Maven quickstart to help you get started). It's usually much easier to get running and see what's going on. It also allows for very easy on-the-fly changes and reloading. -- Jeremy Thomerson http://www.wickettraining.com On

RE: Updating a Dynamic Image with AJAX (and JFreeChart)

2009-11-14 Thread Swarnim Ranjitkar
I would be nice for this work as we have a JFreeChart written which is called by other apps too. Date: Sat, 14 Nov 2009 10:23:38 +0100 From: zabia...@gmail.com To: user se...@wicket.apache.org Subject: Re: Updating a Dynamic Image with AJAX (and JFreeChart) Hi there, is JFreeChart

RE: CompoundPropertyModel

2009-11-14 Thread Alex Rass
Kolya, 2 things: 1) If you still have the old setup: Try stopping server, deploying your stuff to it, starting server. I've had issues with redeploying at runtime (hot deploy) with Tomcat (which is what Glassfish is based on). This is where Jeremy's advice to run Jetty is a good idea. 2)

Intellij9 integration

2009-11-14 Thread Alex Rass
If any of you guys are using Intellij Idea, I HIGHLY suggest you go to the EAP Forum http://intellij.net/forums/forum.jspa?forumID=22 and post that you want Wicket support in 9. They have opened up EAP for version 9 and it's now or god knows when. They are starting an Open Source version this

Re: Intellij9 integration

2009-11-14 Thread Andreas Petersson
i think getting official support for wicket in idea is too late. the roadmap was published about 6 months ago, for example at http://blogs.jetbrains.com/idea/2009/05/maia-eap-is-finally-here/ and there is already a beta version available at http://www.jetbrains.com/idea/nextversion/index.html

RE: Intellij9 integration

2009-11-14 Thread Alex Rass
You have a point, but I've been using Idea for... 6+ years now. These guys are very sales oriented. They added GWT support as a point release, like it was a no big deal. When they see there's a demand - they move on it. And if they can add a new popular framework for the launch - they just may,

Listview in a listview refresh with AjaxLink don't work

2009-11-14 Thread pieter claassen
I am trying to follow wicket in action advice P263 but I have a ListView in a ListView with a panel added to my inner listview. On that panel, I have an AjaxLink and I want to move items in the order of the listview around. But to display them, I need to refresh my matrix. Nothing seems to work.

Re: Listview in a listview refresh with AjaxLink don't work

2009-11-14 Thread Pedro Santos
Can you send the moveQuestionUp implementation? On Sat, Nov 14, 2009 at 9:03 PM, pieter claassen pieter.claas...@gmail.comwrote: I am trying to follow wicket in action advice P263 but I have a ListView in a ListView with a panel added to my inner listview. On that panel, I have an AjaxLink

Modal window (1.4.1) and IE - Slow load times

2009-11-14 Thread Ed _
Hi, I am using version 1.4.1 of wickets. P Contents of a Modal Window take extremely long time upto 10-20 sec to load on Internet Explorer 8. FireFox or Chrome on the same machine are really fast. with load times of 2-3 sec on a slow connection. Any one else seen this issue or has

Re: Intellij9 integration

2009-11-14 Thread Nick Heudecker
What do you mean that the current one shows up? I haven't updated WicketForge to work with IDEA 9 because I'm not on IDEA 9. Feel free to submit patches. Right now WicketForge does everything I need it to do, so unless I start using Wicket more often or it doesn't meet my needs, I'm not really

Re: AutoCompleteTextFieldT in 1.4-SNAPSHOT

2009-11-14 Thread m_salman
Hi, This was a big help for me in getting what I wanted to do. It works really good except for one problem. When the form shows up with a non null empty object, the autocomplete field has the class name for the object in it, i.e., com.michni.search.bean.urll...@c1853. Once I load an object in

Re: Modal window (1.4.1) and IE - Slow load times

2009-11-14 Thread James Carman
Does your page have a lot of links on it? On Sat, Nov 14, 2009 at 6:36 PM, Ed _ ed_b...@hotmail.com wrote: Hi, I am using version 1.4.1 of wickets. P Contents of a Modal Window take extremely long time upto 10-20 sec to load on Internet Explorer 8.  FireFox or Chrome on the same machine