Re: Different results Eclipse vs. Jetty and Tomcat

2008-12-27 Thread Howard Lewis Ship
Tapestry can't find your Border.tml, it must be in the wrong place, visible to Eclipse but not in src/main/resources for Maven. On Sat, Dec 27, 2008 at 6:29 AM, Tomas Kolda wrote: > I have problem with custom component. It is almost tutorial example. It > works fine from eclipse 3.4 (I use Jetty

Re: Tapestry-IoC: binding service without code, just convention over configuration

2008-12-27 Thread Howard Lewis Ship
In 5.0, you can invoke no-args methods, i.e. map.size() In 5.1, you can invoke methods that take parameters. On Thu, Nov 20, 2008 at 10:35 AM, Jonathan Barker wrote: > Howard, > > Did I miss something? I didn't' realize I could invoke methods using the > prop binding. I think I missed that JIR

Different results Eclipse vs. Jetty and Tomcat

2008-12-27 Thread Tomas Kolda
I have problem with custom component. It is almost tutorial example. It works fine from eclipse 3.4 (I use Jetty plugin 1.1). But if I use mvn jetty:run or deploy to Tomcat results is different. Border.tml: http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> Test Test [Home]

Re: Set locale using url

2008-12-27 Thread Tomas Kolda
I made a workaround through Servlet filter. It create delegate request object that moves locale folder from path to context and also put locale object to request attributes. When I set FORCE_ABSOLUTE_URIS it works fine. I will test it more and then we can create a recipe on web. But if it wil

Re: Set locale using url

2008-12-27 Thread Angelo Turetta
Tomas Kolda wrote: Hello all, I'm new to Tapestry and maybe I want to do something non-standard. I want to set locale using urls. http://www.example.com/en/./ http://www.example.com/fr/./ Funny, just a few days ago Howard posted a Jira about that: https://issues.apache.org/jira/bro

Is possible to use ApplicationStateManager with PageTester?

2008-12-27 Thread Massimo Lusetti
It doesn't seems to me the PageTester is able to "use" the ApplicationStateManager since this needs a Servlet Container to stick the ASO into the Session. Is this right? Thanks -- Massimo http://meridio.blogspot.com - To unsubs