Another question regarding javascript-libraries: When I place the prototype library Version 1.5.0 in the Tobago-resource-folder.../script/... it will be found, no matter if there is another library in the standard-theme jar. But when I place my own js-file in the same folder it can only be found when I place the javascript tag with the path to the file in the page like this: <script type="text/javascript" src="..../my.js"></script>
Is there a way, that I can tell the rendered to include all files in the script folder, no matter if they are already provided by Tobago? Regards, Mario -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Volker Weber Gesendet: Montag, 8. Oktober 2007 14:38 An: MyFaces Discussion Betreff: Re: [Tobago] javascript libraries Hi Mario, i don't know jquery. prototype.js 1.4.0 is currently bundled with tobago, this may be the problem when adding 1.5.0 also. But don't relay on the bundle, we plan to remove prototype.js in favor to dojo. Regards, Volker 2007/10/8, Schröder, Mario <[EMAIL PROTECTED]>: > > > > > Hi, > > > > I would like to do some fieldchecking of input fields with the > prototype-library. I'm using the Version 1.5.0. In my first step I just want > to find all input fields. It works with a simple html-page. So I designed a > page containing two input fields and a button with Tobago. But the Mozilla > Firefox throws an error: Prototype.BrowserFeatures has no properties. > Another favourite of mine is the jquery library. But it neither works with > Tobago. > > Has anyone tried to use a library like prototype or jquery with Tobago? > > > > Regards! > >

