Re: fmt:setBundle Performance Pattern?

2006-01-18 Thread Kris Schneider
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [OT] Java Tip

2005-11-16 Thread Kris Schneider
. -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 15, 2005 4:46 PM To: Tag Libraries Users List Subject: Re: [OT] Java Tip Or, create yourself a utility class: public class TimeConstants { public static final long SECOND_MS = 1000; public static

Re: Addressing variables with jstl

2005-10-13 Thread Kris Schneider
, Michael -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XML processing question

2005-03-31 Thread Kris Schneider
select=$doc/WFS_Capabilities/@version//p /body /html ...any suggestions would be valued. Thanks ..Tom = Tom Kralidis Senior Systems Scientist Environment Canada Tel: +01-905-336-4409 http://www.ec.gc.ca/ -- Kris Schneider mailto:[EMAIL PROTECTED

Re: url variable treated as text

2005-03-18 Thread Kris Schneider
in advance scott -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Interesting Xtags Bug

2005-03-16 Thread Kris Schneider
, XTags itself hasn't been updated recently, but I'll grab a fresh nightly of that just in case. Regards, Malcolm. Kris Schneider wrote: Here's what I used to recreate this: JDK 1.4.2 WinXP Pro Tomcat 5.0.28 Xerces 2.6.2 Xalan 2.6.0 installed in $CATALINA_HOME/common/endorsed

Re: Error: javax/servlet/jsp/tagext/TagLibraryValidator

2005-03-04 Thread Kris Schneider
i get taglibs to work propoerly. I've seem numerous posts on the web about this but never a fix.. thanks in advance pg -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e

Re: Help with session tags

2005-03-04 Thread Kris Schneider
that I would like to have invalidated. (This is a login page of my application and I'm trying to remove my scriptlets) Thanks in advance. -Aaron -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Current Xtags Release

2005-02-17 Thread Kris Schneider
508-787-7194 [EMAIL PROTECTED] -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [BSF Taglib]

2005-02-17 Thread Kris Schneider
language=javascript out.println (Test successfull...) /bsf:scriptlet I really don't have a clue what to try next or whether I'm missing something, and that's why I'll appreciate ANY suggestion ;^) Best regards, Carlos -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http

Re: DataSource web.xml question

2005-02-09 Thread Kris Schneider
(); } -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Unable to use JNDI Datasource name with JSTL on jrun 4

2005-02-08 Thread Kris Schneider
to use JNDI name on JRUN4. Much appreciated, Dipak Bhandari [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech

Re: onpropertychange

2005-01-11 Thread Kris Schneider
)? -- --dlm www.myjavaserver.com/~dlm8751 -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Kris Schneider
wrong? I have googled for this for hours on end with no enlightenment. I am currently using the jsp:attribute tag to work around this but would really like to fix this once and for all. Thanks in advance. -- Robert -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http

Re: AW: Newbie Question: EL in attributes for a custom tag not being evaluated??

2005-01-04 Thread Kris Schneider
by the servlet container and then by the JSP tag. Hope this makes things a little clearer, Olaf -Ursprüngliche Nachricht- Von: Kris Schneider [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 4. Januar 2005 13:53 An: Tag Libraries Users List Betreff: Re: Newbie Question: EL

Re: Using JSTL with java.io.Reader

2004-11-17 Thread Kris Schneider
if the name is valid. I can take care of all the database part using the sql:query tag. I just need some help with tags to do the file processing part. Thanks -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: forEach gives servletexception

2004-11-16 Thread Kris Schneider
of the problem, so I can investigate further. Thanks in advance. Thomas -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: sql Connection.close() has already been called

2004-11-15 Thread Kris Schneider
long enough for some timeout value to close the connection? Random as in it happens sometimes. When it happens I need restart the application server (jrun4). The page is blocked. I can't refresh it. I get always the error. regards Lorenzo -- Kris Schneider mailto:[EMAIL PROTECTED

Re: JSTL converts ' to #039;

2004-10-29 Thread Kris Schneider
other ideas for working around this problem, please let me know. Thanks, Otis - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Kris Schneider mailto:[EMAIL PROTECTED

Re: How to avoid the line breaks when a tag file used within javascript?

2004-10-21 Thread Kris Schneider
=Hello, world!/ The file ends here^, not on the next line. The output is: Tag output: 'Hello, world!' So it should be possible to do what you want, it's just a matter of doinking with the tag file... Quoting Rick Reumann [EMAIL PROTECTED]: Kris Schneider wrote the following

Re: How to avoid the line breaks when a tag file used within javascript?

2004-10-21 Thread Kris Schneider
? or B) 'Hello, world!' Hi is there a break before my Hi? I'm getting results like B which is breaking the javascript because of the break. -- Rick -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: How to avoid the line breaks when a tag file used within javascript?

2004-10-21 Thread Kris Schneider
)}%-- --%${postDelim}%-- --%/c:if%-- --%/c:forEach Quoting Rick Reumann [EMAIL PROTECTED]: Kris Schneider wrote the following on 10/21/2004 4:16 PM: Right, got it. The problem is in the DelimItems.tag file. I'm still confused:) Here's the DelimItems tag file: (had this all one line but broker

Re: How to avoid the line breaks when a tag file used within javascript?

2004-10-21 Thread Kris Schneider
/span Thanks for trying to help with this. Kris Schneider wrote the following on 10/21/2004 5:24 PM: Hopefully the formatting's okay: %@ taglib prefix=c uri=http://java.sun.com/jsp/jstl/core; %%-- --%%@ attribute name=items required=true type=java.util.Collection

Re: Mapped properties with JSTL

2004-10-20 Thread Kris Schneider
can I modify the above code so it does as I desire? I figure it has to be close. Thank you!!! -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: c:import problem

2004-10-20 Thread Kris Schneider
for this being a bit long. I'm using Tomcat 5.0.28 and taglibs-standard 1.1.1. This is a servlet 2.4/jsp 2.0 application. Thanks in advance to anyone who might be able to help me here! Christian -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: long sql string data displayed incorrectly from sql

2004-10-20 Thread Kris Schneider
=boxFooter bgLimeGreen uppercase white alignRightnbsp;/div /c:forEach Now the c:out value=${row.commentBody} / is the data type blob. Any suggestions. All other data-types are fine. Kurt -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: How to avoid the line breaks when a tag file used within javascript?

2004-10-20 Thread Kris Schneider
|| !status.last )}'${postDelim}/c:if /c:forEach If you don't provide a pre or postDelim, it just uses comma separated output, which is what I most commonly need. -- Rick -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: How to avoid the line breaks when a tag file used within javascript?

2004-10-20 Thread Kris Schneider
You're sure there's not a newline at the very end of your tag file? Rick Reumann wrote: Kris Schneider wrote the following on 10/20/2004 3:51 PM: Are you still pursuing this? If so, I use the following comment hack: %@ taglib prefix=c uri=http://java.sun.com/jsp/jstl/core; %%-- --%%@ attribute

[ANN] Taglibs Wiki created

2004-10-15 Thread Kris Schneider
We now have an official Apache subwiki. I've just updated the Apache front page (http://wiki.apache.org/) and our own front page (http://wiki.apache.org/jakarta-taglibs). Obviously, our own front page is a bit minimilistic for now, but that's something we can all change ;-). -- Kris Schneider

Re: problem with fmt:formatDate

2004-10-14 Thread Kris Schneider
the default JVM locale would be much better than toString(). here's a sample JSP, you can test it with curl or wget: %@ taglib prefix=fmt uri=http://java.sun.com/jsp/jstl/fmt; % jsp:useBean id=now class=java.util.Date / fmt:formatDate value=${now} pattern=/ regards, flavio tordini -- Kris

RE: easy enough to write, but curious if it'll exist as part of JSTL (forEach question)

2004-10-14 Thread Kris Schneider
then test 'status.first' and 'status.last'. For example: c:forEach var=item items=${items} varStatus=status c:set var=csv value=${csv}${item}/ c:if test=${!status.last} c:set var=csv value=${csv},/ /c:if /c:forEach -- Rick -- Kris Schneider mailto:[EMAIL

Re: easy enough to write, but curious if it'll exist as part of JSTL (forEach question)

2004-10-14 Thread Kris Schneider
You may also want to check out section JSP.2.6 Functions of the JSP 2.0 spec for info on creating your own EL functions. Quoting Rick Reumann [EMAIL PROTECTED]: Kris Schneider wrote the following on 10/14/2004 8:12 AM: %@ page contentType=text/plain % %@ taglib prefix=fn uri=http

Re: standard-examples 'ShowSource.jsp' doesn't show Sources

2004-10-12 Thread Kris Schneider
Taglibs 1.0.6 Jakarta Struts 1.2.4 Many thanks in advance. Kind regards, Joachim Kessel -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: [JSTL] Retrieving the key from a LinkedMap for a known value?

2004-10-12 Thread Kris Schneider
/value pairs in a LinkedMap within the session context I was hoping to merely say well here is the value from the drop down now give me the key which was used as the display text for that drop down. Does this sort of make sense? AB -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech

RE: [JSTL] Retrieving the key from a LinkedMap for a known value?

2004-10-12 Thread Kris Schneider
/value pairs in a LinkedMap within the session context I was hoping to merely say well here is the value from the drop down now give me the key which was used as the display text for that drop down. Does this sort of make sense? AB -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http

Re: xtags

2004-10-04 Thread Kris Schneider
? Thanks, Ben -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: xtags

2004-10-04 Thread Kris Schneider
/xmlrpc/ http://ws.apache.org/xmlrpc/server.html I'm not sure if Axis (http://ws.apache.org/axis/) supports XML-RPC or not... -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail

Re: x:transform failure

2004-09-23 Thread Kris Schneider
} / /p /body /html ## end source ## -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: last element in collection

2004-09-22 Thread Kris Schneider
on java.util.Collection is just that, not getSize(). Any ideas? Thanks, Ben -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [INPUT] Generating drop downs with a specific ordering?

2004-09-21 Thread Kris Schneider
are ordered by their corresponding hash code? Thanks if you can help. AB -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Looping with paramValues

2004-09-14 Thread Kris Schneider
Note: I switched var and items values. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Redirect Issues

2004-09-14 Thread Kris Schneider
whitespace? I was able to correct this once by jamming all my tags together, making it fairly unreadable, but this time around I'm trying to find a better pattern to this. Do certain tags cause this problem? - Nic. Nic Werner Sonoma State University -- Kris

Re: Looping with paramValues

2004-09-14 Thread Kris Schneider
, Kris Schneider [EMAIL PROTECTED] wrote: Well, even if you could do it cleanly, there's no guarantee on the ordering of request parameters. Although the Servlet spec doesn't state it explicitly, it does actually specify that the order of values for a given parameter, as returned

Re: Tomcat 5 JSTL compile error

2004-09-14 Thread Kris Schneider
specific changes to web.xml, server.xml, etc Any help or pointers would be greatly appreciated! Patrick. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL

Re: Looping with paramValues

2004-09-10 Thread Kris Schneider
-- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RV: datagrid

2004-09-10 Thread Kris Schneider
handle xml data, in particular data parsed by the x:parse ... tag. Is this something that datagrid can do? I ask because I could really use it! Regards David -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Integer division question

2004-09-09 Thread Kris Schneider
? Pierre -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Integer division question

2004-09-09 Thread Kris Schneider
of the jstl/el or is it a bug? Pierre -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: using Node variables with JSTL XML tags

2004-09-09 Thread Kris Schneider
behaviour that Kris explained. I think the same hack should be applied to Node variables so they work just like the impl-specific JSTLNodeList. Any ideas? Any chance to let the developers know? They don't seem to be on this list at all... flavio Kris Schneider wrote: It seems like

RE: using Node variables with JSTL XML tags

2004-09-08 Thread Kris Schneider
to implementations of standard DOM interfaces as representing nodes of the type bound to that interface by the DOM specification. Is this behaviour by design? Is it compliant with the spec? Thank you in advance, flavio -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http

Re: How to access java object method from JSTL expression

2004-09-08 Thread Kris Schneider
expression? Now in the JSP, I am trying to access a Java class, which has a business method return a string value. That java class is not a java bean class. Can someone tell me how to do that? Thanks -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

RE: How to access java object method from JSTL expression

2004-09-08 Thread Kris Schneider
expressions by adding a function element to our tag library descriptor (TLD). does JSP 1.2 has anyway to do that? Also, what if the method is not static method and the object is a not a bean , how to access that method? -Original Message- From: Kris Schneider [mailto:[EMAIL

Re: Nested Tags Question

2004-08-24 Thread Kris Schneider
. c:out value='${registrationForm.dobMonth}'/. If i print the same thing out on the page it prints the value. It looks pretty obvious to me that nesting the tags is blocking interpretation of the inner tag. Any suggestions please? Thanks, -kalyan -- Kris Schneider mailto:[EMAIL PROTECTED

Re: Nested Tags Question

2004-08-24 Thread Kris Schneider
, -kalyan -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Nested Tags Question

2004-08-24 Thread Kris Schneider
attibute=${aux}/ the othertag is literally taking the String ${aux} instead of its value. I do have rtexprvaluetrue/rtexprvalue for that particular attribute set. Any thoughts? Thanks --- Kris Schneider [EMAIL PROTECTED] wrote: Yes. In that case, aux will be a page-scoped variable

Re: String concatenation

2004-08-23 Thread Kris Schneider
c:set var=Name value=${firstName}${lastName}/ Quoting David Schwartz [EMAIL PROTECTED]: Is there a way to concatenate strings in JSTL 1.1? For example, c:set var = Name value = ${firstName + lastName} / David Schwartz -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http

Re: how to catch my own exception in jstl

2004-08-20 Thread Kris Schneider
it is. _ Do You Yahoo!? 150ÍòÇúMP3·è¿ñËÑ£¬´øÄú´³ÈëÒôÀÖµîÌà http://music.yisou.com/ ÃÀÅ®Ã÷ÐÇÓ¦Óо¡ÓУ¬ËѱéÃÀͼ¡¢ÑÞͼºÍ¿áͼ http://image.yisou.com 1G¾ÍÊÇ1000Õ×£¬ÑÅ»¢µçÓÊ×ÔÖúÀ©ÈÝ£¡ http://cn.rd.yahoo.com/mail_cn/tag/1g/*http://cn.mail.yahoo.com/event/mail_1g/ -- Kris Schneider mailto:[EMAIL

Re: Custom Tag Error

2004-08-20 Thread Kris Schneider
. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: JSTL 1.0 and the function library

2004-08-20 Thread Kris Schneider
[EMAIL PROTECTED]: Thanks for everyone's help. I'm using too much JSTL 1.1, so I'll have to figure out how to get Tomcat 5.0 and IIS working. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: how to catch my own exception in jstl

2004-08-20 Thread Kris Schneider
exception message. --- Kris Schneider [EMAIL PROTECTED] µÄÕýÎÄ£º c:catch var=exc ... /c:catch c:if test=${exc != null} c:out value=${exc.message}/ /c:if Quoting Gao Di [EMAIL PROTECTED]: i know the c:catch can catch the exception on jsp,but the error message which i

Re: JSTL 1.0 and the function library

2004-08-17 Thread Kris Schneider
1.1. I had been using the function library for some things, namely trim, replace, indexOf, and substring. I am looking for a replacement library. The string library from Jakarta can do everything except indexOf. Does anyone know of a good function library that I can use? -- Kris

Re: jstl BINARY field with mysql

2004-08-16 Thread Kris Schneider
().println(ex.toString()); ex.printStackTrace(); } % /body /html I use jrun4, jstl 1.0.5, mysql 4.0.x and sdk SunJava2-1.4.2 Can you confirm that? regards Lorenzo Sicilia -- KEMEN srl http://www.kemen.it -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech

RE: Display Taglib Dates

2004-08-16 Thread Kris Schneider
, but I'm at a loss for how to use it in conjuction with the display taglib. I tried using the TO_CHAR function in the database query to format my date beforehand, but then it doesn't return any date information at all. Any help? Keith -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech

Re: Using Config.set(session, Config.FMT_LOCALE, locale);

2004-08-13 Thread Kris Schneider
similar to one suggested by Kris Schneider to change the current locale for both Struts and JSTL. In the action after creating a locale based on user input I make the following two calls: // reset the Struts locale session.setAttribute(Globals.LOCALE_KEY, locale

Re: Using Config.set(session, Config.FMT_LOCALE, locale);

2004-08-13 Thread Kris Schneider
to look at some more code... Quoting Bill Siggelkow [EMAIL PROTECTED]: Yes, that's essentially what I was doing ... interestingly enough, I solved the problem by updating to taglibs-standard 1.1.1. Before I was using the jstl.jar and standard.jar included in Struts 1.2.1. Kris Schneider wrote

Re: mail and fmt:message

2004-08-13 Thread Kris Schneider
/ ???user.nick_name???arnor3br/ ???user.pswd???123456789br/ TODO: altri dati a piacerebr/ [EMAIL PROTECTED] ???welcome??? ???mail.text.footer??? I use http://jakarta.apache.org/taglibs/mailer-1.1 Any idea? regards Lorenzo Sicilia -- KEMEN srl http://www.kemen.it -- Kris

Re: How to locate tld file wihin parse error?

2004-07-20 Thread Kris Schneider
?,description?,variable*,attribute*,example?). -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Scriplet OK, JSTL OK - result different!!

2004-07-19 Thread Kris Schneider
--- /FONT -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Different generation of JSTL sql:query

2004-07-07 Thread Kris Schneider
Environment JBoss 3.2.3 JDK 1.4.2 JSTL 1.1 Struts 1.1 -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Using JSTL, newbie question: context

2004-07-06 Thread Kris Schneider
(160)97843733 fax +49(6151)803-9722 Im Tiefen See 45, D-64293 Darmstadt wolfgang.rinnert-at-hbm.com -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Using JSTL, newbie question: context

2004-07-06 Thread Kris Schneider
-- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Sandbox iterators forColumn tag does not accept expression

2004-07-01 Thread Kris Schneider
with : col:forColumns var=activity items=${activities} columns=4 ... ... which is similar to the example provided with the sources. Thanks, Ludo. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: HTML Form Element Value into JSTL

2004-07-01 Thread Kris Schneider
... Quoting Karl Coleman [EMAIL PROTECTED]: How do I use JSTL to grab a value of a form element. I know how to get a value off the request using param, but how do you access the html form elements, or can you? Thanks, Karl -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http

RE: HTML Form Element Value into JSTL

2004-07-01 Thread Kris Schneider
=javascript:void(0) onclick=openChild('child.jsp')Open me/a form name=theForm ... input name=theInput ... /form Then child.jsp would have the parameter available for your c:if tags. Quoting Karl Coleman [EMAIL PROTECTED]: By a link. -Original Message- From: Kris Schneider [mailto:[EMAIL

Re: x:if question

2004-06-25 Thread Kris Schneider
question is, what is the correct syntax for detect the presence (not non-null value) of an XML node? Thanks in advance David -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: x:if question

2004-06-25 Thread Kris Schneider
old values are only cleared out if directly overwritten? Thanks David On Friday 25 June 2004 13:22, Kris Schneider wrote: Is this the kind of thing you mean? %@ page contentType=text/plain % %@ taglib prefix=x uri=http://java.sun.com/jstl/xml; % x:parse var=error root

Re: x:if question

2004-06-25 Thread Kris Schneider
the datastream is as I think, as the host end logs all requests and responses currently. Thanks David On Friday 25 June 2004 14:14, Kris Schneider wrote: So the page has something like: x:parse var=data scope=session io:xmlrpc url=... %-- or io:soap, io:http

Re: formatDate sometimes doesn't render right

2004-06-25 Thread Kris Schneider
that context. Has anyone seen this before? I don't see reports of this in the archive for this list. Anyone have suggestions for how I should proceed? Environment: Sun Solaris 9 SunCluster Tomcat 5 with clustering Jakarta JSTL standard 1.1 OpenSymphony tag lib Thanks! -- Kris Schneider

Re: formatDate sometimes doesn't render right

2004-06-25 Thread Kris Schneider
]: On Jun 25, 2004, at 9:16 AM, Kris Schneider wrote: Have you tried testing without the cache:cache tag? Thank you for your quick response, Kris. Yes I've tried without the cache tags, but the problem is intermittent. I can do many page reloads and not see it. It comes up a few times

Re: Using JSTL import with a URL in a bean

2004-06-22 Thread Kris Schneider
-- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Using JSTL import with a URL in a bean

2004-06-22 Thread Kris Schneider
://java.sun.com/jstl/xml; % Quoting Stuart Schmukler [EMAIL PROTECTED]: I am using Tomcat 4.1.29, so now I am questioning what standard.jar I am using. Will Standard 1.1.0 work in Tomcat 4.1.29? Stuart On Tue, 22 Jun 2004, Kris Schneider ([EMAIL PROTECTED]) wrote: The url attribute

Re: jsp:directive.tag directive can only be used in a tag file

2004-06-21 Thread Kris Schneider
am doing I believe I am doing the right thing Steven M. Lewis PhD 4221 105th Ave NE Kirkland, WA 98033 425-889-2694 206-384-1340 (cell) -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: jsp 2.0 el string functions error

2004-06-21 Thread Kris Schneider
Volundarson Icelandic Cancer Registry [EMAIL PROTECTED] -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jsp:directive.tag directive can only be used in a tag file

2004-06-21 Thread Kris Schneider
425-889-2694 206-384-1340 (cell) -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail

Re: JSTL1.1 and DataSource problems

2004-06-08 Thread Kris Schneider
: [ServletException in:/sysAdminModule/banners/generalBanner.jsp] Unable to get connection, DataSource invalid: java.sql.SQLException: No suitable driver Any ideas why this worked with JSTL1.0 and now, with JSTL1.1, it does not? Thanks, Frank. -- Kris Schneider mailto:[EMAIL PROTECTED

Re: Mailer tag library and charset=iso-8859-2

2004-06-02 Thread Kris Schneider
during tomcat starting. best regards, Lukasz Kris Schneider wrote: That looks like a build error that's been popping up in a few different taglibs. The workaround is to remove the xmlns:xalan=http://xml.apache.org/xslt; attribute from the taglib element in the TLD file(s

Re: xml and date problem

2004-06-02 Thread Kris Schneider
it produces:- 2004-06-02 14:20:14 2004-06-02 14:20:14 i.e. it repeats the first date. If there are more than two xml items it repeats the same date all the way through. Is this a known problem, and is there a fix? David -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http

Re: xml and date problem

2004-06-02 Thread Kris Schneider
1.4.3, Xalan 2.3.1 -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: 02 June 2004 18:45 To: Tag Libraries Users List Subject: Re: xml and date problem I changed your example only to make it work more nicely as text output: %@ page contentType=text

Re: New to tag libs - sax driver not specified??

2004-06-02 Thread Kris Schneider
is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.690 / Virus Database: 451 - Release Date: 5/22/2004 -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

RE: *regular* jsp vs. *xml document* jsp question

2004-05-28 Thread Kris Schneider
Application 2.2//EN http://java.sun.com/dtd/web-app_2_3.dtd; web-app ... /web-app Looks like my web.xml is defined differently than you suggest. Is there a problem with this? -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 1

Re: *regular* jsp vs. *xml document* jsp question

2004-05-27 Thread Kris Schneider
-- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Associative array variable in JSP tag file

2004-05-27 Thread Kris Schneider
360 St-Jacques St West, 12th Floor Montreal QC H2Y 1P5 514.841.9665 x212 Phone 514.841.3750 Fax -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: *regular* jsp vs. *xml document* jsp question

2004-05-27 Thread Kris Schneider
/JSP 2.0. -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Thursday, May 27, 2004 6:17 AM To: Tag Libraries Users List Subject: Re: *regular* jsp vs. *xml document* jsp question Do you need to remain compliant with Servlet 2.3/JSP 1.2 or can you go

Re: servlet.jar location

2004-05-25 Thread Kris Schneider
common/lib/jsp-api.jar common/lib/servlet-api.jar Quoting David Schwartz [EMAIL PROTECTED]: Where should servlet.jar be located for tomcat 5.0.24? David Schwartz -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

RE: servlet.jar location

2004-05-25 Thread Kris Schneider
[EMAIL PROTECTED]: Thanks. Does common/lib have to be in the classpath? I have them there but servlet still doesn't work. I'm wondering if the mapping in web.xml is dif between tomcat 4 5. David Schwartz -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent

Re: How to parse a soap message

2004-05-25 Thread Kris Schneider
PROTECTED] --- -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Iteration over Collection

2004-05-25 Thread Kris Schneider
of QuickAddress Software a href=http://www.qas.com;www.qas.com/a Registered in England: No 2582055 Registered in Australia: No 082 851 474 --- /FONT -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: 1.1 / 1.0 Crossover

2004-05-25 Thread Kris Schneider
: No 2582055 Registered in Australia: No 082 851 474 --- /FONT -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL

Re: Adding attributes to an XML element in JSTL

2004-05-24 Thread Kris Schneider
without putting in extra workarounds to modify my XML data. I'm going to bite the bullet now and try Struts (I tried XForms but it was a waste of time due to limits in the implementations). Murray -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: x:parse error - Cannot inherit from final class

2004-05-23 Thread Kris Schneider
(JspServletWrapper.java:2 98) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) David Schwartz -- Kris Schneider mailto:[EMAIL PROTECTED

<    1   2   3   4   5   >