Error reading tag-library: PLEASE HELP

2001-09-06 Thread Shelly Dhiman
Hi i'm getting the following error. Using tomcat3.2 Error: 500 Location: /dynamic/home/testJobs.jsp Internal Servlet Error: org.apache.jasper.compiler.CompileException: /usr/local/cmc/fe/content/en_US/dynamic/home/testJobs.jsp(0,0) Unable to open taglibrary /WEB-INF/struts-template.tld :

Error reading tag-library

2001-09-05 Thread Shelly Dhiman
Hi i'm getting the following error. Using tomcat3.2 Error: 500 Location: /dynamic/home/testJobs.jsp Internal Servlet Error: org.apache.jasper.compiler.CompileException: /usr/local/cmc/fe/content/en_US/dynamic/home/testJobs.jsp(0,0) Unable to open taglibrary /WEB-INF/struts-template.tld :

Struts behind the scene

2001-08-29 Thread Shelly Dhiman
Hi, Could somebody explain me how struts work behind the scenes. The particular case being there is template, content and the renderer. So does it create precompiled jsps or how does it work coz the very first time you render a page it's very slow Shelly

Re: Struts behind the scene

2001-08-29 Thread Shelly Dhiman
Hi, I meant like when we invoke a jsp page that is using a template to render itself, does it then take the template, insert the relevant stuff into the template and then what? Actually i'm confused too. Lets say i have a template A, renderer jsp B and a content page say C, SO are these all

Re: Struts behind the scene

2001-08-29 Thread Shelly Dhiman
Thanks Shelly malcolm davis wrote: To be more exact, JSP's are pre-compiled into a special servlet source (java files). The servlets are compiled into classes. There exist mechanism for pre-compiling the JSP to classes, before the first user request is received. You can find these

Re: URGENT: PLEASE HELP

2001-08-27 Thread Shelly Dhiman
Moving Your Business from Point A to Point e.SM http://www.accessdc.com/ -Original Message- From: Shelly Dhiman [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 2:30 PM To: [EMAIL PROTECTED] Subject: Re: URGENT: PLEASE HELP Hi, It does not work. It complains about ending

Re: URGENT: PLEASE HELP

2001-08-27 Thread Shelly Dhiman
/template:put) (note the slash before html/) Chris Christopher Assenza Phone: 412.201.6026 Fax: 412.201.6060 Email: [EMAIL PROTECTED] ACCESSDATA Moving Your Business from Point A to Point e.SM http://www.accessdc.com/ -Original Message- From: Shelly Dhiman [mailto:[EMAIL

Re: URGENT: PLEASE HELP

2001-08-27 Thread Shelly Dhiman
Hi, That part is working now. Can i say something like this template:insert template='testpage.jsp' template:put name='title' direct='true'htmlbHELLO/b/html/template:put /template:insert I mean insert html tags in it Shelly Shelly Dhiman wrote: Hi Chris, Sorry to bother you but for me

Re: URGENT: PLEASE HELP

2001-08-27 Thread Shelly Dhiman
It's working Shelly Shelly Dhiman wrote: Hi, That part is working now. Can i say something like this template:insert template='testpage.jsp' template:put name='title' direct='true'htmlbHELLO/b/html/template:put /template:insert I mean insert html tags in it Shelly Shelly

building dynamic components

2001-08-27 Thread Shelly Dhiman
Hi IN our site we want to build navigation dynamically depending on what is the content in a specific area, say A on the page we are at. Now we have a main template that may be used by 50 pages. And content in the area A is different on each of these pages. Navigation has to be built from the

BUILDING DYNAMIC COMPONENTS IN A SITE:Somebody Please reply

2001-08-27 Thread Shelly Dhiman
Hi IN our site we want to build navigation dynamically depending on what is the content in a specific area, say A on the page we are at. Now we have a main template that may be used by 50 pages. And content in the area A is different on each of these pages. Navigation has to be built from the

Re: URGENT: PLEASE HELP

2001-08-24 Thread Shelly Dhiman
] ACCESSDATA Moving Your Business from Point A to Point e.SM http://www.accessdc.com/ -Original Message- From: Shelly Dhiman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 15, 2001 1:51 PM To: [EMAIL PROTECTED] Subject: URGENT: PLEASE HELP In template:put name='abc' content

URGENT: PLEASE HELP

2001-08-15 Thread Shelly Dhiman
In template:put name='abc' content='' tag can we put direct html code fragment Shelly

Re: Problem with Placing tlds out of WEB-INF

2001-04-05 Thread Shelly Dhiman
but under your root directory they will be public and visible for anyone. Java Servlet Specification v2.2 defines a Web Aplication Shelly Dhiman wrote: Hi: I would really appreciate any help on this. I want to get my tlds out of the WEB-inf directory and place all tlds