"Jan Fryblik"

2013-05-21 Thread Jeshurun Daniel
Not sure if this helps you, but here is how I have it in one of my pages for a slider with min and max:     @OnEvent(value=EventConstants.ACTION, component="sliderRangeZone")     Object updateRange() {         min= Integer.parseInt(request.getParameter("min"));         max= Integer.parseInt(reque

Re: date field as 3 drop down fields

2013-04-16 Thread Jeshurun Daniel
One more time with the links http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/Date-Field-with-day-month-year-and-datepicker-component-td4618810.html http://blog.jeshurun.ca/technology/tapestry-5-datefield-as-3-select-dropdowns From: Jeshurun

Re: date field as 3 drop down fields

2013-04-16 Thread Jeshurun Daniel
I had the same requirement today and found a version here in the mailing lists, but had some problems with it when used inside a loop. So I rolled my own and posted the code here. It hasn't been tested thoroughly, please feel free to suggest improvements to the code. ___

Re: Boolean Property Expression

2012-04-05 Thread jeshurun
Has there been any updates on this? I noticed that this still exists on 5.3. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Boolean-Property-Expression-tp2424958p5621510.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: Chenillekit Editor component doesn't work after upgrading from 5.1.0.5 to 5.1.0.8-SNAPSHOT

2011-05-08 Thread Jeshurun Daniel
sure what else is broken at this point, as I am yet to do my full test. Anyways, thanks to anyone who looked at this. --- On Sun, 5/8/11, Jeshurun Daniel wrote: From: Jeshurun Daniel Subject: Chenillekit Editor component doesn't work after upgrading from 5.1.0.5 to 5.1.0.8-SNAPSHOT

Chenillekit Editor component doesn't work after upgrading from 5.1.0.5 to 5.1.0.8-SNAPSHOT

2011-05-08 Thread Jeshurun Daniel
iated! Thanks, Jeshurun

Re: Tapestry in Action - Manning MEAP deal of the day

2011-03-26 Thread Jeshurun Daniel
This doesn't cover the latest version of Tapestry, does it? If it does, I would gladly pay full price for it :) --- On Sat, 3/26/11, Alex Kotchnev wrote: From: Alex Kotchnev Subject: Tapestry in Action - Manning MEAP deal of the day To: "Tapestry users" Received: Saturday, March 26, 2011, 9:2

Re: Form elements inside a zone inside a form

2010-11-12 Thread Jeshurun Daniel
he time to read this. - Jeshurun - Original Message ----- From: Jeshurun Daniel To: users@tapestry.apache.org Sent: Thu, 11 Nov 2010 23:47:21 -0600 (CST) Subject: Form elements inside a zone inside a form This is the two year anniversary of the following threadhttp://tapestry.1045711.n5.nab

Re: Component parameters-unintended persistent binding

2010-10-20 Thread Jeshurun Daniel
Yes Josh, I believe Tapestry sends back the index page instead of a 404 error, so for all four images it must have sent back the index page, which explains the queries, once for each image.  Thanks to everyone who looked into this!Jeshurun --- On Tue, 10/19/10, Josh Canfield wrote: From: Josh

Re: Component parameters-unintended persistent binding

2010-10-18 Thread Jeshurun Daniel
ere? I'm just lost. I'm using Hibernate with Spring, not tapestry-hibernate as I need access to multiple databases. Thanks, Jeshurun On Mon, 2010-10-18 at 16:20 -0600, Jeshurun Daniel wrote: > Hi Howard, > > Thanks for the quick reply, I really need help with this. > > I

Re: Component parameters-unintended persistent binding

2010-10-18 Thread Jeshurun Daniel
ng, but in either case, any pointers on how I can get around this is appreciated. Thanks in advance, Jeshurun

Component parameters-unintended persistent binding

2010-10-18 Thread Jeshurun Daniel
the parameters as property bindings instead of literals, with no luck. I still don't completely understand the page / component life cycle and so this is a little confusing to me. If anyone could give me any pointers I would greatly appreciate it. Thanks in advance,Jeshurun

Re: Thanks for making my life hell!

2010-10-18 Thread Jeshurun Daniel
@OriginalPoster The only way Tapestry sucks compared to the other frameworks you have listed is if you are paid by the hour. nuf said. --- On Sun, 10/17/10, ael wrote: From: ael Subject: Re: Thanks for making my life hell! To: users@tapestry.apache.org Received: Sunday, October 17, 2010, 12:37

Re: @Transactional annotation driven transactions in injected services - Proxy not created

2010-10-07 Thread Jeshurun Daniel
I never could get working, however i settled for this alternative which still allows me to define annotation driven transactions by dropping these bean definitions in my context.xml as described here. Thanks,Jeshurun --- On Thu, 10/7/10, Thiago H. de Paula Figueiredo

Re: @Transactional annotation driven transactions in injected services - Proxy not created

2010-10-07 Thread Jeshurun Daniel
ith it? Do i have to set the tapestry.use-external-spring-context to true?  I'm going to start a clean project and try it again. Maybe it is something in my project configuration. I'll let you know how it goes. Thanks,Jeshurun --- On Thu, 10/7/10, Thiago H. de Paula Figueiredo wrote

Re: @Transactional annotation driven transactions in injected services - Proxy not created

2010-10-07 Thread Jeshurun Daniel
ng if it had something to do with the way I was injecting the service into my page class, or the way Spring's applicationcontext is created in Tapestry (maybe it needs additional configuration to support annotation-driven transactions), which is why I posted it here. Thanks again,Jeshurun ---

@Transactional annotation driven transactions in injected services - Proxy not created

2010-10-07 Thread Jeshurun Daniel
ontext is created? Or is there something that I'm just doing wrong? Declaring them in XML is fine, except that it gets cluttered quickly and is less readable. If anyone has any experience with this, or has any suggestions for me I would really appreciate it. Thanks,Jeshurun

Re: Injecting Tapestry Services into Spring beans

2010-10-07 Thread Jeshurun Daniel
you would do that in production), the session object disappears even though Spring security still says the user is logged in. I haven't found a way around this yet. I hope this helps. Thanks,Jeshurun --- On Wed, 10/6/10, Kai Weber wrote: From: Kai Weber Subject: Re: Injecting Ta

Re: Injecting Tapestry Services into Spring beans

2010-10-05 Thread Jeshurun Daniel
Ok please ignore that it was just me being stupid. I got it working now. Thanks. --- On Tue, 10/5/10, Jeshurun Daniel wrote: From: Jeshurun Daniel Subject: Injecting Tapestry Services into Spring beans To: "Tapestry users" Received: Tuesday, October 5, 2010, 1:25 PM Would some

Injecting Tapestry Services into Spring beans

2010-10-05 Thread Jeshurun Daniel
Would someone please enlighten me on how to achieve this? Tapestry 5.1 release notes state that "Tapestry Services can now be injected into Spring Beans, when using the Tapestry/Spring integration library." Integration of spring beans into tapestry pages works fine, but injecting Tapestry servic

Injecting Spring ApplicationContext into Service method

2010-10-02 Thread Jeshurun Daniel
ValidationMessagesSource: DEFINED ValueEncoderSource: DEFINED VirtualAssetStreamer: DEFINED Any help is appreciated. Thanks,Jeshurun

Re: Emailing Application Errors

2010-04-26 Thread Jeshurun Daniel
Thanks that worked! --- On Mon, 4/26/10, Thiago H. de Paula Figueiredo wrote: From: Thiago H. de Paula Figueiredo Subject: Re: Emailing Application Errors To: "Tapestry users" Received: Monday, April 26, 2010, 12:44 PM On Mon, 26 Apr 2010 14:38:33 -0300, Jeshurun Daniel wrote: &g

Re: Emailing Application Errors

2010-04-26 Thread Jeshurun Daniel
could configure log4j to email you everything above a certain threshhold, etc. Michael On Mon, Apr 26, 2010 at 1:38 PM, Jeshurun Daniel wrote: > Is there a way to configure Tapestry to automatically email error reports > when an application error occurs? I used python's django framework

Emailing Application Errors

2010-04-26 Thread Jeshurun Daniel
uch a configuration possible in tapestry? Or can it be achieved by configuring Log4j? I'm sorry if I am being noobish here, I'm new to tapestry and any help would be appreciated.  Thanks, Jeshurun