Filip Hanik - Dev Lists wrote:
would the digest work with
<Element someProperty="5,6,32,66"/> or <Element
someProperty="{5,6,32,66}"/>
public class MyElement {
public void setSomeProperty(byte[] data) {....}
}
I don't think there's a cast to byte[] (not sure though), but you could
have a setSomeProperty(String) method that does it, and calls the other
method. Or you can expand the digester a bit (but I would think it would
be logical to cast that sort of property to a collection too).
Rémy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]