Wednesday, March 01, 2006 4:07 PM
To: Tapestry users
Subject: RE: Tapestry + Spring question
What I ended up doing is a hack...
The problem is that when the sub-class is being created (via Javassist), the
InjectObjectWorker injects the object through the constructor and adds a
simple getter me
jectObjectAnnotationWorker.html#line.35
>
>
>
> -Original Message-
> From: Todd Orr [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 01, 2006 3:33 PM
> To: Tapestry users
> Subject: Re: Tapestry + Spring question
>
> He's currently looking for approval
t; appreciated.
> >
> > Thanks,
> > Amir
> >
> > - Original Message
> > From: Todd Orr <[EMAIL PROTECTED]>
> > To: Tapestry users
> > Sent: Monday, February 20, 2006 11:05:59 PM
> > Subject: Re: Tapestry + Spring question
&g
ks,
> > Amir
> >
> > - Original Message
> > From: Todd Orr <[EMAIL PROTECTED]>
> > To: Tapestry users
> > Sent: Monday, February 20, 2006 11:05:59 PM
> > Subject: Re: Tapestry + Spring question
> >
> > A coworker had the same proble
; appreciated.
>
> Thanks,
> Amir
>
> - Original Message
> From: Todd Orr <[EMAIL PROTECTED]>
> To: Tapestry users
> Sent: Monday, February 20, 2006 11:05:59 PM
> Subject: Re: Tapestry + Spring question
>
> A coworker had the same problem. It seems that h
- Original Message
From: Todd Orr <[EMAIL PROTECTED]>
To: Tapestry users
Sent: Monday, February 20, 2006 11:05:59 PM
Subject: Re: Tapestry + Spring question
A coworker had the same problem. It seems that hivemind is also
caching or making singletons out of the beans returned from spri
ommand() even though it has singleton=false in spring
> configuration.
>
>
> - Original Message
> From: James Carman <[EMAIL PROTECTED]>
> To: Tapestry users
> Sent: Monday, February 20, 2006 4:36:18 PM
> Subject: RE: Tapestry + Spring question
>
> You ca
ct: RE: Tapestry + Spring question
You can make the bean a "prototype"
http://www.springframework.org/docs/reference/beans.html#beans-factory-modes
I believe Tapestry actually looks up the bean every time when you call
getLinkSearchCommand(). Try that.
-Original Message-
From: Amir
PROTECTED]
Sent: Monday, February 20, 2006 5:49 PM
To: tapestry-user@jakarta.apache.org
Subject: Tapestry + Spring question
Hi all,
I have a question on using Spring beans from tapestry pages. I am using
http://wiki.apache.org/jakarta-tapestry/Tapestry4Spring to integrate, and on
my Tapestry p
Hi all,
I have a question on using Spring beans from tapestry pages. I am using
http://wiki.apache.org/jakarta-tapestry/Tapestry4Spring to integrate, and on my
Tapestry page I have:
@InjectObject("spring:linkSearch")
public abstract ILinkSearch getLinkSearchCommand();
In my Spring conf
10 matches
Mail list logo