Tapestry4.
I want to wrap tapestry getting the request for a page and returning from
rendering the page with getting the hibernate session and setting up a
transaction and doing some logging...
I want to do this before I start to open up Spring in Action and integrate
Spring into my project (the
Thaks a lot Mark
Mark wrote:
Stephane Decleire wrote:
If i understand well your configuration file, you encapsulate the
Spring bean messageSource in the class
SpringMessageSourceBasedComponentMessagesSource managed by Hivemind.
So messageSource is defined as a classic Spring bean in your
Stephane Decleire wrote:
If i understand well your configuration file, you encapsulate the
Spring bean messageSource in the class
SpringMessageSourceBasedComponentMessagesSource managed by Hivemind.
So messageSource is defined as a classic Spring bean in your
contextApplication file.
Correct
If i understand well your configuration file, you encapsulate the Spring
bean messageSource in the class
SpringMessageSourceBasedComponentMessagesSource managed by Hivemind.
So messageSource is defined as a classic Spring bean in your
contextApplication file.
Is that correct ?
And how do you in
Are you using the tapestry-spring jar? I think that works for me, using
this syntax:
class="com.mark_arnold.util.web.tapestry.SpringMessageSourceBasedComponentMessagesSource">
value="spring:messageSource"/>
Hope this helps you...
M
I've tried to import my Spring bean User in Hivemind using
SpringLookupFactory without success.
Has anybody use this integration ? And could show me a sample of
hivemind configuration ?
Thanks in advance.
Stephane Decleire wrote:
Hi,
I need a User component in a Tapestry form like this :