I've got several properties in an bean which are double[] properties, what would be the best way to set the value of these properties in Jelly?

ie I have methods which look like

public void setProp(double[] array){
....
}

So, I need it instantiate the double[] and then pass it into the method. I've looked at the new/set tags, but I'm unsure how to fill the contents of the arrays. So far I suspect my only alterative is to use something like bsf / beanshell tags to accomplish this.

-thanks
Mark





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



Reply via email to