Re: [Stripes-users] how to properly assign ActionBean to root url?

2012-12-29 Thread Cristian C
I was not able to make it work either, and recommended solution was to put "index.jsp" in "WebContent" folder, and inside index.jsp include the actionbean, for example in index.jsp I have: <%@page contentType="text/html;charset=UTF-8" language="java" trimDirectiveWhitespaces="true"%> On Sat, De

Re: [Stripes-users] how to properly assign ActionBean to root url?

2012-12-29 Thread Janne Jalkanen
Can you post your web.xml config, please? My suspicion is that there may be a problem with the configuration. /Janne On Dec 29, 2012, at 21:40 , Noobmeter Admin wrote: > Yes, I'm using it. But it doesn't seem to help. > > Any other ideas? > > Regards, > John > > From: Janne Jalkanen > Su

Re: [Stripes-users] how to properly assign ActionBean to root url?

2012-12-29 Thread Noobmeter Admin
Yes, I'm using it. But it doesn't seem to help. Any other ideas? Regards, John From: Janne Jalkanen http://gmane.org/get-address.php?address=Janne.Jalkanen%2d4lrhCRj%2fbmMAvxtiuMwx3w%40public.gmane.org> > Subject: Re: how to properly assign ActionBean to root url?

Re: [Stripes-users] how to properly assign ActionBean to root url?

2012-12-29 Thread Janne Jalkanen
You have to use the DynamicMappingFilter. http://stripes.sourceforge.net/docs/current/javadoc/net/sourceforge/stripes/controller/DynamicMappingFilter.html /Janne On Dec 29, 2012, at 12:50 , Noobmeter Admin wrote: > I'm trying to display some dynamic information on the > http://www.mywebsite.

[Stripes-users] how to properly assign ActionBean to root url?

2012-12-29 Thread Noobmeter Admin
I'm trying to display some dynamic information on the http://www.mywebsite.com/ screen (so "/" URL) and it doesn't seem to work. In this example the root() handler is called, but ${actionBean} in JSP is empty. RootActionBean.java: @UrlBinding("/") public class RootActionBean extends BaseActionBe