It sounds like a bug to me. Can you file this in jira ?
On 5/27/06, Ted Steen <[EMAIL PROTECTED]> wrote:
When using @Persist and @InitialValue on the same property the value
is not persisted.
The only value returned from the property is the initial value.
It seems like that when the initial val
When using @Persist and @InitialValue on the same property the value
is not persisted.
The only value returned from the property is the initial value.
It seems like that when the initial value is set right before the page
is returned to the pool, the persistent value is also set to the
initial val
I would like to force my first page to be in a specified locale (say GERMAN).
How to do it?
I tried to override Engine and set the its locale to Locale.GERMAN in its
constructor. But if the first incoming request has a different locale (say
ENGLISH), then my setting gets ignored (overridden la
It's not that hard once you get going. For the most part the method binding
stuff is "magic". Ie, just define your methods and you can have them called
by binding the listener parameter on whatever component wants it. (Like
DirectLink or Form , etc..). Most often using something like
"listener="li
There may be something wrong with the maven2 repo (or how I did the sync),
I've brought it up with the maven devs so we should have it resolved pretty
quickly.
On 5/27/06, James Carman <[EMAIL PROTECTED]> wrote:
Put a dependency on hivemind-1.1.1
-Original Message-
From: Andy Pahne [m
Put a dependency on hivemind-1.1.1
-Original Message-
From: Andy Pahne [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 27, 2006 5:53 AM
To: Tapestry users
Subject: 4.0.2. deps in maven repository
I am trying wo build a web project with Tapestry 4.0.2. I'm using maven2
dependency managem
I am trying wo build a web project with Tapestry 4.0.2. I'm using maven2
dependency management.
If I define my deps like this, then erverything works fine:
tapestry
tapestry
4.0.1
tapestry
tapestry-annotations
All,
The Tapernate example application has been mavenized! It's still available
via SVN from my site:
www.carmanconsulting.com/svn/public/tapernate-example
I have set up a maven repository on my site also, so that's where it
downloads its dependencies (as does Tapernate).
James
---
Tapernate doesn't use Spring as the dependency injection container. It uses
the Spring tx-management stuff behind the scenes, though.
-Original Message-
From: Lutz Hühnken [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 27, 2006 9:08 AM
To: Tapestry users
Subject: Re: Hibernate persisted d
Mark,
I added "hibernate.connection.autocommit=true" to my
hibernate.properties and that fixed it...
hm. I don't know if that's a good idea. I'm not comfortable with
hibernate.properties in a Spring environment, anyway. Is it clear to
you in which order they are read? Will Spring configuratio
I get this exception when I try to send a mail with the service (just
like you do in your example)
I'm using javax.mail 1.4 and javax.activation 1.1 (as needed by javax.mail)
javax.naming.NoInitialContextException: Need to specify class name in
environment or system property, or as an applet par
Thanks for the comments.
Building components does indeed sound like the "proper" way to do it. And
creating components is not a difficult thing to do. But where can I find some
material on these "...Link" classes -- it would be good if there were some
explanation or even examples. The code is h
hi all
I have a query form and a contrib:Table in one page.
java:
@Persist("client")
@InitValue("new corner.sandbox.model.BlogEntity()")
public abstract BlogEntity getTestEntity();
public abstract void setTestEntity(BlogEntity entity);
page:
html:
http://www.actualis.com/tapestry/tapestry-email-0.1.0.zip
There is another thread with subject "tapestry email service" with
more information.
On 5/27/06, Ted Steen <[EMAIL PROTECTED]> wrote:
Hi,
I am interested, where can I download it?
2006/5/19, Henri Dupre <[EMAIL PROTECTED]>:
> I have
Hi,
I am interested, where can I download it?
2006/5/19, Henri Dupre <[EMAIL PROTECTED]>:
I have implemented an email service for tapestry 4. This service enables to
send by email html and text pages with a very simple interface.
To render a page, the service creates its own request cycle so it
15 matches
Mail list logo