Coercion issues after upgrading from beta-35 to 5.4.1

2016-06-06 Thread Alex Pasialis
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

Tapestry 5.4 - Unable to run scripts when form contains a textfield (IE8)

2013-08-21 Thread Alex Pasialis
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

RE: Tapestry 5.4 - Question about Autocomplete

2013-08-02 Thread Alex Pasialis
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: >

RE: Tapestry 5.4 - Question about Autocomplete

2013-08-02 Thread Alex Pasialis
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, > > > >

FW: Tapestry 5.4 - Question about Autocomplete

2013-08-01 Thread Alex Pasialis
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