Can't pass parameters to operations
Brought to you by:
ghinkl
I'm using Mx4j.
I wrote a simple bean with an operation taking one
parameter. I'm able to invoke this method via the
HtmlAdaptor and to pass a parameter value. So, the
MBean is properly configured.
When I try to call a method from MC4j, the 'Enter
Parameters' panel does not display an entry field
for my parameter. Instead, There is a <no property
editors> button in front of the parameter name.
Is this behavior specific to mx4j?
Logged In: YES
user_id=627791
Actually, it works for boolean and int properties. But the
ide still does not display property editors for String
parameters.