Re: Cannot clear validation errors when form onSuccess returns a StreamResponse
"Thiago H. de Paula Figueiredo" <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.user |
|---|---|
| Message-ID | <CAE_88GYj1BYDwan9zP5y=f7_=vUBxx04vyX0jp6+2o4qmJ6vpQ@mail.gmail.com> |
You could just have something like <t:if test="addJavascript">window.location = ...<script></script></t:if>. Pretty hacky, even working. On Mon, Sep 4, 2017 at 10:37 AM, Svein-Erik Løken <[email protected]> wrote: > Just curious: How can you return javascript code? / Without > javaScriptSupport? > > > -- Thiago