MaskEdit problems (Tap4 rc3)

2006-01-03 Thread Nicholoz Koka Kiknadze
Hi, Does anyone have contrib:MaskEdit working? I get org.apache.tapestry.BindingException which states: binding: ExpressionBinding[Entrant/MaskEdit MaskEdit.script] location: classpath:/org/apache/tapestry/contrib/form/MaskEdit.jwc, line 43, column 53 38 39 40 41 42 43 44 45 46 and stac

injecting spring object into engineservice

2005-12-07 Thread Nicholoz Koka Kiknadze
Hi, I have my database access configured using Spring and I inject relevant spring:objects into Tapestry pages. Now I have also a custom EngineService which I succeeded to instantiate using hivemind.xml quite blindly - looking at/copying from examples. The problem is that I need spring object to be

Re: Transaction handling. Where?

2005-09-07 Thread Nicholoz Koka Kiknadze
>and I'm not sure to understand the rewind issue... Not sure what do you mean by that, but > with ... new Tapestry 4 engine interface, I believe there could be a "transparent" solution for > managing the sessions exactly that made me to start this thread (though about transaction, not session, i

Re: render time element removal question

2005-09-02 Thread Nicholoz Koka Kiknadze
It's rather a question as I'm yet not quite at home with Tapestry insides, but... Is not it possible to use some kind of custom renderer that will be doing all those security checks? It would have been the first thing I'd have started digging into.