I've created an action in a node and the action class looks like this:
| @Redirect(viewId="/home.xhtml")
| public class Test implements ActionHandler{
|
| private static final long serialVersionUID = 1L;
|
| public void execute(ExecutionContext arg0) throws Exception {
| System.out.println("HelloWorld!");
| }
| }
|
I expected this will redirect the user to home.xhtml but nothing happens except
"HelloWorld!" is printed out on the console.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164175#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...