--- "Matthew (IRQ)" <[EMAIL PROTECTED]> wrote:
> Apparently, you can only retrieve "properties" with the property tag (so it
> only allows you to call get Methods with no parameters).
can call arbitrary methods with parameters.
Given an action method:
public String foo(final String s_) {
Apparently, you can only retrieve "properties" with the property tag (so it
only allows you to call get Methods with no parameters).
However, I'm using the following workaround:
The push tag pushes a new object (the return value in this case) onto the
value stack. It is this object I am r
A made a syntax error, the underscore character and not the dot character
between the class and the method name
TonyD wrote:
>
> In a jsp page, I'am trying to call a method of my class passing a
> parameter and the method will return a string value.
>
>
>
> or
>
>
>
>
>
> but doe
3 matches
Mail list logo