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

2008-02-12 Thread scottomni
I have been unable to get the JFreeChart ToolTips to work in Wicket (NetBeans 6.0). The wiki example sets the tooltips flag to true, but the resulting web page contains no image map... thus, no tooltips. Should this work? Thanks, Scott -- View this message in context:

Re: RadioChoice : default choice ?

2008-01-21 Thread scottomni
Newgro wrote: Am Freitag, 18. Januar 2008 23:43:18 schrieb scottomni: private RadioChoice genderChoice; public RadioChoice getGender(){ return genderChoice.getModelObjectAsString(); } public void setGender(){ this.genderChoice = Male; } Both of my Methods

Re: RadioChoice : default choice ?

2008-01-21 Thread scottomni
Thanks Clay. I think I have reached a point in Wicket that is providing (me) the motivation to go 'back' to the Java Book and push forward (through the java learning curve). I'm getting there, slowly but surely. ;-) In the process, it looks like I will be familiarizing myself with the Swing

Re: RadioChoice : default choice ?

2008-01-18 Thread scottomni
Thanks Igor and Per. It appears that my ignorance is further complicated by RadioChoice... as I do not yet have a solution. Note: I have changed sexRadioChoice to genderChoice. Here is what I declare: private RadioChoice genderChoice; public RadioChoice getGender(){ return

Re: RadioChoice : default choice ?

2008-01-18 Thread scottomni
Sorry, I am new to Java (as well as Wicket). As it stands, I do not have a handle on Models. I have determined to head down the Wicket road (as I learn Java). Thus, I am looking for clear examples (which I am finding all too difficult to find). BTW, I am hoping your book will be written to