Re: Tapestry Spring Security

2015-10-20 Thread Thiago H de Paula Figueiredo
On Tue, 20 Oct 2015 15:14:57 -0200, Krishna Kanth Abburi Venkata wrote: Hi all, Hi! I am having a weird problem with Tapestry-Spring-Security. I am using tapestry-spring-security 5.0, When i am trying to Inject AuthenticationManager(org.springframework.security.authentication.Authenticati

Tapestry Spring Security

2015-10-20 Thread Krishna Kanth Abburi Venkata
Hi all, I am having a weird problem with Tapestry-Spring-Security. I am using tapestry-spring-security 5.0, When i am trying to Inject AuthenticationManager(org.springframework.security.authentication.AuthenticationManager) in a tapestry page it works fine , when i am trying to Autowire the same A

Re: Event Handler Problem

2015-10-20 Thread Diego Socaceti
Hi Thiago, unfortunately the context is not empty. I checked the request URL in chrome dev-tools and it contains the context parameters. I debugged the in AjaxComponentEventRequestHandler.handle the lines boolean handled = element .triggerContextEvent(parameters.getEventType(), parameters.getEv

Re: Event Handler Problem

2015-10-20 Thread Diego Socaceti
Hi Thiago, unfortunately the context is not empty. I checked the request URL in chrome dev-tools and it contains the context parameters. I debugged the in AjaxComponentEventRequestHandler.handle the lines boolean handled = element .triggerContextEvent(parameters.getEventType(), parameters.getEv

Re: Event Handler Problem

2015-10-20 Thread Thiago H de Paula Figueiredo
On Tue, 20 Oct 2015 06:30:34 -0200, Diego Socaceti wrote: Hi all, Hi! The event handler is not called, but an tapestry exception is thrown "Request event 'autosearchinputchanged' (on component report/Detail:formcontent.mintautocompletesearch.autosearchfield) was not handled; you must p

Event Handler Problem

2015-10-20 Thread Diego Socaceti
Hi all, i have a weird problem with event handling. I tried to extend an already existing and functioning AJAX request event handler with context. But it doesn't work, after i changed event link creation and the signature of the event handler. The event handler is not called, but an tapestry excep