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

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

2012-06-22 Thread Kalle Korhonen
Thanks for reporting. That page is pretty old and left over from the previous Tapestry 4.x site. How did you find the link http://tapestry.apache.org/support.html? Did you just google it or did you come through some other link? Just asking so we know whether it'd be best to simply delete the page o

Re: Getting Error when do any action in my page

2012-06-22 Thread Howard Lewis Ship
Looks like he's using Tapestry 4. On Tue, Jun 19, 2012 at 3:01 AM, Steve Eynon wrote: > Still... > > > Servlet.service() for servlet ices threw exception > > ...sounds like a servlet is being invoked which is causing the NPE. T5 > is a servlet "filter", no servlet should be being called. > > Dep

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

2012-06-22 Thread Thiago H de Paula Figueiredo
Hi! The JavaScript part of Tapestry's Autocomplete mixin in Tapestry is basically Autocomplete in Scriptaculous. I guess what you need is not supported now, so you can file a JIRA for that. Meanwhile, you can try getting the source for Autocomplete and tweak it for your needs. On Fri, 22

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

RE: Encoder with

2012-06-22 Thread Athneria, Mahendra
Thanks a lot Thiago. I got the point :) Regards, Mahendra Athneria Ext-+91 22 6733 3729 Mob-+91 9833 121 309 mahendra.athne...@atos.net -Original Message- From: Thiago H de Paula Figueiredo [mailto:thiag...@gmail.com] Sent: Friday, June 22, 2012 5:18 PM To: Tapestry users; d...@tapest

Re: Encoder with

2012-06-22 Thread Thiago H de Paula Figueiredo
On Fri, 22 Jun 2012 02:30:12 -0300, Athneria, Mahendra wrote: Hi, Hi! "Could not find a coercion from type java.lang.String to type [addressUsageValue] Available coercions:.." First - I am not able to understand why encoder is required when using loop?? It's just required w

Re: discard persistent field

2012-06-22 Thread Thiago H de Paula Figueiredo
On Fri, 22 Jun 2012 02:12:57 -0300, Athneria, Mahendra wrote: Yes I thought about the same, just wanted to confirm if I assign the object to null does it discarded from the Persist state? Yes. That's what Howard said. -- Thiago H. de Paula Figueiredo -

Re: Announcement: Beta release of tapestry-cometd

2012-06-22 Thread Lance Java
CometD supports websockets http://cometd.org/documentation/2.x/howtos/websocket -- View this message in context: http://tapestry.1045711.n5.nabble.com/Announcement-Beta-release-of-tapestry-cometd-tp5714020p5714032.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---