Re: [chenillekit-user] - Working with chenillekit and Tapestry 5.2

2011-04-27 Thread Greg Pagendam-Turner
Thanks Stefan, That fixed that issue. Now I'm getting: 2011-04-27 17:58:56.332::WARN: Failed startup of context JettyWebAppContext@ffce2f2@ffce2f2/liftyourgame,file:/C:/development/workspace/liftyourgame/src/main/webapp/,C:\development\workspace\liftyourgame\src\main\webapp

Re: beanModel.reorder does not work on multiple fields

2011-04-27 Thread Andreas Bohnert
Thank you! I did not know that java supports a variable argument list already. already ... I just remember that 20 years ago c++ was already able to deal with vargs :) Andreas Emmanuel DEMEY

Creating direct download links to files

2011-04-27 Thread Oliver Pelz
Hey all, For an external webservice which tries to access content of my webapp I need to generate direct download links to text files without streaming them. Links like : http://mywebapp/Downloads/Textfile.txt what is the best way to implement this in tapestry. All the solutions I tried had

Re: Creating direct download links to files

2011-04-27 Thread LLTYK
There's no difference between streaming and what you want. You're probably just missing a header or something. For example, 'Content-Disposition: attachment; filename=Textfile.txt' or such. -- View this message in context:

Re: Firefox 4 does not handle onSelectFrom...

2011-04-27 Thread AlbertoAlmagro
If somebody has the same problem as me, I solved it finally using CSS to create the background image instead of using a custom made image. Now it works in every browser including Firefox 4. Regards, Alberto Almagro Sotelo -- View this message in context:

Re: Java based spring configuration

2011-04-27 Thread thana
Its possibly using problem with Spring 3.1 M1., in tapestry (2.5.4, 2.5.5). I have tried with following in web.xml: listener listener-classorg.springframework.web.context.ContextLoaderListener/listener-class /listener context-param

Re: [chenillekit-user] - Working with chenillekit and Tapestry 5.2

2011-04-27 Thread Howard Lewis Ship
I think you are using an older version of tapx-core; I split off the Kaptcha support into tapx-kaptcha because of this conflict. On Wed, Apr 27, 2011 at 1:01 AM, Greg Pagendam-Turner g...@liftyourgame.com wrote: Thanks Stefan, That fixed that issue. Now I'm getting: 2011-04-27

Query string

2011-04-27 Thread Tim Koop
I have some third party code that calls one of my Tapestry pages, passing in some values in the query string. From in my Tapestry page (the Java class), how can I retrieve this query string? Thanks. -- Tim Koop t...@timkoop.com mailto:t...@timkoop.com www.timkoop.com http://www.timkoop.com

Re: Query string

2011-04-27 Thread Sven Homburg
@Inject private Request request; somewhere in the page code String parameter = request.getParameter(parameter-name); with regards Sven Homburg Founder of the Chenille Kit Project http://chenillekit.codehaus.org 2011/4/27 Tim Koop t...@timkoop.com: I have some third party code

Re: Query string

2011-04-27 Thread Josh Canfield
@ActivationRequestParameter It's not easy to find on the docs... On Wed, Apr 27, 2011 at 11:30 AM, Tim Koop t...@timkoop.com wrote: I have some third party code that calls one of my Tapestry pages, passing in some values in the query string.  From in my Tapestry page (the Java class), how can

Re: Query string

2011-04-27 Thread Mark
On Wed, Apr 27, 2011 at 1:30 PM, Tim Koop t...@timkoop.com wrote: I have some third party code that calls one of my Tapestry pages, passing in some values in the query string. From in my Tapestry page (the Java class), how can I retrieve this query string? Lets say you have something like:

Re: Query string

2011-04-27 Thread Mark
On Wed, Apr 27, 2011 at 2:29 PM, Mark mark-li...@xeric.net wrote: On Wed, Apr 27, 2011 at 1:30 PM, Tim Koop t...@timkoop.com wrote: I have some third party code that calls one of my Tapestry pages, passing in some values in the query string. From in my Tapestry page (the Java class), how

Re: [chenillekit-user] - Working with chenillekit and Tapestry 5.2

2011-04-27 Thread Greg Pagendam-Turner
Thanks Howard, What version of Tapx should I be using? Currently I'm using 1.1-SNAPSHOT Regards, Greg On 28/04/2011 3:02 AM, Howard Lewis Ship wrote: I think you are using an older version of tapx-core; I split off the Kaptcha support into tapx-kaptcha because of this conflict. On Wed,

RE: Prototype - IE9 update?

2011-04-27 Thread Staton, Brandon
Hi, I believe that you added the constant SCRIPTACULOUS to SymbolConstants in 5.2 - we're on 5.1.0.5 - any thoughts to inject this? Brandon Staton | Technical Project Manager | RegEd | 919.653.5259 | www.reged.com -Original Message- From: Howard Lewis Ship [mailto:hls...@gmail.com]

T5: @PageReset called on page refresh

2011-04-27 Thread Adam Zimowski
Hi My understanding is that pageReset lifecycle method introduced in 5.2 should only be called when page is left and returned from another page. Per Howard from http://markmail.org/message/67dbxuwf3rw3naja#query:+page:1+mid:67dbxuwf3rw3naja+state:results When a page is first accessed (from