> >Another thought:
> >
> >var action_xxx = eval("document.formName.cocoon-action-xxx");
> >
> 
> Won't something like 
> 
> document.formName['cocoon-action-xxx'] work? :-?

That's right. 

document.anycollectionname["objectname"] should work.

document.all, document.forms, ....


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to