Greetings,

May I have a binary valued property in ActionBean? I'de like to render <img
src="${actionBean.captcha}"/> tag, where the captcha is defined as byte
array and the getter is provided:

private byte[] captcha;
public byte getCaptcha() {
...
}

Stripes fails due to "Unable to find a value for "captcha" in object of
class... using using operator "."

Any suggestions? TIA,

-a

-- 
Aaron Stromas
Mobile: +1 703 203 9169
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to