[jboss-user] [JBoss Seam] - Re: Previous jBPM PageFlow and #{identity.login} No Longer w
gavin.king@jboss.com
do-not-reply at jboss.com
Mon Feb 26 18:12:33 EST 2007
Hum, looks like a bug in jBPM's EL.
What happens if you add the following class to your project:
@Name("org.jboss.seam.core.identity")
| public class MyIdentity extends RuleBasedIdentity
| {
| public String login() { return super.login(); }
| }
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022744#4022744
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022744
More information about the jboss-user
mailing list