--- "Matthew (IRQ)" <[EMAIL PROTECTED]> wrote:
> Apparently, you can only retrieve "properties" with the property tag (so it
> only allows you to call get<Name> Methods with no parameters).

<s:property.../> can call arbitrary methods with parameters.

Given an action method:

    public String foo(final String s_) {
        return s_ + s_;
    }

the following:

<s:property value="foo('huh? ')"/>

will return:

huh? huh?

d.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to