Hi Thiago,

I created my own AccessController dispatcher but i have entered into another
problem

One first access to any page, redirection to Login page happens but it is
without any stylesheet.

My order of configuration is  
configuration.add(
                "AccessController", accessController,
                "before:RootPath,before:ComponentEvent, before:PageRender,
after:Asset,after:VirtualAsset");


While accessing the Login page directly via url in the browser, there is no
problem of stylesheet

Any pointers?

Thanks
sandeep



Thiago H. de Paula Figueiredo wrote:
> 
> Em Thu, 26 Nov 2009 07:27:16 -0200, Juan E. Maya <maya.j...@gmail.com>  
> escreveu:
> 
>> or Tapestry-Spring-Security Integration
> 
> I don't recommend it because the checks are made in the setup render  
> event, *after* the activate (onActivate()) one. It does not cover action  
> requests, so I created my own one, Tapestry Security, not released yet.
> 
> -- 
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
> and instructor
> Owner, software architect and developer, Ars Machina Tecnologia da  
> Informação Ltda.
> http://www.arsmachina.com.br
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Login-Filter%2C-tp26525297p26708778.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to