Re: Tag library

2002-09-10 Thread Randall R Schulz
Fawaz, Look into the Element Construction Set (ECS) library from the Apache Jakarta project. It should do what you want. Work with this for a while, and you'll know why JSP is far better than a hand-written Servlet for HTML page construction and while custom tags are such a boon for JSP-intensiv

Re: Tag library

2002-09-10 Thread Fawaz Ahmad
Hello, I am trying to find a java library that allows tags to be used as objects. For example, If I wanted to display HELLO in bold I would like to create a bold or text object that will automatically but the proper HTML tags infront of the text and then return it. Does anyone have any knowledge

Re: Tag Library

2002-01-18 Thread Rajkishore Dash
Sample Code - Tag Library -- http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd";> 1.0 1.1 ymca Tag Library Test listbox ymtaglib.YMListBox JSP

Re: Tag Library

2002-01-18 Thread Rajkishore Dash
Hi, Go to the following directory C:\VisualAge for Java\ide\project_resources\IBM WebSphere Test Environment\hosts\default_host\default_app\SERVLETS There is a default_app.webapp file. Change the jsp engine to support jsp spec 1.1. There is no web.xml file for VAJ it has a webapp file. If u

Re: Tag Library

2002-01-17 Thread Chen, Gin
There is always a web.xml. Its part of the specs. Look for a folder called WEB-INF it should be in there. -Tim -Original Message- From: Gayathri Palicherla [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 9:59 AM To: [EMAIL PROTECTED] Subject: Re: Tag Library It is

Re: Tag Library

2002-01-17 Thread Gayathri Palicherla
It is <%@ taglib uri="exampletaglib.tld" prefix="extaglib" %> , I haven't set any thing in the web.xml though, but in Visual age and websphere test environment do you think there is a web.xml file?, i guess it's for weblogic. so where should i set the URI??? --"Chen, Gin" <[EMAIL PROTECTED]

Re: Tag Library

2002-01-17 Thread Chen, Gin
sorry if i missed this in the thread but.. how are u setting up the taglib call? it should be <%@ taglib uri="" prefix="" %> -Original Message- From: Gayathri Palicherla [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 9:29 AM To: [EMAIL PROTECTED] Subject: Tag Library Hi fol

Re: Tag Library

2002-01-17 Thread Rajkishore Dash
Yes it supports. We are using this in our project. Thanks and Regards Raj. --- The contents of this e-mail are confidential to the ordinary user of the e-mail address to which it was addressed and may also be privileged. If yo