Was thinking about this last night....

All the js files need to be web accessible so that they can be added in script tags.

This means that we not only need a specific protcol or rule for location for the 
files, we also need one for the "virtual folder" or the url that the script will be 
accessible from the web server root.

There's no point saying that all js files should be in ${prefix}/etc/mono/web_scripts 
whithout also saying how they will be available to xsp. That is, if xsp can't serve 
files from ${prefix}/etc/mono/ then the js files can't reside there.

May I suggest that we say the following:
files go in 

${prefix}/etc/mono/web_scripts

on the file system, and are then mapped to the virtual folder: 

aspnet_client\system_web\mono_0_28

inside xsp

Hope that makes sense,

JBA

-----Original Message-----
From: Gonzalo Paniagua Javier [mailto:[EMAIL PROTECTED]
Sent: Thursday, 9 October 2003 4:55 PM
To: [EMAIL PROTECTED]
Subject: Re: [Mono-list] Script Locations of WebUIValidation.js,
SmartNav.js


El jue, 09-10-2003 a las 08:00, Gaurav Vaish escribi�:
> Hi,
> 
>     In the method
> System.Web.UI.WebControls.BaseValidator::RegisterValidatorCommonScript()
> 
>     I need information about the location of the WebUIValidator.js file kept
> in system_web subdirectories when ASP.Net is registered using
> aspnet_regiis.exe (-i option).

We can put the .js files somewhere down ${prefix}/etc/mono/ and add that
<webControl> and its handler to CVS. Of course, we should cook our own
javascript.

-Gonzalo



_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to