Re: Tapestry with Spring

2012-04-15 Thread arterzatij
Thanks Jonathan, I´ll test it 2012/4/14 Jonathan Barker [via Tapestry] < ml-node+s1045711n5641422...@n5.nabble.com> > If you are injecting into a service (and not a page) then you want to > have a service constructor that takes a LoginService parameter. The > injection style you have used

Re: Serving images outisde of war in tapestry

2012-04-15 Thread bhorvat
How good does your model behave seeing how you are using the page to redirect the output of an image, right? Are you working with a lot of images or a few? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Serving-images-outisde-of-war-in-tapestry-tp5637138p5642368.html Sent

Re: Not serializable: org.apache.tapestry5.tree.TreeExpansionModel

2012-04-15 Thread Felix Gonschorek
Am 15.04.2012 04:25, schrieb Kalle Korhonen: > Sounds reasonable to me, please open a jira. https://issues.apache.org/jira/browse/TAP5-1905 -- Netzgut Unternehmergesellschaft (haftungsbeschränkt) Kirchstr. 18 69115 Heidelberg Telefon: +49 6221 39298 51 Telefax: +49 6221 39298 59 E-Mail: fe..

Re: Not serializable: org.apache.tapestry5.tree.TreeExpansionModel

2012-04-15 Thread Felix Gonschorek
Am 15.04.2012 14:23, schrieb Felix Gonschorek: > i will try to fix this issue for me and implement a tree expansion model > that extends the default expansion model and adds a serializable > interface. will get back to the list with results. confirmed: it works. example serializable model: import

Re: Not serializable: org.apache.tapestry5.tree.TreeExpansionModel

2012-04-15 Thread Felix Gonschorek
Am 15.04.2012 13:52, schrieb Thiago H. de Paula Figueiredo: > Why are you persisting TreeExpansionModels in the session? I'd avoid that. hi thiago, it's not me persisting the model ;-) - it's the Tree component: org.apache.tapestry5.corelib.components.Tree, Line 113: @Persist private Tr

Re: Serving images outisde of war in tapestry

2012-04-15 Thread Beat Durrer
Hi Boris. I do not use asset domains, but a spezialized page that transforms my parameters into a filelocation (because it's also dependent on user roles and such). Page classes may return an Stream instead of rendering a page template. And of course a stream may contain anything. We use a file r

Re: Uploading Images!

2012-04-15 Thread loshmeey
It works! :), thank you very much! -- View this message in context: http://tapestry.1045711.n5.nabble.com/Uploading-Images-tp5639019p5641747.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe