Re: @[EMAIL PROTECTED] not working as expected

2006-05-27 Thread Jesse Kuhnert
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

@[EMAIL PROTECTED] not working as expected

2006-05-27 Thread Ted Steen
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

how to force initial Locale

2006-05-27 Thread Bondarenko, Oleg
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

Re: subclass or bean?

2006-05-27 Thread Jesse Kuhnert
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

Re: 4.0.2. deps in maven repository

2006-05-27 Thread Jesse Kuhnert
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

RE: 4.0.2. deps in maven repository

2006-05-27 Thread James Carman
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

4.0.2. deps in maven repository

2006-05-27 Thread Andy Pahne
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

Tapernate Example Mavenized...

2006-05-27 Thread James Carman
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 ---

RE: Hibernate persisted data never makes it to DB

2006-05-27 Thread James Carman
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

Re: Hibernate persisted data never makes it to DB

2006-05-27 Thread Lutz Hühnken
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

Re: tapestry email service

2006-05-27 Thread Ted Steen
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

RE: subclass or bean?

2006-05-27 Thread Willem van Asperen
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

@Persist never works for Serializable.

2006-05-27 Thread Jun Tsai
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:

Re: package a hivemind service in a jar? (email service for T4)

2006-05-27 Thread Marcus Matèrn
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

Re: package a hivemind service in a jar? (email service for T4)

2006-05-27 Thread Ted Steen
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