Forums

Home » Liferay Portal » English » 3. Development »

Combination View Flat View Tree View
Threads [ Previous | Next ]
Kamesh Sampath
Redirction to existing Struts Path via Struts Action Hook
October 22, 2011 8:40 AM
Answer

Kamesh Sampath

Rank: Regular Member

Posts: 105

Join Date: May 26, 2010

Recent Posts

Following this blog, i was able use the Struts Action hook to add new functionality to my existing hook . Now after doing my hook logic, i want to do a redirection or forward to an existing struts portal path, I am having a class which extends from BaseStrutsPortletAction and in a particular case i want to redirect to another existing path login/login .

can anyone tell me how to do that ?