Re: unclear behavior of submit-control

2008-05-22 Thread Alec C4
not working :( but looks like a -- View this message in context: http://www.nabble.com/unclear-behavior-of-submit-control-tp17402365p17412337.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscr

Re: unclear behavior of submit-control

2008-05-22 Thread Dave Newton
I thought if you specified "key" it would try to use that value as the name, label, and value. That might be consistent with what you're seeing, where it's trying to set a value on an action property object graph: > Exception caught setting 'user.registration.submit.button' > on 'class portal.str

Re: unclear behavior of submit-control

2008-05-22 Thread Alec C4
ognl.OgnlException: source is null for getProperty(null, "registration") at ognl.OgnlRuntime.getProperty(OgnlRuntime.java:1638) at ognl.ASTProperty.getValueBody(ASTProperty.java:92) at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:170) at ognl.SimpleNode.getV

Re: unclear behavior of submit-control

2008-05-22 Thread Laurie Harper
Alec C4 wrote: throws OgnlException. But works fine. what does it means? How to access some.key.from.resource.bundle to display it as label? That's right. What's the exception? We can't tell you what it means if we don't know what it is... L. -