Re: http://tapestry.apache.org/support.html : broken external link?

2012-06-22 Thread bronzenose
I used google. http://tapestry.apache.org/support.html is the first page returned (to me, at least) for search term "tapestry support" and the second URL returned by the goog for "tapestry support forum". bing and yahoo do not return that page early on in their results. -- View this message in

http://tapestry.apache.org/support.html : broken external link?

2012-06-22 Thread bronzenose
http://tapestry.apache.org/support.html has a link titled "Tapestry Support Network" which points to a site which looks like it's owned by squatters (www.tapestrysupport.com). I am posting here as I haven't figured out how to post to apache.org -- and it looks as though this might be the place I'd

Autocomplete mixin: preserve trailing spaces -- or retrieve whole textfield value?

2012-06-22 Thread bronzenose
PROBLEM: My autocomplete application is for a series of words. /tokens=" "/ gets me 90% of the way but... I want to know the context of the already completed words to help me suggest completions for the new word. If I omit /tokens=" "/ then I can break up the words myself to discover the context