Re: Method calls with ognl with ValueStack Objects as Parameters

2008-11-25 Thread Tomi21
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Method-calls-with-ognl-with-ValueStack-Objects-as-Paramet

Re: Method calls with ognl with ValueStack Objects as Parameters

2008-11-25 Thread Tomi21
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Method-calls-with-ognl-with-ValueStack-Objects-as-Paramet

Method calls with ognl with ValueStack Objects as Parameters

2008-11-25 Thread Alexander Baetz
Hi, Following scenario: i have an object on the value-stack and a function on the action named = "getTest". The function returns a boolean. Now i want to do a struts-if like that: But this doesn't work. How can i use OGNL to call a function on the stack using a parameter from the stack?