simple question on deltamanger - understanding

2005-06-06 Thread John MccLain
can get commercial Tomcat support - we are having trouble with clustering John McClain Senior Software Engineer TCS Healthcare [EMAIL PROTECTED] (530)886-1700x235 Skepticism is the first step toward truth - To unsubscribe, e-mail

Why no paramters in TLD function???

2005-05-27 Thread John MccLain
GetAutoRefresh1(int i) { String refresh = N; if( autoRefresh ) { refresh = Y; } return refresh; } John McClain Senior Software Engineer TCS Healthcare [EMAIL PROTECTED] (530)886-1700x235 Skepticism is the first step toward truth

isElIgnored not working???

2004-06-01 Thread John MccLain
; % %@ taglib prefix=tcs uri=/WEB-INF/provider.tld % c:set var=testing value=44 / ${testing} John McClain Senior Software Engineer TCS Healthcare [EMAIL PROTECTED] (530)886-1700x235 - To unsubscribe, e-mail: [EMAIL PROTECTED

passing parameters to bean function???

2004-05-14 Thread John MccLain
Here is something I have to be missing. I have a bean, and in my jstl page, I can set bean properties via the c:set tag and access the properties via the EL. syntax ${...}. This is all well and good, BUT how do I call a bean function that takes parameters without using a jsp scriptlet?? - My

redirect to a target?

2004-04-06 Thread John MccLain
Is there any way to specify that a redirect go into another frame??? We have an outer frame holding a menu, then an inner frame that loads our pages and each page has a security header. If the session times out, we get redirected (via our security header) to our logon page - BUT, our menu still

Can't ue EL Funcations ????

2004-04-01 Thread John MccLain
Howdy, I am trying to use the EL function c:out value=${fn:replace(col, '_','')/ I put jstl.jar and standard.jar in WEB-INF/lib, I put %@ taglib prefix=sql uri=http://java.sun.com/jstl/sql; % %@ taglib prefix=c uri=http://java.sun.com/jstl/core; % at the top of my page and all core and sql

RE: Can't ue EL Funcations ????

2004-04-01 Thread John MccLain
. -Original Message- From: John MccLain [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 3:02 PM To: taglibs user list Subject: Can't ue EL Funcations Howdy, I am trying to use the EL function c:out value=${fn:replace(col, '_','')/ I put jstl.jar and standard.jar in WEB-INF/lib

redirect to a frame???

2004-03-31 Thread John MccLain
Is it possible to target a frame in a jstl call. For example, frame 1 has a button that submits a servlet request. The servlet redirects to another jsp page but you want the jsp page it redirects to to be in frame 2. Can this be done without re-rendering the entire page, and only re-render frame

jstl dreamweaver extensions???

2004-02-27 Thread John MccLain
Has no one out there made any dreamweaver extensions for JSTL??? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

stored procedures and database pooling

2004-02-10 Thread John MccLain
Are there any taglibs out there for stored procedures and database pooling??? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]