RE: Action Handler not being called component

2014-11-14 Thread nhhockeyplayer nashua
Folks, I attached the console stack trace the request object is getting totaled I am hoping someone can make some sense out of it its almost, and I am guessing, someone is using a t5 Request, when it should be an HttpRequest ? just a guess... importing the wrong object could force operation o

RE: Action Handler not being called component

2014-11-14 Thread nhhockeyplayer nashua
es to come thru this code any ideas ? Best regards and thanks... KEN From: nhhockeypla...@hotmail.com To: users@tapestry.apache.org Subject: RE: Action Handler not being called component Date: Fri, 14 Nov 2014 22:52:37 -0500 I attempted enough tries. I hate these corruption bugs the code

RE: Action Handler not being called component

2014-11-14 Thread nhhockeyplayer nashua
I attempted enough tries. I hate these corruption bugs the code is good and something broke it. here is trace something is getting mauled any ideas what to do ? zones wont help... oir will they and if so why HTTP ERROR 500 Problem accessing /psi/home.galleryform/player. Reason: org.apache

RE: Action Handler not being called component

2014-11-14 Thread nhhockeyplayer nashua
The gallery widget is geared to collect PLAYERS for now... when I set items per page (you can try it) to 100 my code works fine and refreshes the collection. when I set items per page to 15 I get the following http://psinh.ddns.net:9011/psi/home.galleryform/player The connection was reset T

RE: Action Handler not being called component

2014-11-14 Thread nhhockeyplayer nashua
ietly with ajax I will do that but I was ok with the way it was and not sure why its broke. thanks Best regards and thanks... KEN From: nhhockeypla...@hotmail.com To: users@tapestry.apache.org Subject: RE: Action Handler not being called component Date: Fri, 14 Nov 2014 18:40:40 -0500 Thank

RE: Action Handler not being called component

2014-11-14 Thread nhhockeyplayer nashua
Thank You Thiago, I will try that this weekend. If you like you can try my gallery... its athttp://psinh.ddns.net:9011/psi/home sometimes when its up its up but other times it might be down. but its a T5 gallery tynamo version Best regards and thanks... KEN

Re: Action Handler not being called component

2014-11-14 Thread Thiago H de Paula Figueiredo
On Fri, 14 Nov 2014 11:07:13 -0200, nhhockeyplayer nashua wrote: @Component(id = "itemsPerPageSelect", parameters = { "value=itemsPerPage", "clientId=itemsPerPageSelect" }) private Select itemsPerPageSelect; For the valueChanged event from Select to be triggered, you need to use

RE: Action Handler not being called component

2014-11-14 Thread nhhockeyplayer nashua
Apologies... I listed the wrong java code handler here it is @Component(id = "itemsPerPageSelect", parameters = { "value=itemsPerPage", "clientId=itemsPerPageSelect" }) private Select itemsPerPageSelect; @OnEvent(value = EventConstants.VALUE_CHANGED, component = "itemsPerPageSe

Action Handler not being called component

2014-11-14 Thread nhhockeyplayer nashua
Hi Folks, Can anyone explain this stack trace ? I am implementing a select component within my template. Items Per Page and here is my handler @Component(id = "tableColumnsSelect", parameters = { "value=tableColumns", "clientId=tableColumnsSelect" }) private Select table