, Joost Schouten (mailing lists) <
joost...@jsportal.com> wrote:
> as per:
> http://tapestry.formos.com/nightly/tapx/tapx-datefield/
>
> tapx-datefield is built for use with Tapestry 5.1 and higher.
>
> cheers,
> Joost
>
> On Tue, May 26, 2009 at 11:42 AM,
Hi All,
I am having a problem trying to add the tapx-datefield artifact a Tapestry
5.0.18 project. More specifically, I have added the following to my
pom.xml:
com.formos.tapestry
tapx-datefield
1.0.0-SNAPSHOT
Maven fails while trying to resolve a tapestry360-project dependency, for
wh
ou dynamically add some Javascript based on user input (using a
> Mixin for example) you should make sure that the user input cannot
> 'escape' the quotes of your Javascript code because that would create a
> possible XSS vulnerability.
>
> Martijn
>
> On Thu, 2008-
Hello Howard,
Does Tapestry provide any way to do this on input, even if it is just for
all form data that is submitted? Perhaps being able to wire an interceptor
of some form in?
Thanks,
Eric
On Thu, Aug 21, 2008 at 11:57 AM, Eric Rogers <[EMAIL PROTECTED]> wrote:
> Hel
ltered; the key HTML entities, "<", "&" and ">", are converted to
> proper entities: "<", etc.
>
> On Tue, Aug 19, 2008 at 11:11 AM, Eric Rogers <[EMAIL PROTECTED]>
> wrote:
> > Hello All,
> >
> > I am using Tapes
Hello All,
I am using Tapestry 5.0.14 and am looking to filter input in my Tapestry
application for characters related to cross-site scripting. Some input is
from regular form submission, while other input is received using AJAX event
listeners and JSON. I realize that one can use a custom trans
> > Thought not exactly what you asked, in Tapestry 4 I use to do this by
> > adding
> > JavaScript code to a Block or Component's html scope, so when it is
> > updated
> > via AJAX the code runs and may call other functions already loaded in the
> >
Hello All,
Using Tapestry 5.0.13.
I have a form, which has a corresponding zone to update when it is
submitted. I am returning a block from the action handler for the form
submission to update the content of the zone with. This works as expected.
However, I am wondering if Tapestry has a built-
5.0.12 Snapshot
If I have a page containing a form and an associated zone component to
update, everything works as expected. However, when I add validation to a
field on the form, the submission for the form is treated as regular
submission, and not one handled through AJAX. More specifically, l