Actually, that's not true. I tried putting it in the flows section of the sitemap, but an error occurs because I already have a declaration for a javaflow. For example, having this in your sitemap:
<map:flow language="java"> <map:script src=org.xyz.flow.SomeFlow"/> </map:flow> <map:flow language="javascript"> <map:script src="forms/scripts/validators.js"/> </map:flow> does not work. Depending on the order, I get an error that says the system can't find the first flow. --- Ugo Cei <[EMAIL PROTECTED]> wrote: > Il giorno 10/ago/05, alle 01:21, footh ha scritto: > > > According to Leszek's example, the call to the > > javascript function is declared in the form > > definition. So this function is sitting in a .js > > file somewhere. How does the system know where to > get > > it? If it was a flowscript, I would declare it in > the > > flows section of the sitemap. But this isn't > really a > > flowscript, so I'm unsure of where to put it in > the > > sitemap. > > If you had tried declaring it in the flows section > of the sitemap, you > would have discovered that it works in less time > that it took you to > write this mail message ;-) > > Ugo > > -- > Ugo Cei > Tech Blog: http://agylen.com/ > Open Source Zone: http://oszone.org/ > Wine & Food Blog: http://www.divinocibo.it/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
