in my Flowscript I set a bean under the name "picture". Within a JXTemplate I want to read the filename of the picture. This version works fine:
${picture.fileName}
But this doesn't work:
#{picture/fileName} or #{$picture/fileName}
Do you have a public getter defined for "fileName"?
Ugo
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
