jQuery/autocomplete

2015-04-26 Thread David Tio
Hi All, I need help with tapestry jQuery/autocomplete. I want to fill up another field based on the selection on jQuery/autocomplete textfield. What's the best way to perform such action? The only event available seems to be provideCompletions Regards, David Tio

Re: W3c Validation stray input tags

2015-04-26 Thread Stephen Nutbrown
Following some guide here http://stackoverflow.com/questions/2555845/how-to-update-maven-repository-in-eclipse I was able to finally get it running 5.4 beta 28, however I have the same issue still. I'm not really sure what else to try (I have the same doctype and almost the same .tml as the exampl

Re: W3c Validation stray input tags

2015-04-26 Thread Stephen Nutbrown
I also notice if I actually remove the "/" from my input in the .tml, like this: I get this error: Exception assembling root component of page Exception: Failure parsing template classpath:com/promotemybrand/webapplication/components/Layout.tml: The element type "input" must be terminated b

Re: W3c Validation stray input tags

2015-04-26 Thread Stephen Nutbrown
Hi Chris, Thanks. Seems very off that I am having this issue. This is what I have at the top of mine layouts .tml file, which I think should be correct: http://www.w3.org/1999/xhtml"; xmlns:t="http://tapestry.apache.org/schema/tapestry_5_4.xsd"; xmlns:p="tapestry:parameter"> When I view the s

Re: W3c Validation stray input tags

2015-04-26 Thread Chris Poulsen
It works as far as I know, its probably a code error. A guess could be that you do not have the correct doctype in your pages. http://jumpstart.doublenegative.com.au/jumpstart7/examples/component/html5inputtypes outputs html5 inputs if you need an online example. -- Chris On Sun, Apr 26, 2015 a

Re: W3c Validation stray input tags

2015-04-26 Thread Stephen Nutbrown
Hi, Just an update, I found there is a newer version of Tapestry, 5.4-beta28 which I have updated my POM.xml to. I can see it should be pulling in the latest version by looking at the dependency hierarchy, but I still get this on startup: __ __ /_ __/__ ___

W3c Validation stray input tags

2015-04-26 Thread Stephen Nutbrown
Hi, I have this in my TML file: This renders are: The issue here is the input tag should close like this instead: Therefore, I get a W3C validation issue: Line 109, Column 115: Stray end tag input. This seems to be a problem already reported and (apparently) fixed, it is listed here: https:

W3c Validation stray input tags

2015-04-26 Thread Stephen Nutbrown
Hi, I have this in my TML file: This renders are: The issue here is the input tag should close like this instead: Therefore, I get a W3C validation issue: Line 109, Column 115: Stray end tag input. This seems to be a problem already reported and (apparently) fixed, it is listed here: https: