Well, I haven't seen jBPM 3.1.3 source code, but in 3.1.2 the login bean (action controller) is handled by the same file you're seeing (jbpm-starters-kit-3.1.3\jbpm\src\java.webapp\org\jbpm\webapp\bean\UserBean.java).
However, remeber this is NOT a regular web application, because it uses JavaServer Faces. You can take a look at the faces-config.xml (located in the jbpm.war directory) to see it for yourself how the UserBean is declared as controller for login.jsp. Hope that helps. Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993901#3993901 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993901 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
