On Aug 9, 2005, at 4:49 PM, footh wrote:
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.
<map:flow language="java"> <map:script src=org.xyz.flow.SomeFlow"/> <map:script src="forms/scripts/validators.js"/> </map:flow> HTH, —ml— --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
