What happend to org.apache.tapestry.annotations.Inject ?

2008-01-26 Thread spamglik
Hi I am upgrading from 5.0.5 and I do have some problems. What happend to org.apache.tapestry.annotations.Inject ? How to inject spring bean into the page? regards m -- View this message in context: http://www.nabble.com/What-happend-to-org.apache.tapestry.annotations.Inject---tp15109269p15109

Re: What happend to org.apache.tapestry.annotations.Inject ?

2008-01-26 Thread spamglik
.. Do You have any idea maybe what went wrong? regards m Marcus-11 wrote: > > Hi spamglik, > > org.apache.tapestry.*ioc*.annotations.Inject > > http://www.nabble.com/T5%3A-Upgrade-to-5.0.6-SNAPSHOT-tf4515211.html#a12878469 > > Marcus > > -- View this message

How to integrate Tapestry 5.0.9 with Spring

2008-01-26 Thread spamglik
Hi I had a working project in Tapestry 5.0.5 and when I upgrade to 5.0.7 or 5.0.9 it stops working. Also when I try new project from quickstart and tapestry-spring library's + change filter in web.xml it refuse to work too. Has anything changed in the way the Spring + Tapestry should be integrated

Re: How to integrate Tapestry 5.0.9 with Spring

2008-01-26 Thread spamglik
in version 5.0.6 or older? regards m spamglik wrote: > > Hi I had a working project in Tapestry 5.0.5 and when I upgrade to 5.0.7 > or 5.0.9 it stops working. Also when I try new project from quickstart and > tapestry-spring library's + change filter in web.xml it refuse t

Re: How to integrate Tapestry 5.0.9 with Spring

2008-01-26 Thread spamglik
ml > cheers > c)hristian > > > > spamglik wrote: >> >> I check in the sources the line that crash. >> >> logger = _loggerSource.getLogger(def.getLoggerName()); >> >> I have problem with Spring since Tapestry 5.0.6. This is the same version &

How to create Tapestry5 Ajax service?

2008-01-27 Thread spamglik
I need to have a page which instead of rendering it self returns JSON (or XML at least). I find something like AjaxFilter but do not know how to use it or even if this is the right way. Anybody has an idea? regards mat -- View this message in context: http://www.nabble.com/How-to-create-Tapest

BeanEditForm with custom drop down.

2008-09-18 Thread spamglik
Hi I would like to create dropdown for my own class and I find it a bit difficult. I find some howtos on http://wiki.apache.org/tapestry/Tapestry5HowToCreateAPropertyEditBlock but it is still a bit unclear as well the examples are no longer available. I am using BeanEditForm to display Task

PropertyEditContext is null

2008-09-25 Thread spamglik
Hi I am trying to create custom dropdown for beaneditutils and now stack with following problem I ve got : package {root}.pages; public class AppPropertyEditBlocks { @Environmental private PropertyEditContext context; and get : Render queue error in BeforeRenderTemplate[Ap

T5 + Acegi .. how to get user on Page?

2008-09-26 Thread spamglik
HI I have a problem accesing logged in user on a page. I tried to use ASO but have no idea how to create ASO in UserDetailService implementation. I saw some previous disscussions on forum but still it doesn't ring a bell. Maybe somebody have some example? or any tips? kind regards Mateusz -

Re: T5 + Acegi .. how to get user on Page?

2008-09-26 Thread spamglik
he user you just inject > the UserDetailsService into you component / page and use it to retrieve > whatever information you need. > > spamglik wrote: >> HI >> >> I have a problem accesing logged in user on a page. I tried to use ASO >> but >> have no idea