Hi All,
I used to be able to pass enums directly as context for eventlinks and forms.
Now I get runtime exceptions whenever I click on a link or submit a form that
contains such context.
Caused by: org.apache.tapestry5.ioc.util.UnknownValueException: Input 'Test'
does not identify a value fr
Hi,
I have a form with a textfield.
http://tapestry.apache.org/schema/tapestry_5_4.xsd";
xmlns:p="tapestry:parameter">
When I try to access the page I get the following error in console.js:
'requiredModules' is null or not an object (line 111)
After that error, Tape
Hi Serge,
Sorry, I already know how to bind a mixin to a field.
Anyone else?
Thanks
Alexis
> Date: Fri, 2 Aug 2013 07:43:50 -0700
> From: sd...@hotmail.com
> To: users@tapestry.apache.org
> Subject: RE: Tapestry 5.4 - Question about Autocomplete
>
> See Tapestry-core integration tests here:
>
i.js which is included by Tapestry-jQuery.
>
> BTW there is an 5.4-alpha branch in tapestry-jquery but I am not sure about
> its status.
>
> regards
> Taha
>
>
>
> On 02-Aug-2013, at 12:24 PM, Alex Pasialis wrote:
>
> > Hi,
> >
> >
Hi,
I have upgraded to Tapestry 5.4 and I have a problem extending the Autocomplete
mixin:
in java:
void afterRender() {
javaScriptSupport_.require("bla")
.priority(InitializationPriority.LATE).with(getParameters());
}
in bla.js:
define([ "jquery"], function() {
retu