I am trying to use flowscript data passed into an XSP in the following way:

<xsp:logic>
   String s;
   s = <xsp:expr><jpath:value-of select="tagname"/></xsp:expr>
</xsp:logic>

This produces the error: "Type mismatch: cannot convert from Object to String". Is there something wrong here or is there another way to do this? Thanks in advance.

Joel

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



Reply via email to