Re: [MIIGRATE 1.5] Where is "getSharedResources().putClassAlias(...)"

2011-04-24 Thread Martin Grigorov
Please create a ticket. On Sun, Apr 24, 2011 at 12:36 PM, Alexandros Karypidis wrote: > Hello, > > Here's my next question regarding migration to 1.5. I used to publish > dynamic image resources (retrieved from DB) as follows: > >        protected void init() { >                super.init(); > >

Displaying error in renderComponent() causes "Component-targetted feedback message was left unrendered." @L

2011-04-24 Thread Alec Swan
Hello, I have a custom component which extends AjaxEditableMultiLineLabel with a model that sometimes throws a RuntimeException in Model#getObject() when component is being rendered. However, the message does not get displayed on the Feedback panel which is attached to the WebPage until the page i

Re: Problem with Wicket sessions when using Apache mod_proxy

2011-04-24 Thread Thomas Götz
Thomas Götz wrote: - there's *always* a jsessionId parameter attached to the URL (not only on the first request), why? Ok, problem seems solved, adding a ProxyPassReverseCookiePath directive did the trick. Cheers, -Tom --

Re: Nesting "RepeatingView" components: "Possible attempt to embed component(s)" error

2011-04-24 Thread James Carman
Check out the YUI menu support in wicketstuff. It works great for us. On Sun, Apr 24, 2011 at 4:41 PM, Alexandros Karypidis wrote: > Hello, > > I want to add menus (as in a menu bar with drop-down menus) on my pages. > In order to achieve that, I must use a nested RepeatingView (see further > do

Re: Problem with Wicket sessions when using Apache mod_proxy

2011-04-24 Thread Thomas Götz
Isammoc OFF wrote: So, running Tomcat only (on port 80) without Apache2 does not seem an option to me. What about using mod_jk ? Well, what stands against mod_proxy? It seems to be working for me as described earlier. I only have problems with it when I try to forward '/' via ProxyPass. B

Nesting "RepeatingView" components: "Possible attempt to embed component(s)" error

2011-04-24 Thread Alexandros Karypidis
Hello, I want to add menus (as in a menu bar with drop-down menus) on my pages. In order to achieve that, I must use a nested RepeatingView (see further down for the explanation). What I need (and don't know how to do) is to be able to have markup like this:

Re: Problem with Wicket sessions when using Apache mod_proxy

2011-04-24 Thread Isammoc OFF
> So, running Tomcat only (on port 80) without Apache2 does not seem an option > to me. What about using mod_jk ? http://tomcat.apache.org/connectors-doc/ http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html -- Isammoc -

Problem with Wicket sessions when using Apache mod_proxy

2011-04-24 Thread Thomas Götz
Hi there! I have the following setup: - an Apache httpd (2.0.x), running on port 80 - a Tomcat (6.x) running on port 8080 The Wicket webapp MyApp is running in Tomcat as the only webapp on that server. I have a registered domain www.mydomain.com, so I want everything hitting www.mydomain.com

Re: formComponentPanel with content generated by RepeatingView

2011-04-24 Thread kamiseq
yep I did it like that and it works public class Editor extends FormComponentPanel> { private ListView item; /** * If you dont have ArrayList you can always copy your collection to new ArrayList. * * @param id of the control * @param accounts a list of all accounts ass

[MIIGRATE 1.5] Where is "getSharedResources().putClassAlias(...)"

2011-04-24 Thread Alexandros Karypidis
Hello, Here's my next question regarding migration to 1.5. I used to publish dynamic image resources (retrieved from DB) as follows: protected void init() { super.init(); getSharedResources().putClassAlias(org.apache.wicket.Application.class,