TSS Maven repo problems

2011-06-10 Thread Earle Nietzel
Appears that the maven artifacts for TSS 3.0.0-SNAPSHOT are broken in: http://www.localhost.nu/java/mvn-snapshot/nu/localhost/tapestry/tapestry-spring-security/3.0.0-SNAPSHOT/ How manually download and rename them. Earle - To u

Re: Tapestry Hibernate Sessions

2011-06-10 Thread Tony Nelson
On Jun 10, 2011, at 11:32 AM, Thiago H. de Paula Figueiredo wrote: > On Fri, 10 Jun 2011 12:12:01 -0300, Tony Nelson wrote: > >> So maybe I should have sent this question to the Spring list? > > If you're not using Tapestry-Hibernate this question went to the wrong list. > :) > Indeed it wa

Re: Tapestry Hibernate Sessions

2011-06-10 Thread Thiago H. de Paula Figueiredo
On Fri, 10 Jun 2011 11:47:58 -0300, Tony Nelson wrote: Hi all, Hi! I fired up Jetty, and opened the page. I really expected to get an exception saying that I don't have a database session because I purposely did not include the OpenSessionInView filter that I'm familiar with. In ad

Re: Tapestry Hibernate Sessions

2011-06-10 Thread Thiago H. de Paula Figueiredo
On Fri, 10 Jun 2011 12:12:01 -0300, Tony Nelson wrote: So maybe I should have sent this question to the Spring list? If you're not using Tapestry-Hibernate this question went to the wrong list. :) All the same, does anyone have any insight into what I may have done wrong? Is your Op

Re: Tapestry Hibernate Sessions

2011-06-10 Thread Tony Nelson
On Jun 10, 2011, at 10:47 AM, Tony Nelson wrote: > Hi all, > > I'm in the process of rebuilding an app that was done in Tap3 (indeed!) in > Tap5. It's a small app, maybe a dozen pages used by my internal staff. This > is in preparation for rebuilding the entire front of a much larger app. B

Tapestry Hibernate Sessions

2011-06-10 Thread Tony Nelson
Hi all, I'm in the process of rebuilding an app that was done in Tap3 (indeed!) in Tap5. It's a small app, maybe a dozen pages used by my internal staff. This is in preparation for rebuilding the entire front of a much larger app. But that's a story for another day. Because I want to learn

Re: T5.2.5 Error uploading file using FORM with ID will generate NPE.

2011-06-10 Thread Thiago H. de Paula Figueiredo
On Fri, 10 Jun 2011 01:22:05 -0300, ael wrote: What do you mean i should use the Upload component? Oops, my mail reader somehow hadn't shown the Upload component being used, just an empty form. :P public class UploadExample { @Property

Re: Tapestry 5.1.10 Links in Chrome and IE9

2011-06-10 Thread Thiago H. de Paula Figueiredo
On Fri, 10 Jun 2011 04:31:00 -0300, Pups wrote: Hello. I use this encoding Hi! String encodedUrl = getRequestedUrl(); encodedUrl = java.net.URLEncoder.encode(encodedUrl, requestGlobals.getHTTPServletRequest().getCharacterEncoding()); return encodedUrl; You can @Inject HttpServletRequest d

Re: expansions and expresion language

2011-06-10 Thread Bob Harner
Bogdan (and everybody), We're working on improving Google's ability to search Tapestry docs. Meanwhile, http://tapestry.apache.org/search is by far the best place to start. Searching there for "expressions" brings up the right page as the very first result. Hope this helps next time... Bob Harne

Re: Issue in implementing multiple select dropdown twice in a form - RESOLVED

2011-06-10 Thread nazarhussain_s
Hi, I had declared two methods selectToppings , selectBreads with Request Cycle parameter passed twice. I combined those two into one method and set the values in that after which the app is running fine.seems as the request was stateless it forgot about the previous values - values of to

Re: Tapestry 5.1.10 Links in Chrome and IE9

2011-06-10 Thread Pups
Hello. I use this encoding String encodedUrl = getRequestedUrl(); encodedUrl = java.net.URLEncoder.encode(encodedUrl, requestGlobals.getHTTPServletRequest().getCharacterEncoding()); return encodedUrl; As I see in debug it is "UTF-8". -- View this message in context: http://tapestry.1045711.n5.