Hi Stephen,
You can try something like this:-
@Inject
private AjaxResponseRenderer ajaxResponseRenderer;
ajaxResponseRenderer.addRender("YOUR ZONE");
ajaxResponseRenderer.addCallback(new JavaScriptCallback() {
@Override
public void run(JavaScriptSupport javascriptSupport) {
I tried adding this to the DateTimeField without much luck:
@AfterRender
void afterRender(){
javascriptSupport.require("datetimefield");
}
I don't think this has any effect since the js is already loaded once,
and i'm not 100% certain that this is the problem either.
On 4 May 2015 at 00:35,
Hi,
I have a quick question (and this isn't anything to do with your code,
which is fantastic) - it's more to do with how Tapestry handles an
AjaxFormLoop.
I have this component inside an ajax form loop. When I add a new row,
it will add in a new component (of type DateTimeField).
However, altho
Hey tapestry users,
I need to retrieve in a service a configuration in a tree structure. I'd
like to add a new service configuration type in order to achieve this.
Is it possible ?
I could have a workaround by having each contributed element stating their
parent and build the tree in my service
Hi Dimitris,
That's extremely kind and generous of you, thank you! I owe you a few
beers, if you happen to have a paypal address hooked up to your email
account I can send you a little something (Not much as I'm currently a
student myself, but just to buy yourself a few beers on me).
Cheers,
Stev