Re: Java Script in JSP pages

2008-01-24 Thread Randy Burgess
l Message - > From: "Randy Burgess" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Wednesday, January 23, 2008 6:37 PM > Subject: Re: Java Script in JSP pages > > >> Try this. >> >> >> >> >> You n

[OT] Re: Java Script in JSP pages

2008-01-24 Thread Dave Newton
quot;Alexandru BARBAT" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <user@struts.apache.org> > Sent: Thursday, January 24, 2008 8:10 AM > Subject: Re: Java Script in JSP pages > > > > :) ok > > > > So my advice is to write in brow

Re: Java Script in JSP pages

2008-01-24 Thread Martin Gainty
ot;foo.bar"); will properly locate packagename.javascript file you were looking for M- - Original Message - From: "Alexandru BARBAT" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <user@struts.apache.org> Sent: Thursday, January 24, 2008 8:10 AM Subject

Re: Java Script in JSP pages

2008-01-24 Thread Alexandru BARBAT
> To: "Struts Users Mailing List" Sent: Thursday, January 24, 2008 2:58 PM Subject: Re: Java Script in JSP pages > sorry friend this was also not working. > > Naveen > > On Jan 24, 2008 3:07 PM, Alexandru BARBAT <[EMAIL PROTECTED]> wrote: > >

Re: Java Script in JSP pages

2008-01-24 Thread Antonio Petrelli
2008/1/24, naveen k <[EMAIL PROTECTED]>: > > sorry friend this was also not working. Why don't you contact Jason's calendar developers then? Stop this thread, it's off-topic here. Antonio

Re: Java Script in JSP pages

2008-01-24 Thread naveen k
textName/Calendar/calendarDateinput.js'> > > > > > - Original Message - > From: "Randy Burgess" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Wednesday, January 23, 2008 6:37 PM > Subject: Re: Java Script in JSP pages > >

Re: Java Script in JSP pages

2008-01-24 Thread Alexandru BARBAT
Hi, I think it is better to use like this: in the browser will appear (the absolute path): - Original Message - From: "Randy Burgess" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, January 23, 2008 6:37 PM Subject: Re: Java Script

Re: Java Script in JSP pages

2008-01-23 Thread Randy Burgess
L PROTECTED]> > Reply-To: Struts Users Mailing List > Date: Wed, 23 Jan 2008 14:27:34 +0300 > To: Struts Users Mailing List > Subject: Re: Java Script in JSP pages > > Thanks for ur reply. > I have Jason's Calendar code which run calendar.js script. > I need to

[OT] Re: Java Script in JSP pages

2008-01-23 Thread Dave Newton
--- naveen k <[EMAIL PROTECTED]> wrote: > How to use this Firebug for these jsp pages to track my problem? > In what way it can help me? > Please dont think i am boring u my friend. The issue isn't that you're boring anybody, it's that you're using the struts-user list to ask JavaScript questions

Re: Java Script in JSP pages

2008-01-23 Thread naveen k
thanks for ur reply. But i need to use calendarDateInput.js in my code. how can i call it from my Jsp if i remove src attribute from the script tag? Naveen On Jan 23, 2008 3:54 PM, Pablo Vázquez Blázquez <[EMAIL PROTECTED]> wrote: > try > > > > > in your funcions > > and > > > naveen k escribió: Thanks for ur reply. I have Jason's Calendar code which run calendar.js script. I need to set that in my JSP page i could not da that. I have done the same thing in html page. I was trying to do like this <%@ page

Re: Java Script in JSP pages

2008-01-23 Thread naveen k
How to use this Firebug for these jsp pages to track my problem? In what way it can help me? Please dont think i am boring u my friend. Naveen On Jan 23, 2008 3:45 PM, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > 2008/1/23, naveen k <[EMAIL PROTECTED]>: > > > > Even after i have installed the p

Re: Java Script in JSP pages

2008-01-23 Thread naveen k
Hello anyone please help me out of this problem. Naveen On Jan 23, 2008 2:49 PM, naveen k <[EMAIL PROTECTED]> wrote: > Even after i have installed the plugin, there is no result. > what would be my problem. > > Naveen > > > On Jan 23, 2008 2:43 PM, naveen k <[EMAIL PROTECTED] > wrote: > > > Righ

Re: Java Script in JSP pages

2008-01-23 Thread Antonio Petrelli
2008/1/23, naveen k <[EMAIL PROTECTED]>: > > Even after i have installed the plugin, there is no result. > what would be my problem. Probably I've been not clear. Your problem is not Struts-related. My suggestion to use Firebug meant that you need to *use* it to *track* your problem and, after f

Re: Java Script in JSP pages

2008-01-23 Thread naveen k
Even after i have installed the plugin, there is no result. what would be my problem. Naveen On Jan 23, 2008 2:43 PM, naveen k <[EMAIL PROTECTED]> wrote: > Right now i was using Mozilla Firefox. > Is there any problem with that? > Any way i am going to install the plugin which u have suggested m

Re: Java Script in JSP pages

2008-01-23 Thread naveen k
Right now i was using Mozilla Firefox. Is there any problem with that? Any way i am going to install the plugin which u have suggested me. Naveen On Jan 23, 2008 2:36 PM, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > 2008/1/23, naveen k <[EMAIL PROTECTED]>: > > > > src="/Calendar/calendarD

Re: Java Script in JSP pages

2008-01-23 Thread Antonio Petrelli
2008/1/23, naveen k <[EMAIL PROTECTED]>: > > > I think that the problem is in the inclusion of the javascript file. Anyway, this is not a Struts related problem. I suggest to use Firefox and Firebug to track this kind of problems: https://addons.mozilla.org/it/firefox/addon/1843 Antoni

Re: Java Script in JSP pages

2008-01-23 Thread naveen k
Thanks for ur reply. I have Jason's Calendar code which run calendar.js script. I need to set that in my JSP page i could not da that. I have done the same thing in html page. I was trying to do like this <%@ page language="java" pageEncoding="UTF-8"%> <%@ taglib uri="http://jakarta.apache.org

Re: Java Script in JSP pages

2008-01-23 Thread nuwan chandrasoma
Hi, yes, you can, what is the issue you are facing? just add the tag inside your page and write your javascript code there and just use them in your page. Thanks, Nuwan On Jan 23, 2008 2:10 PM, naveen k <[EMAIL PROTECTED]> wrote: > Hi, > >I am in a development of struts web application

Re: Java Script in JSP pages

2008-01-23 Thread Antonio Petrelli
2008/1/23, naveen k <[EMAIL PROTECTED]>: > I am in a development of struts web application. > I need to use java script in a jsp page. but i could not do that. > cant we use java script in jsp pages? > If possible how would i do that? You can put Javascript in your JSP page, what's your pro