parameter.put("issues", issues.get("issueId"));

GenericEntity has method get instead of getString.

--- Fabian Gorsler <[EMAIL PROTECTED]> wrote:

> Hi Chris,
> 
> Chris Howe wrote:
> > ${issues} is a String or a GenericValue or a
> > GenericEntity??
> 
> OMG, damn, now I see what kind of confusing stuff I
> wrote... Sorry...
> 
> Let me start again: In the request chain where the
> error appears, issue 
> is a GenericEntity (GenericValue seems to have no
> own toString() method, 
> I guess). I could figure this out by using print in
> the BSH. All fields 
> are correctly set with their values.
> 
> I've even tried to cast the GenericEntity to a
> GenericValue and access 
> the fields, but it's the same method invocation
> error. The print() of 
> issue shows even after the casting GenericEntity in
> the 
> toString()-method (that's leading me to my
> assumption that GenericValue 
> has no own toString()-method).
> 
> Best regards and have a nice weekend,
> Fabian.
> 

Reply via email to