"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: 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
Hi Everyone, I recently upgraded an application from Tapestry version 5.1.0.5 to 5.1.0.8, primarily to address a bug with the ajax form loop. But ever since the upgrade, chenillekit's editor component has stopped working. At the place where the component is rendered (via an iframe) is a Tomcat

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
Canfield Subject: Re: Component parameters-unintended persistent binding To: "Tapestry users" Received: Tuesday, October 19, 2010, 8:06 AM You were probably hitting the page url for every image with the image path as context to the page. On 18 Oct 2010 23:41, "Jeshurun Daniel&

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
Hi Howard, Thanks for the quick reply, I really need help with this. I have three page classes, Index, Page1 and Page2 Template for Index: Template for Page1: Template for Page2: I have three components, a layout component, a menu component and a page component. This is the source for the

Component parameters-unintended persistent binding

2010-10-18 Thread Jeshurun Daniel
Hi everyone, This is a really strange problem I'm having with component parameters and I've spent a whole day on this and I'm still clueless. I have three components, a custom layout component, a menu component and a breadcrumb component. The menu and breadcrumb components are contained within

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
wrote: From: Thiago H. de Paula Figueiredo Subject: Re: @Transactional annotation driven transactions in injected services - Proxy not created To: "Tapestry users" Received: Thursday, October 7, 2010, 2:21 PM On Thu, 07 Oct 2010 16:15:17 -0300, Jeshurun Daniel wrote: >>  Hi

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

2010-10-07 Thread Jeshurun Daniel
: From: Thiago H. de Paula Figueiredo Subject: Re: @Transactional annotation driven transactions in injected services - Proxy not created To: "Tapestry users" Received: Thursday, October 7, 2010, 1:53 PM On Thu, 07 Oct 2010 15:34:36 -0300, Jeshurun Daniel wrote: > Hi Thiago, H

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

2010-10-07 Thread Jeshurun Daniel
On Thu, 10/7/10, Thiago H. de Paula Figueiredo wrote: From: Thiago H. de Paula Figueiredo Subject: Re: @Transactional annotation driven transactions in injected services - Proxy not created To: "Tapestry users" Received: Thursday, October 7, 2010, 1:10 PM On Thu, 07 Oct 2010 15:0

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

2010-10-07 Thread Jeshurun Daniel
Hello everyone, I'm using Spring's OpenSessionInViewFilter to allow lazy loading of Hibernate domain objects in my page class. Now the filter opens sessions are read only, and when I have to save something in my service bean, i get a "Write operations are not allowed in read-only mode (FlushMode

Re: Injecting Tapestry Services into Spring beans

2010-10-07 Thread Jeshurun Daniel
pestry Services into Spring beans To: users@tapestry.apache.org Received: Wednesday, October 6, 2010, 9:59 AM * Jeshurun Daniel : > Ok please ignore that it was just me being stupid. I got it working > now. Thanks. Could you tell us, what you had to do to got it working? Kai ---

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
Hello Everyone, I haven't used T5 for very long but I think I'm missing something fairly obvious here. I'm trying to inject the Spring ApplicationContext into a service method. But I only get a NPE. However, when I inject a bean configured in Spring's applicaitonContext.xml, it gets injected fin

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
Is there a way to configure Tapestry to automatically email error reports when an application error occurs? I used python's django framework previously and it can be configured to automatically email errors to predefined email addresses, and it comes in handy to fixing bugs quickly. Is such a co