Re: Orchestra integration with legacy Hibernate 2 app

2007-09-08 Thread Mario Ivankovits
Well, i haven't done it yet, but I am pretty sure there is a way. Please send over a small app (including libs) with your setup so I can have a look at it. Thanks. Mario -Original Message- From: William H. Mitchell [EMAIL PROTECTED] Date: Saturday, Sep 8, 2007 5:49 am Subject: Re:

Re: [Tobago] Target-attribute not working on javascript-submit

2007-09-08 Thread Bernd Bohmann
Hello Adam, Tobago.submitAction has following signature Tobago.submitAction(actionId, transition, target) But you may try the action facet of page. In the current snapshot the target and transition attribute are supported, too. tc:page f:facet name=action tc:link action=.. target=..

Managed Data Transfer Objects?

2007-09-08 Thread upandgone
I am thinking about a way on how to transfer data objects across several managed-beans. Say I have two wizard pages, each having managed beans as their controller. Now both want to modify a DTO that comes from the business layer. Now how do you pass the modified DTO from the first backing bean

Re: Orchestra integration with legacy Hibernate 2 app

2007-09-08 Thread Mario Ivankovits
Hi! I made my simple test app work by stripping out all the JPA stuff I had, both in the code and the applicationContext.xml, and then using Spring to inject the DAO with a LocalSessionFactoryBean. Is that the right way to approach it? (Or is that a naive solution, with lurking problems?)

Display a page in between the normal navigation

2007-09-08 Thread venu59
Hi, I have two pages - page1.jsp and page2.jsp. I have configured the navigation rule in my faces-config in such a way that success outcome from doMyAction() action-method will take the user to the home page. My requirement is that I need to display a page dynamically in between these two pages

Re: Managed Data Transfer Objects?

2007-09-08 Thread simon
On Sat, 2007-09-08 at 15:01 +0200, [EMAIL PROTECTED] wrote: I am thinking about a way on how to transfer data objects across several managed-beans. Say I have two wizard pages, each having managed beans as their controller. Now both want to modify a DTO that comes from the business layer. Now

Re: Orchestra integration with legacy Hibernate 2 app

2007-09-08 Thread William H. Mitchell
At 06:52 AM 9/8/2007, Mario wrote: whm wrote: Right away I noticed that there's no SessionHolder in Spring's Hibernate 3 support. I see some things further down that may be a problem, too, but my understanding of the machinery is tenuous at best. I've found a SessionHolder in my spring-2.0.6

Where is myfaces-1.2.0-examples.zip?

2007-09-08 Thread Ole Ersoy
Hi, Does anyone know whether there is a myfaces-1.2.0-examples.zip anywhere? Here: http://myfaces.apache.org/gettingstarted.html it says that there's one here: http://myfaces.apache.org/download.html Maybe the myfaces-1.2.0-examples is really referring to the tomahawk examples? Thanks, -