anonymous wrote : But we have big hurdle on..thats JSF issue...where exactly JavaBeans & Jsf tags are mapped? I read evrywhere that, JSF objects and actual JavaClass is mapped inside "faces-config.xml". But in our case it was not their? Inside 'jbpm-console.war'
No, jsf can use variable resolvers in *addition to* faces-config.xml. That is also how seam does things. So the beans are not in the faces-config.xml. Would be a bit unfriendly to need to add every processvariable to faces-config.xml This does not mean the *everything* is available as a variable in JSF. But afaik, taskinstances are View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155551#4155551 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155551 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
