Re: Autocompleter probs

2007-03-18 Thread Andrea Chiumenti
Jesse, it seems the same problem I've encoutered during the JFlyEditTable development. Yiannis' page should work even is he writes another widget component inside the form. Infact the problem should solve also whit this code inside the form. .page .html .script tapestry.

T4.1 focus=true for Forms, Change Request

2007-03-18 Thread Manri Offermann
Hi, I think it is a great idea to have focus on a form element, when the page loads. But in some cases (or in our case), where the request is dynamic (AJAX request) and I am updating an area, my form gets focused, where I would rather not have focus on my form. At the moment I added: value="

Throwing a RedirectException to an ExternalLink inside a component

2007-03-18 Thread Daniel Leffel
Hi all, I'm sorry for the dumb question. I've just started trying to kick my component development into high gear. I have a search box component in the header component of my project. I am using ExternalLink for SEO purposes and I can't figure out how to render the ExternalLink. I've resorted to

Re: Autocompleter probs

2007-03-18 Thread Jesse Kuhnert
Are you using the latest version - 4.1.2-SNAPSHOT ? There was an issue found previously by someone else with nesting widgets within widgets. If you want a good starting point the timetracker has two autocompleters on one page, the normal one people are used to seeing and the second one nested wit

Tapestry 4.x annotations on JDK 1.4 with retrotranslator

2007-03-18 Thread Hugo Palma
I was wondering if there is any user experiences with using this configuration. I'm going to evaluate it myself but i'm very interested in knowing any war stories out there. Thanks, Hugo

Re: T5 Assets from property

2007-03-18 Thread Howard Lewis Ship
You'll need to inject the AssetSource service and work from there. On 3/18/07, Peter Beshai <[EMAIL PROTECTED]> wrote: I was wondering how you can inject an asset with the path being a property of an object. For instance, if you have an object obj with a path property, something like: private M

T5 Assets from property

2007-03-18 Thread Peter Beshai
I was wondering how you can inject an asset with the path being a property of an object. For instance, if you have an object obj with a path property, something like: private MyObject obj; @Inject("context:${obj.path}") private Asset path; Of course this won't work since the ${} will look for c

Re: JBoss dependency causes ClassCastException

2007-03-18 Thread Jesse Kuhnert
OhhSorry my confusion then. It is for 4.1.2 . On 3/18/07, Marcel Schepers <[EMAIL PROTECTED]> wrote: I'm sorry, but is not, at least not in the standard 4.1.1 version downloaded from the central Maven repository. On 3/18/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > > It is. > > On 3/18/07

Re: JBoss dependency causes ClassCastException

2007-03-18 Thread Marcel Schepers
I'm sorry, but is not, at least not in the standard 4.1.1 version downloaded from the central Maven repository. On 3/18/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: It is. On 3/18/07, James Carman <[EMAIL PROTECTED]> wrote: > The dependency should be declared as provided in > tapestry-contrib'

Re: JBoss dependency causes ClassCastException

2007-03-18 Thread Jesse Kuhnert
It is. On 3/18/07, James Carman <[EMAIL PROTECTED]> wrote: The dependency should be declared as provided in tapestry-contrib's pom.xml flie. On 3/18/07, Andreas Andreou <[EMAIL PROTECTED]> wrote: > > in your pom, where you define the dependency to tapestry-contrib, > have it exclude jboss-j2ee

Re: JBoss dependency causes ClassCastException

2007-03-18 Thread James Carman
The dependency should be declared as provided in tapestry-contrib's pom.xml flie. On 3/18/07, Andreas Andreou <[EMAIL PROTECTED]> wrote: in your pom, where you define the dependency to tapestry-contrib, have it exclude jboss-j2ee On 3/18/07, Marcel Schepers <[EMAIL PROTECTED]> wrote: > > Hello

Re: Cant Checkout tapestry-spring project

2007-03-18 Thread James Carman
I would definitely agree with that! JavaForge is really getting on my nerves. I may just host it on my server so I don't have to worry about it. :-) On 3/18/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: You could always just move it to google code svn servers or "honeycomb" on sf.net. (http:/

Re: JBoss dependency causes ClassCastException

2007-03-18 Thread Andreas Andreou
in your pom, where you define the dependency to tapestry-contrib, have it exclude jboss-j2ee On 3/18/07, Marcel Schepers <[EMAIL PROTECTED]> wrote: Hello, Last week I switched from version 4.0.2 to version 4.1.1. At first sight the upgrade went very smooth, Maven downloaded all dependencies an

JBoss dependency causes ClassCastException

2007-03-18 Thread Marcel Schepers
Hello, Last week I switched from version 4.0.2 to version 4.1.1. At first sight the upgrade went very smooth, Maven downloaded all dependencies and Maven's jetty:run worked like a charm. The moment I deployed my code on Jetty 6.1.0a ClassCastException in one of my servlet filters popped up. This

Re: t5.0.3

2007-03-18 Thread Davor Hrg
they are removed and replaced by conventions, most of the code will work if you just remove the lines... contribute method must be named: contributeClassNameWithoutPackage that's af far as I can tell you, others have more insight in this change cheers. Davor Hrg On 3/18/07, sun58224 <[EMA

Re: Cant Checkout tapestry-spring project

2007-03-18 Thread Jesse Kuhnert
You could always just move it to google code svn servers or "honeycomb" on sf.net. (http://sourceforge.net/projects/honeycomb) Even if you only used them for svn and still kept your http sitesIt's looking a little ridiculous sometimes with no one knowing how to get to things all the time..(imh

Re: Tapestry sub-projects / related projects

2007-03-18 Thread Jesse Kuhnert
Will do.. Hopefully it is happening monday according to what Viktor told me. On 3/18/07, Jérôme BERNARD <[EMAIL PROTECTED]> wrote: Let me know how this process evolves/resolves so that I can contribute the tapestry-jini integration into a T5 "zone". Thanks, Jérôme. On 3/16/07, Andreas Andreou

Re: Cant Checkout tapestry-spring project

2007-03-18 Thread James Carman
Someone must have changed the anonymous user's password again. This happened once before. It took me forever to find an email address to notify. Anyone have an idea? On 3/17/07, Phillip Rhodes <[EMAIL PROTECTED]> wrote: James, I was about to post a message to post a message about this very s

Re: Tapestry sub-projects / related projects

2007-03-18 Thread Jérôme BERNARD
Let me know how this process evolves/resolves so that I can contribute the tapestry-jini integration into a T5 "zone". Thanks, Jérôme. On 3/16/07, Andreas Andreou <[EMAIL PROTECTED]> wrote: Yep, that's what'll happen if viktor doesn't comment / agree on the idea. On 3/16/07, Jesse Kuhnert <[EM

RE: Autocompleter probs

2007-03-18 Thread Yiannis Mavroukakis
Yep another autocomp outside the flow (but still inside the @Form) works fine. -Original Message- From: Andrea Chiumenti [mailto:[EMAIL PROTECTED] Sent: 18 March 2007 08:29 To: Tapestry users Subject: Re: Autocompleter probs ah ok. Try (an experiment), to put another autocompleter ou

Re: Autocompleter probs

2007-03-18 Thread Andrea Chiumenti
ah ok. Try (an experiment), to put another autocompleter outside and before the conditonal flow (I know that it's not what you are looking for but I have to know if it works). On 3/18/07, Yiannis Mavroukakis <[EMAIL PROTECTED]> wrote: Hmm nope..I still get DEBUG: [SyntaxError: syntax error,