Re: including a JavaScript present on my hard disk

2007-08-01 Thread Hassan Schroeder
g JSTL would probably be your best bet. <c:import url="file:/home/example/snippet.js"/> Depending on what you're trying to do with the JS, you might run into some cross-site-scripting problems... FWIW! -- Hassan Schroe

Re: in JSP

2007-05-23 Thread Hassan Schroeder
quot;foo"); %> :: should work... -- Hassan Schroeder [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: in JSP

2007-05-22 Thread Hassan Schroeder
On 5/22/07, newtostruts struts <[EMAIL PROTECTED]> wrote: How do I get the value of this tag in a JSP variable on the same page. . How about using JSTL: ${foo} HTH, -- Hassan Schroeder [EMAIL PRO

Re: OFF RECORD

2006-12-21 Thread Hassan Schroeder
snippets for formatting reasons. HTH! -- Hassan Schroeder [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OFF RECORD

2006-12-21 Thread Hassan Schroeder
se the jsps as templates for newsletters Uhhh -- why not just wrap the JSP output with the mailer taglib, and it's all done, including delivery, in one step -- that's what I do for one of my clients... :-) FWIW! -- Hassan Schroeder

Re: Download file from server and save on client

2006-09-11 Thread Hassan Schroeder
nswer is in the "Content Disposition" section of the above page... -- Hassan Schroeder [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: drop down links.

2006-05-21 Thread Hassan Schroeder
link for spiders and users w/o JavaScript, and assigning drop-down behaviors via JS at page load for everyone else. IMHO! -- Hassan Schroeder [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: How to dertermine the url from which a request is made ?

2006-05-15 Thread Hassan Schroeder
string HTH! -- Hassan Schroeder [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]