Re: Wicket behind a front-end proxy

2007-12-08 Thread sshark
Hi, I am trying the same but it does not seems to work.What I want is to be able to access Wicket application using the URL *http://www.someapps.com* instead of *http://myapps.com/wicketapps*. I am using Apache 1.3. Should I be using Apache 2.x instead? Please advise. Thanks My configuration is

Re: ModificationWatcher is not working properly in Development mode

2007-12-08 Thread mnwicket
I'm using RC1 and am seeing the same issue. Any updates to this? This is wasting a lot of my time. -Craig Alex Objelean wrote: > > I use the wicket-1.3-snapshot (from 9th sept). In development mode, I > expect that any change to markup would be visible after the page is > refreshed (as it do

dropdownchoice

2007-12-08 Thread Yevgeni Kovelman
I have the following problem, I have a dropdownchoice component. The load method returns a list of Broker objects which have an id and displayName attributes. Although currently not in this code, I will use the iChoiceRenderer to populate the appropriate values. The Request instance object is a

Re: Can I remove and from my markup?

2007-12-08 Thread Thomas R. Corbin
On Saturday 08 December 2007 2:47 pm, Doug Leeper escreveu: > Tom, > > Have you taken a look at org.wicketstuff.yui.markup.html.menu2 in > wicket-contrib-yui? The Menu, MenuBar and ContextMenu have been created > using YUI menu. > > - Doug I haven't, not yet. I think at the time I star

Re: Can I remove and from my markup?

2007-12-08 Thread Doug Leeper
Tom, Have you taken a look at org.wicketstuff.yui.markup.html.menu2 in wicket-contrib-yui? The Menu, MenuBar and ContextMenu have been created using YUI menu. - Doug -- View this message in context: http://www.nabble.com/Can-I-remove-%3Cwicket%3Apanel%3E-and-%3C-wicket%3Apanel%3E-from-my-mar

Re: Suckerfish dropdowns for wicket

2007-12-08 Thread Tames
Hello. I created the example (using Eclipse with MyEclipse plugin) and got no such error. I did however, put in all the generics of where needed (List, ArrayList, etc). Also, you have to add all of the various imports from org.apache.wicket, create your own MyFirstPage and MySecondPage classes.

Re: Can I remove and from my markup?

2007-12-08 Thread Matej Knopp
Application.getMarkupSettings().setStripWicketTags(boolean stripWicketTags); -Matej On Dec 8, 2007 4:36 PM, Thomas R. Corbin <[EMAIL PROTECTED]> wrote: > > I'm biulding YUI menus using wicket panels for composition. > But even though I use setRenderBodyOnly( true ) to get rid of the > element, Y

Can I remove and from my markup?

2007-12-08 Thread Thomas R. Corbin
I'm biulding YUI menus using wicket panels for composition. But even though I use setRenderBodyOnly( true ) to get rid of the element, YUI doesn't like seeing the stuff. Well, that's not true. It works fine in firefox, but IE can't handle it. I'm coming back to wicket after 6 months back on

Re: Checkbox tree component

2007-12-08 Thread Doug Leeper
Here are the Category tree items http://www.nabble.com/file/p14229459/CategoryTreeNode.java CategoryTreeNode.java http://www.nabble.com/file/p14229459/CategoryTreeState.java CategoryTreeState.java http://www.nabble.com/file/p14229459/RootTreeNode.java RootTreeNode.java http://www.nabble.com/fi

RE: [wicket-contrib-tinymce] Compile error from svn-project

2007-12-08 Thread William Hoover
Damn licenses :o) -Original Message- From: Martijn Dashorst [mailto:[EMAIL PROTECTED] Sent: Saturday, December 08, 2007 9:21 AM To: users@wicket.apache.org Subject: Re: [wicket-contrib-tinymce] Compile error from svn-project Not going to happen. Logback is LGPL licensed. Martijn On Dec

Re: [wicket-contrib-tinymce] Compile error from svn-project

2007-12-08 Thread Martijn Dashorst
Not going to happen. Logback is LGPL licensed. Martijn On Dec 8, 2007 1:19 PM, William Hoover <[EMAIL PROTECTED]> wrote: > Also, AFAIK any dependencies that fall under Sun's Binary License cannot > be distributed by the central repository > http://maven.apache.org/guides/mini/guide-coping-with-su

RE: [wicket-contrib-tinymce] Compile error from svn-project

2007-12-08 Thread William Hoover
Also, AFAIK any dependencies that fall under Sun's Binary License cannot be distributed by the central repository http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html IMHO, it would seem more natural if Wicket used logback (log4j successor) recommended by slf4j (http://www.slf4j.

Re: [wicket-contrib-tinymce] Compile error from svn-project

2007-12-08 Thread Frank Bille
You can follow what maven tells you :-) The problem is that the log4j version has been upgraded from 1.2.14 to 1.2.15 which has some new dependencies which are not in standard maven repo. I have asked the guy that committed it[1] about why he upgraded and if it would be possible to use the previou

Re: vertical TabbedPanel

2007-12-08 Thread Matej Knopp
That's not really a wicket thing. It's about how you style it, optionally you can provide alternative markup by subclassing it and creating new markup file for the subclass. -Matej On Dec 7, 2007 11:42 PM, Beyonder Unknown <[EMAIL PROTECTED]> wrote: > > Hi All, > > Have anybody here implemented a

[wicket-contrib-tinymce] Compile error from svn-project

2007-12-08 Thread Per Newgro
Hi *, i try to use the wicket-contrib-tinymce project from svn-server. I did a checkout. And a "mvn clean compile". But in the end i got this. What can i do here? Cheers Per [INFO] [ERROR] BUILD ERROR [INFO] --

Conversion Exception and unable to set object

2007-12-08 Thread Edi
I have 2 ListMultipleChoice boxes, i have selected both List items, and click the submit button, I got [15:10:44] ERROR unable to set object [ReportFields {reportFieldId='newhorizon_273',fieldName='Ship Speed', '}], model: Model:classname=[wicket.model.CompoundPropertyModel]:attached=true:nested

Re: ListMultipleChoice and submitting added list items

2007-12-08 Thread Kjetil Paulsen
thx for the input but this only support one collection and moves already loaded items between to boxes.. I want to have to collections from a database - let's say one collections of persons that have already registered for an event in one and those who hasn't in the other, and when moved from box o