[jboss-user] [JBoss Seam] - Re: Create component from pageflow
gavin.king@jboss.com
do-not-reply at jboss.com
Wed Sep 20 04:24:19 EDT 2006
This should work fine:
public class SeamVariableResolver implements VariableResolver {
|
| public Object resolveVariable(String name) throws ELException {
| name = name.replace('$', '.');
| return Component.getInstance(name, true);
| }
|
| }
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972843#3972843
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972843
More information about the jboss-user
mailing list