[Wicket-user] No get method defined for expression recorder when using Palette and CompoundPropertyModel

2007-07-01 Thread Robert Novotny
it inherits it from the parent compound model. This error does not seem to appear in the beta1. Was there some kind of CompoundPropertyModel change between beta1 and beta2? Robert Novotny -- View this message in context: http://www.nabble.com/No-get-method-defined-for-expression-recorder-when-using

Re: [Wicket-user] ListView class cast exception

2007-05-24 Thread Robert Novotny
column of table. Robert Novotny eddmosphere wrote: Hi there! I'm realll getting confused.. I'm trying to create a table with the resultSet from a mysql database (I tried DataView but gave up..too much for me) by using a ListView. The problem is that I keep getting

Re: [Wicket-user] How to display applet in wicket?

2007-05-12 Thread Robert Novotny
Robert Novotny wrote: Hello, there is nothing special in displaying applets in wicket pages. Just put the proper applet tags into the HTML page template. You don't even need to have corresponding components in the Java class, since applet is not a wicket component. Robert Novotny

Re: [Wicket-user] How to display applet in wicket?

2007-05-12 Thread Robert Novotny
One problem, which could arise, is the URL from which is the graph.class loaded. When you've got your applet page on http://server.com/page/applet.html, browser JVM willl try to load graph.class from http://server.com/page/graph.class URL. Also make sure that you have a correct case (Java classes

Re: [Wicket-user] How to display applet in wicket?

2007-05-11 Thread Robert Novotny
Hello, there is nothing special in displaying applets in wicket pages. Just put the proper applet tags into the HTML page template. You don't even need to have corresponding components in the Java class, since applet is not a wicket component. Robert Novotny edward durai wrote: Hi to all

Re: [Wicket-user] What's the best way of doing menus in Wicket?

2007-03-08 Thread Robert Novotny
I have tried to use dropdown menu in one of my projects. NavMenu has been broken in that time (and I didn't figure out how to patch it) and my effort in integrating TigraMenu wasn't succesfull either. Finally I have used the approach which uses a pure CSS menu which is based on the :hover class.

Re: [Wicket-user] DropDownChoice confusion

2007-02-27 Thread Robert Novotny
of the implementation of it (how Ajaxing components work, best I've seen), but using the framework has been an exercise in frustration from day 2. So I'll head back to banging on the DropDownChoice, I'll get it eventually, though I'm open for suggestions. Jason On 2/27/07, Robert Novotny [EMAIL

Re: [Wicket-user] Deprecated example in wicket.util.convert.Converter

2007-02-06 Thread Robert Novotny
. N. how about a patch to the javadoc? :) -igor On 2/5/07, Robert Novotny wrote: Hello, I stumbled upon a deprecated example in the wicket.util.convert.Converter example. Method newConverter() on the ConverterFactory seems to be gone in the Wicket 1.2.5. final IConverter

[Wicket-user] Deprecated example in wicket.util.convert.Converter

2007-02-05 Thread Robert Novotny
(new Double(7.1), String.class); I know that this is a rarely used class by the general public, but I hope that some day the documentation will deserve its update :-) Robert Novotny -- View this message in context: http://www.nabble.com/Deprecated-example-in-wicket.util.convert.Converter-tf3176607

Re: [Wicket-user] StringHeaderContributor acting strangely

2006-12-29 Thread Robert Novotny
I have filed a jira report (WICKET-188) for this. Robert Johan Compagner wrote: can you make a testcase and create a jira for this? johan On 12/28/06, Robert Novotny [EMAIL PROTECTED] wrote: Yes, I have tried this new version too, but the problem seems to persist. I have

Re: [Wicket-user] StringHeaderContributor acting strangely

2006-12-28 Thread Robert Novotny
1.2.3? This problem seems to be nonexistent when using Wicket 1.2.1. Thanks for any advice. Robert Novotny --- public class SimpleContributingPage extends WebPage { public SimpleContributingPage() { super(); add(new