RE: Pass a collection from struts action to javascript validation

2005-03-09 Thread Chad Baker
, March 09, 2005 3:50 AM To: user@struts.apache.org Subject: Pass a collection from struts action to javascript validation Hi, I'm trying to use custom validator on client side. One problem I can't figure out is how to pass a collection or array of strings to a jsp and how to acce

Pass a collection from struts action to javascript validation

2005-03-09 Thread Bing Qiao
Hi, I'm trying to use custom validator on client side. One problem I can't figure out is how to pass a collection or array of strings to a jsp and how to access it from javascript code for the custom validation rules. I thought about using hidden objects. But I'm really new in both javascript and