RE: Is there a way to capture a copy of the html page that my jspcreates?

2002-05-16 Thread Rajesh Kalluri manduca
one class with out so much infrastructure. Regards Rajesh Kalluri ps: if you jsp is password protected good luck you can always use wlynx or wget and write output of a jsp to a html -Original Message- From: Stuart Thomson [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 1:05 PM T

RE: Parameterized Struts Templates

2002-05-16 Thread Rajesh Kalluri manduca
Brian, This is what i do with tiles to change a template sections u can safely replace tiles with templates and it should work. <%@ page language="java" %> <%@ taglib uri="/WEB-INF/TLD/tiles.tld" prefix="tiles" %> <% String content ="/index.html" %> Note that you can put in re

RE: IO Tags....talking to a password protected site-- REPOST

2002-05-06 Thread Rajesh Kalluri manduca
Hi, I am trying to use the io tags to publish a dynamic jsp page to a static html thru filewrite, the tag works fine. Can any one tell me how to pass a username/password when talking to a password protected site its basic browser based authentication like htpasswd. Also this jsp is in the same

IO Tags....talking to a password protected site

2002-04-25 Thread Rajesh Kalluri manduca
Hi, I am trying to use the io tags to publish a dynamic jsp page to a static html thru filewrite, the tag works fine. Can any one tell me how to pass a username/password when talking to a password protected site its basic browser based authentication like htpasswd. Also this jsp is in the same

DB tags dealing with an empty result set...(sql printed as html)

2002-04-17 Thread Rajesh Kalluri manduca
Hi All, My jsp using dbtags is printing out the sql query on to the browser as html when my result set is null, i have attempted to deal with ti in the following way with no use: select id, url, title from view_daily_content where ARTICLETYPE='AVANCES' and CHANNEL='CARACAS'

Re: web.xml problems

2001-11-14 Thread Rajesh Kalluri
Hi, web.xml expects elements in a certain order, put you before . rajesh [EMAIL PROTECTED] From: "Ingmar Stein" <[EMAIL PROTECTED]> Reply-To: "Tag Libraries Users List" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: web.xml problems Date: Wed, 14 Nov 2001 22:47:09 +0100 Hi all, wha