RE: Include common javascript file with relative path - reply

2004-05-24 Thread Kathy Zhou
Try in your common_header.jsp. Kathy -Original Message- From: Ding Lei [SMTP:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 9:48 PM To: Struts Users Mailing List Subject:Re: Include common javascript file with relative path Hi kathy, > request.getContextPath() could

Re: Include common javascript file with relative path

2004-05-24 Thread Ding Lei
thy > > -Original Message- > > From: Paul McCulloch [SMTP:[EMAIL PROTECTED] > > Sent: Thursday, May 20, 2004 4:55 AM > > To: 'Struts Users Mailing List' > > Subject:RE: Include common javascript file with relative path > > > > Look at t

Re: Include common javascript file with relative path

2004-05-20 Thread Ding Lei
10:11 > > To: [EMAIL PROTECTED] > > Subject: Include common javascript file with relative path > > > > > > Hello folks, > > There is a common jsp file named common_header.jsp used > > throughout the system, under PROJECT_ROOT/js/ directory, and > > va

RE: Include common javascript file with relative path

2004-05-20 Thread Kathy Zhou
request.getContextPath() could be a solution. Kathy -Original Message- From: Paul McCulloch [SMTP:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 4:55 AM To: 'Struts Users Mailing List' Subject: RE: Include common javascript file with relative path Look at the

RE: Include common javascript file with relative path

2004-05-20 Thread Kathy Zhou
request.getContextPath() could be a solution. Kathy > -Original Message- > From: Paul McCulloch [SMTP:[EMAIL PROTECTED] > Sent: Thursday, May 20, 2004 4:55 AM > To: 'Struts Users Mailing List' > Subject: RE: Include common javascript file with relative p

RE: Include common javascript file with relative path

2004-05-20 Thread Paul McCulloch
Look at the tag. Paul > -Original Message- > From: Ding Lei [mailto:[EMAIL PROTECTED] > Sent: 18 May 2004 10:11 > To: [EMAIL PROTECTED] > Subject: Include common javascript file with relative path > > > Hello folks, > There is a common jsp file n

Include common javascript file with relative path

2004-05-19 Thread Ding Lei
Hello folks, There is a common jsp file named common_header.jsp used throughout the system, under PROJECT_ROOT/js/ directory, and various function jsp files are under different subdirs of PROJECT_ROOT, for example, appEdit.jsp,appRemove.jsp under PROJECT_ROOT/app directory. Now t