RE: Tapestry + Spring question

2006-03-01 Thread James Carman
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

RE: Tapestry + Spring question

2006-03-01 Thread amirsguard-tapestry
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

RE: Tapestry + Spring question

2006-03-01 Thread James Carman
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

Re: Tapestry + Spring question

2006-03-01 Thread Todd Orr
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

Re: Tapestry + Spring question

2006-02-21 Thread Cliff Zhao
; 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

Re: Tapestry + Spring question

2006-02-21 Thread amirsguard-tapestry
- 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

Re: Tapestry + Spring question

2006-02-20 Thread Todd Orr
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

Re: Tapestry + Spring question

2006-02-20 Thread amirsguard-tapestry
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

RE: Tapestry + Spring question

2006-02-20 Thread James Carman
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

Tapestry + Spring question

2006-02-20 Thread Amir Sheibani
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