javascript call with form tags

"Christopher Clarke" <cclarke-wYfHrJ5eQDBWk0Htik3J/[email protected]> Fri, 13 Oct 2006 11:22:38 -0400
Newsgroups gmane.comp.python.spyce.general
Message-ID <[email protected]>
Hi All
I've been converting all my stuff to use spyce active tags
Everything is fine so far except i have some selects which run javascript
stuff onchange events
Most of them work fine except for one (Note i have no trouble passing data
to my  tags)
My "static" version works
<f:select name='calendar'  data="sel_cal"
onChange=changeDates(this,date_selector,2001-01-01,2005-10-01)  />
and spyce bulids the select box
however i tried
<f:select name='calendar'  data="sel_cal"
onChange=changeDates(this,date_selector,[[=start]],[[=end]]  />
It prints out the dates but the rest of the spyce does not compile the tag
to html
I've also tried
<f:select name='calendar'  data="sel_cal"
onChange=changeDates(this,date_selector,"=start","=end"  />
but if course this does not work also
I've "solved" the problem by creating a dynamic wrapper function which only
thakes date and date_selector which makes the call to changeDates
Is there a better way to do this ???
Regards
Chris

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________
Spyce-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spyce-users