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
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
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.
___
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
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
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
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
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&
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
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
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
@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
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
:
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
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
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
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
---
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
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
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
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
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
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
23 matches
Mail list logo