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
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
>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
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.