Re: Why one way works, but not the other?

2002-10-21 Thread Kris Schneider
, it definitely will impact your output. Quoting Vernon Wu [EMAIL PROTECTED]: Thanks, Karr. The change, however, shalln't have any impact on the final output, shall it? 10/21/2002 12:33:03 PM, Kris Schneider [EMAIL PROTECTED] wrote: You don't need the jsp:useBean action for JSTL to get

Re: Why one way works, but not the other?

2002-10-21 Thread Kris Schneider
implemention doesn't display the data. Can anyone see a problem here/ Thanks, Vernon -- To unsubscribe, e-mail: mailto:taglibs-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:taglibs-user-help;jakarta.apache.org -- Kris Schneider mailto:kris

Re: Why one way works, but not the other?

2002-10-21 Thread Kris Schneider
. Thank for your and Karr's help. There are a lot of things to learn along the way to build a Java web application. 10/21/2002 12:59:31 PM, Kris Schneider [EMAIL PROTECTED] wrote: I'm not Karr by the way. In any event, using sessionScope.mbox.list might not have any impact

Re: Having trouble using datetime taglib to format a date

2002-11-13 Thread Kris Schneider
Department Suite 200 700 Town Center Drive Newport News, VA 23606 757-926-1810 -- To unsubscribe, e-mail: mailto:taglibs-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:taglibs-user-help;jakarta.apache.org -- Kris Schneider mailto:kris;dotech.com D.O.Tech

Re: Having trouble using datetime taglib to format a date

2002-11-13 Thread Kris Schneider
One more thing ;-). If you really have to do your DB access and processing from within a JSP, you should check out an implementation of JSTL (like the Jakarta Standard Taglib). It requires a JSP 1.2 container. It also includes formatting actions... Quoting Kris Schneider [EMAIL PROTECTED

Re: [Q] weblogic's precompile failed - SaxParser exception.

2003-06-12 Thread Kris Schneider
(SlaveCallbackHandler.ja va:24) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134) -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

RE: timeZone and day light saving time

2003-06-12 Thread Kris Schneider
TimeZone, not SimpleTimeZone. Is there way to specify day light saving timezone? Thanks, Howard Lin -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Dynamic includes

2003-06-27 Thread Kris Schneider
that allows using nested tags for resolving the url? B: Is it possible to create a tag that includes within the page context/scope? Thanks in advance, Martin van Dijken -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

RE: How to create a general resource bundle for JSTL?

2003-07-09 Thread Kris Schneider
? Right now, when someone enters a new key in the database, we have to restart Tomcat. Thanks for any help! Eric -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Setting Date Value For SQL Query

2003-07-09 Thread Kris Schneider
* FROM DEFECT into that JSP and get a table result back. What does all this tell me? I must need more coffee, because I'm still not seeing what I've missed. Gotta be a bonehead problem. --- Kris Schneider [EMAIL PROTECTED] wrote: Are you using: sql:dateParam value

RE: How to create a general resource bundle for JSTL?

2003-07-09 Thread Kris Schneider
... Perhaps someone from the JSTL team could clarify things? Best regards, Eric -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 9. Juli 2003 18:07 To: Tag Libraries Users List Subject: RE: How to create a general resource bundle for JSTL

Re: Setting Date Value For SQL Query

2003-07-09 Thread Kris Schneider
much. Sincerely, MOD -- 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: How to create a general resource bundle for JSTL?

2003-07-10 Thread Kris Schneider
have to restart Tomcat. Thanks for any help! Eric -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: How to retrieve a value from a Map where key is an Integer ..?

2003-07-16 Thread Kris Schneider
.${reportID}}/ (Tied into the first question reportID is an Integer but if need be I can make sure it's a String representation of the Integer). Thanks for any help. -- Rick -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: continued question on using an Integer from a Map

2003-07-17 Thread Kris Schneider
so I can let the tag know whether the key to be looked up should be cast to an Integer from the String representation that is being passed to the tag evaluation. -- Rick -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: One loop for two arrays

2003-07-22 Thread Kris Schneider
, Vincent Peytavin wrote: c:forEach var=nom items=${liste1} varStatus=i // Something which puts in 'surname' the value of 'list2[i]' /c:forEach I think the something could be something like:: c:set var=surname value=${list2[i]}/ Is that what you want? Felipe -- Kris

Re: So many dependencies...

2003-07-25 Thread Kris Schneider
we merge them into one called jstl.jar? Or uses libs from commons? -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Removing a value from a map present in Session

2003-08-11 Thread Kris Schneider
) % How do i achieve this in jstl el ? Thanks Shanmugam PL -- 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: XML Selects and bean style properties.

2003-08-14 Thread Kris Schneider
Sorry, sent before seeing Bill's reply and reading that you've got an easy workaround which is probably the same thing... Quoting Kris Schneider [EMAIL PROTECTED]: So, something like this doesn't work? x:out select=/foo/[EMAIL PROTECTED]/ Find the bar element with an attribute x equal

Re: XML Selects and bean style properties.

2003-08-14 Thread Kris Schneider
? :-) Rick -- 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: Removing a value from a map present in Session

2003-08-14 Thread Kris Schneider
difference here -- using the c:set ... method I think it will actually set the Map value to null but the key will still be there. Whereas doing the explicity Map.remove() will actually remove the map entry. -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Monday

Re: forEach = Exception javax/servlet/jsp/jstl/core/LoopTagSupport

2003-08-27 Thread Kris Schneider
so that I can debug at least? Regards, Thilo. -- 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 c:if tag to work out if one date is less than another.

2003-09-04 Thread Kris Schneider
/tr /table Using Tomcat 4.1.18 and JSTL 1.0 -- 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 c:if tag to work out if one date is less than another .

2003-09-04 Thread Kris Schneider
. Thank-you Kris, works like a dream. Am I right in thinking you can access any property on any object in the expression language as long as the method name begins with 'get'? Martin -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: 04 September 2003 13

Re: c:import

2003-09-17 Thread Kris Schneider
the c:import url=${xyz}/. This is not working in my JSP. The tag is including nothing in my page. I've even tried to give it a static reference to the jsp c:import url=xyzPage.jsp/ and still nothing. Does anyone know what's wrong? - Billy - -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech

Re: c:import

2003-09-17 Thread Kris Schneider
/03 11:34 AM, Kris Schneider [EMAIL PROTECTED] wrote: Is xyz only a scripting variable or is it also a scoped variable? Quoting Billy Bacon [EMAIL PROTECTED]: Yes, I am importing the core library, I have plenty of other c: tags within my jsp and they work perfectly that's why

Re: Use JSTL to output a path in the containor

2003-09-17 Thread Kris Schneider
to U.S. Residents Only -- 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: c:import

2003-09-17 Thread Kris Schneider
, Kris Schneider [EMAIL PROTECTED] wrote: Have you tried a context-relative path (starts with /) to the page? Quoting Billy Bacon [EMAIL PROTECTED]: It's a scoped variable. But I think the problem is elsewhere because even this doesn't work for me and no exception is thrown

Re: c:url question

2003-09-17 Thread Kris Schneider
=9B0DA55495E2CD9BF40AAD98A4E115D8 Looks to me like that jsessionid is making it so I can't find the background. How do I get rid of it? Thanks - MOD -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: c:url question

2003-09-18 Thread Kris Schneider
Tomcat 4.1.24 as the server. I'll try your c:out suggestion and see if that helps. Thanks very much. - MOD --- Kris Schneider [EMAIL PROTECTED] wrote: The next time you hit the page it works though, right? If you're tracking sessions via cookies, subsequent responses won't

Re: xml filter parser

2003-10-01 Thread Kris Schneider
my xmlDocument with a Xpath string like //packet/param. With Jdom I can try with this: XPath filterPath = XPath.newInstance(//packet/param); List rows = filterPath.selectNodes(this.xmlDoc); Can I do in jstl? Best Regards Lorenzo Sicilia p.s. Sorry for my poor english :) -- Kris

Re: fmt taglib validation fails with web-app_2_4.xsd

2003-10-02 Thread Kris Schneider
to this issue in the archives or google or bugzilla, but I'm sure it must be a well known issue. Does anybody know what's up with my set-up? Adam -- struts 1.1 + tomcat 5.0.12 + java 1.4.2 Linux 2.4.20 RH9 -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: fmt taglib validation fails with web-app_2_4.xsd

2003-10-02 Thread Kris Schneider
/j2ee:tag-file){0-UNBOUNDED},(http://java.sun.com/xml/ns/j2ee:function){0-UNBOUNDED},(http://java.sun.com/xml/ns/j2ee:taglib-extension){0-UNBOUNDED})'. On 10/02/2003 07:32 PM Kris Schneider wrote: You should probably try using Standard 1.1.0-B1 since TC 5 is a JSP 2.0 container. Note

Re: fmt taglib validation fails with web-app_2_4.xsd

2003-10-03 Thread Kris Schneider
-- struts 1.1 + tomcat 5.0.12 + java 1.4.2 Linux 2.4.20 RH9 -- 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: fmt taglib validation fails with web-app_2_4.xsd

2003-10-03 Thread Kris Schneider
http://www.gefionsoftware.com/ Author of O'Reilly's JavaServer Pages, covering JSP 1.2 and JSTL 1.0 Details athttp://TheJSPBook.com/ -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Using jsp:useBean within a c:forEach loop - Having problems

2003-10-16 Thread Kris Schneider
( Mobile +44 (0)7767 656588 * email [EMAIL PROTECTED] Based at: CSC, Alliance House, Library Road, Chorley, Lancs, PR6 7EN CSC Computer Sciences Limited: Registered in England, No. 963578. Registered office: Royal Pavilion, Wellesley Road, Aldershot, Hampshire, GU11 1PZ. -- Kris Schneider

RE: Pass scrape taglib to a method (revisited)

2003-10-16 Thread Kris Schneider
://webtuitive.com dream. code. -- 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: test expression within test using jsp:expression c:when test=j sp:expressionrequest.isUserInRole

2003-10-17 Thread Kris Schneider
divinput type=text maxlength=20 name=serviceRequest.pon value=c:out value='${serviceRequest.pon}' //div /c:when -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

RE: test expression within test using jsp:expression c:when test =j sp:expressionrequest.isUserInRole

2003-10-17 Thread Kris Schneider
Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 10:56 AM To: Tag Libraries Users List Subject: Re: test expression within test using jsp:expression c:when test=j sp:expressionrequest.isUserInRole %@ taglib prefix=c_rt uri=http://java.sun.com/jstl

Re: Substitute for c:set

2003-10-25 Thread Kris Schneider
] Sent: Friday, October 24, 2003 3:02 PM To: Tag Libraries Users List Subject: Substitute for c:set Is there a struts substitute for the taglib c:set/ tag? Savan Thongvanh Berkley Technology Services 515.278.7725 -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Struts and bean:message vs fmt:

2003-10-29 Thread Kris Schneider
, No. 963578. Registered office: Royal Pavilion, Wellesley Road, Aldershot, Hampshire, GU11 1PZ. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: c:out unable to find value

2003-11-03 Thread Kris Schneider
${customer.id} (i.e. use the getId() method)? I am using Jakarta's 1.0.4 taglibs... -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: hold all laughter....

2003-11-03 Thread Kris Schneider
under the core but I haven't seen a core file to download several commons tags though Thanks. .. laughing now permitted. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: c:out unable to find value

2003-11-03 Thread Kris Schneider
three times today. Gack. -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 3:14 PM To: Tag Libraries Users List Subject: RE: c:out unable to find value Okay, so you've heard about all the solar flare activity, right? I'm sure once

Re: How to use c:url with c:import?

2003-11-04 Thread Kris Schneider
that start with a slash to be relative to the current context. The spec seems to indicate c:import can handle URLs generated with c:url, but I don't see how. Help? K.C. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

RE: How to maintain the selection items in the Select using the j akarta.apache.org input tag library

2003-11-05 Thread Kris Schneider
if you stay within the limits -- 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: xsl:when

2003-11-07 Thread Kris Schneider
test=@datum=$today, the test doesn't work. Any suggestions? Thanks, Stefan -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: embedding sql:query

2003-11-10 Thread Kris Schneider
value=${listRec.crs_id} /', 'recycle')/tr /c:forEach -- 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: embedding sql:query

2003-11-10 Thread Kris Schneider
exactly which part of the page is causing the problem. Quoting Peter Choe [EMAIL PROTECTED]: no error is being reported but the jsp doesn't finish rendering. but i guess i should redo the design. i was just trying to be lazy and avoid coding. thanks all. Kris Schneider wrote

Re: Jstl i18n not working

2003-11-10 Thread Kris Schneider
: fmt:bundle basename=ApplicationResources fmt:message key=j2emain.title / /fmt:bundle But I am getting the following output: ???j2emain.title??? Help appreciated! -Yan -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Jstl i18n not working

2003-11-10 Thread Kris Schneider
/ApplicationResources.properties Quoting Kris Schneider [EMAIL PROTECTED]: Nothing to do with Struts. From the JSTL spec for fmt:message: If the i18n localization context that this action determines does not have any resource bundle, an error message of the form ???key??? is produced. Try

RE: Jstl i18n not working

2003-11-10 Thread Kris Schneider
! -Yan -- 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 i18n not working

2003-11-10 Thread Kris Schneider
getting: title ???j2emain.title??? /title -- Oh, wait, why do I need basename? Ah, I don't understand this very well -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: November 10, 2003 10

RE: Jstl i18n not working

2003-11-10 Thread Kris Schneider
:). Thanks for your help! -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: November 10, 2003 10:41 AM To: Tag Libraries Users List Subject: RE: Jstl i18n not working Okay, you've got a file called ApplicationResources.properties, right? If it's in WEB

Re: JSTL (fmt multiple bundles get locale, c forTokens last token)

2003-11-11 Thread Kris Schneider
, Config.FMT_LOCALIZATION_CONTEXT); pageContext.setAttribute(locCtxLocale, locCtx.getLocale()); % c:out value=${locCtxLocale}/ Thanks in advance. Harod Ruthgar - when the horn doesn't work, watch out for the fingers -- Kris Schneider mailto:[EMAIL PROTECTED

Re: JSTL (fmt multiple bundles get locale, c forTokens last token)

2003-11-11 Thread Kris Schneider
Okay, so after taking a second look at the code snippet for #3, forget about it. Not only won't it compile as given, but it'll probably receive a String instead of a LocalizationContext from Config.find. Sorry 'bout that... Quoting Kris Schneider [EMAIL PROTECTED]: Quoting Harod Ruthgar [EMAIL

Re: formating date

2003-11-11 Thread Kris Schneider
: javax.servlet.jsp.JspException: An error occurred while evaluating custom action attribute value with value ${d1}: Attempt to coerce a value of type java.util.ArrayList to type java.util.Date (null) Any suggestion? Regards, Stefan -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech

Re: formating date

2003-11-11 Thread Kris Schneider
Or this: x:forEach select=$xml//dan fmt:parseDate var=datumDate pattern=-MM-dd x:out select=@datum/ /fmt:parseDate fmt:formatDate value=${datumDate} pattern=EE, dd.MM./ /x:forEach Quoting Kris Schneider [EMAIL PROTECTED]: x:forEach select=$xml2//dan c:set var=datumx:out

Re: formating date

2003-11-12 Thread Kris Schneider
You're welcome. Quoting Stefan Trcko [EMAIL PROTECTED]: Thanks again Kris. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: = comparison

2003-11-14 Thread Kris Schneider
, Vijay -- 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: setting to an xml file

2003-11-17 Thread Kris Schneider
Use c:import: c:import var=xml url=/relative/url/my_xml_file.xml/ x:parse var=orders xml=${xml}/ Quoting [EMAIL PROTECTED]: How can I set the xml to an xml file? For example... x:parse xml=c:\my_xml_file.xml var=orders/ Thanks -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech

RE: Random Taglib crashes every fourth time?

2003-11-18 Thread Kris Schneider
) Best regards, Eric P.S. I use Tomcat 4.1.24 -- 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: Random Taglib crashes every fourth time?

2003-11-18 Thread Kris Schneider
, Eric -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Dienstag, 18. November 2003 16:17 To: Tag Libraries Users List Subject: RE: Random Taglib crashes every fourth time? Yup. Reproduced with: Random 1.0.1 TC 4.1.29-LE Sun JDK 1.4.2_01 WinXP It looks

RE: Random Taglib crashes every fourth time?

2003-11-18 Thread Kris Schneider
Quick follow-up. This is likely to be a bug with the random taglib, not TC's pooling implementation... Quoting Kris Schneider [EMAIL PROTECTED]: How 'bout: (specifically the section called Tag handler life cycle and instance reuse) http://www.onjava.com/pub/a/onjava/2001/11/07/jsp12.html

Re: closing sql connection

2003-11-18 Thread Kris Schneider
No, the existing tags should be closing connections automatically. Quoting Peter Choe [EMAIL PROTECTED]: Is there a tag to close the sql connections in the JSTL? Peter Choe -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: fmt+struts headaches.

2003-11-20 Thread Kris Schneider
.) Does anyone know how I can change the fmt locale as part of an action (ie not using the fmt tags)? ALSO, i had to change the URI of the fmt tag to be http:// java.sun.com/jstl/fmt before it would work properly. Are there any other tag libraries with such a feature? c -- Kris

Re: fmt+struts headaches.

2003-11-20 Thread Kris Schneider
]: aaah. many thanks. that looks exactly like what i want. should i replace my c taglibs (and others), presently URI=/ WEB-INF/c.tld with http://java.sun.com/jstl/c; too? c On Thursday 20 November 2003 13:39, Kris Schneider wrote: You might try using a servlet filter to keep the locales

Re: Accessing properties

2003-11-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: fmt+struts headaches.

2003-11-21 Thread Kris Schneider
with a fmt:message tag is enclosed in a fmt:bundle tag. Is that right? K.C. Kris Schneider wrote: You might try using a servlet filter to keep the locales in sync: import javax.servlet.jsp.jstl.core.Config; ... HttpSession session = request.getSession(true); Locale locale = (Locale

Re: Random picture display?

2003-11-24 Thread Kris Schneider
random tag lib and name the pictures for example from 00.jpg to 99.jpg, but then it will be difficult add new one to the directory without changing the code of the pages. thanks for any help. regards, lukasz -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http

Re: java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagLibraryValidator

2003-11-26 Thread Kris Schneider
-authContainer/res-auth /resource-ref /web-app On Wed, 2003-11-19 at 11:28, Kris Schneider wrote: If you're using TC 5, you should also be using JSTL 1.1. Instead of putting the JSTL JAR files in $CATALINA_HOME/common/lib, put them in your app's WEB-INF/lib directory. Note

Re: Hashtable and JSTL

2003-11-26 Thread Kris Schneider
hashtable. The project is in a session variable. Is it possible we foreach or differents taglibs ? Thanks -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: RE: trim string, append '...'

2003-11-26 Thread Kris Schneider
own 800 number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: html:image tag

2003-11-26 Thread Kris Schneider
the calendar popup works when I use the following html input element: input type=button property=buttonClick value=Calendar onclick=show_calendar('StandardsForm.anyDate','INLINE'); Thanks -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: well-known URI's

2003-12-01 Thread Kris Schneider
custom tag library to be used without specifying the taglib in the web.xml. Thanks, Ben -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: out and set general purpose tags in v. 1.1

2003-12-02 Thread Kris Schneider
) at java.lang.Thread.run(Thread.java:536) Thanks for any help. -- 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: fmt_rt encoding trouble

2003-12-03 Thread Kris Schneider
_ `/ __/ __/ /_/|_/\__/\__/___/_/_/_|_,_/_/ \__/ http://www.netsmart.gr mailto:[EMAIL PROTECTED] tel:+302103240940 http://forte.netsmart.gr/foaf/manos_foaf.rdf -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: fmt_rt encoding trouble

2003-12-03 Thread Kris Schneider
both ISO-8859-7 and UTF-8). Kris Schneider wrote: I'm confused by your statement, without the taglib reseting it each time. I don't see where it's doing anything with character encoding. It sounds like you're already doing something like: %@ page pageEncoding=UTF-8 % right? I

Re: JSTL XML Parsing

2003-12-05 Thread Kris Schneider
(StandardPipeline.java:472) at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943) === message truncated === __ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ -- Kris Schneider mailto:[EMAIL PROTECTED

Re: Calling a bean method in c:out/

2003-12-05 Thread Kris Schneider
='${i[empno]}'/ /c:forEach Lucky I had a few minutes to spare;) I usually just scream read the spec:) Martin -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL

Re: how to parseInt in jstl using express language?

2003-12-09 Thread Kris Schneider
? MATSUHASHI -- 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: how to parseInt in jstl using express language?

2003-12-09 Thread Kris Schneider
depends whether you just need output to display 2 or if you actually want the number 2 to use elsewhere. Kris Schneider wrote: Right (sort of). Here's what the spec has to say about division: Binary operator - A {/} B If A and B are null, - return 0 Coerce both A and B to Double

RE: xtags, xsl, xml, jsp

2003-12-10 Thread Kris Schneider
/TABLE BR / xsl:apply-templates/ /BODY /HTML /xsl:template Thanks Tridev -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Constructing key to an object in session scope

2003-12-11 Thread Kris Schneider
and I'm just not awake yet... -- Wendy Smoak Application Systems Analyst, Sr. ASU IA Information Resources Management -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e

RE: Constructing key to an object in session scope

2003-12-11 Thread Kris Schneider
: Kris Schneider [mailto:[EMAIL PROTECTED] c:set var=mapName value=${year}account/ c:forEach var=account items=${sessionScope[mapName]} Thanks for jogging my memory... You can construct the key, but you lose the ability to magically find it in any scope, you have to specify where it should

RE: Constructing key to an object in session scope

2003-12-11 Thread Kris Schneider
;-) I hate to make it more readable, but you should be able to do: c:forEach items=${accountMap[accountForm.map.year]} var=account Quoting Wendy Smoak [EMAIL PROTECTED]: From: Kris Schneider [mailto:[EMAIL PROTECTED] Another approach would be to maintain a map of maps (keyed by year

Re: Serialising javax.servlet.jsp.jstl.sql.ResultImpl

2003-12-16 Thread Kris Schneider
. Is there any way to serialize it. I think Result is a map of Strings only. Antony Paul. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Serialising javax.servlet.jsp.jstl.sql.ResultImpl

2003-12-16 Thread Kris Schneider
Kris Schneider wrote: While it could be argued it's not a bug, it certainly would be a nice enhancement to have ResultImpl implement Serializable. There are, however, a couple of things you can do in the meantime. Depending on your needs, you could just store the SortedMap[] returned

Re: Serialising javax.servlet.jsp.jstl.sql.ResultImpl

2003-12-16 Thread Kris Schneider
that requirement as well. Quoting Kris Schneider [EMAIL PROTECTED]: Here's a comment from ResultImpl.java: It is not part of the JSTL API; it serves merely as a back-end to ResultSupport's static methods. Also, the 1.0 spec only references Result and ResultSupport. I don't see how it's a spec

Re: Serialising javax.servlet.jsp.jstl.sql.ResultImpl

2003-12-16 Thread Kris Schneider
not be portable. And the specs are very strict on compatibility/portability issues... I'll consult with a few spec gurus and report back... Thanks, -- Pierre Kris Schneider wrote: A couple of other points to consider. According to the Serialization Spec, adding Serializable

RE: x:transform

2003-12-22 Thread Kris Schneider
. c:set var=xml value=${sessionScope['Query#MostRecentlyMarshalled']}/ x:parse xml=${xml} var=query/ -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 11:52 AM To: Tag Libraries Users List Subject: Re: x:transform How

Re: [OT]RE: x:transform

2003-12-22 Thread Kris Schneider
the exact problem is yet.I did read the javadoc.I wish I could use a tool to figure out deadlocks- would something like JMeter or is there any open source tool to detect memory leaks or deadlocks ? Thanks, Vijay -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent

Re: Cannot access JNDI datasource from SQL JSTL

2003-12-29 Thread Kris Schneider
? Please. Igor -- 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 Sets with JSTL

2003-12-30 Thread Kris Schneider
be appropriate. Or, maybe what you're doing is better suited to a servlet or component of an MVC/Model 2 framework. In other words, do more data processing before forwarding to the JSP. Thanks, Patrick -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Getting web app context?

2004-01-08 Thread Kris Schneider
, elegant way of doing this using JSTL. I've tried using the following in place of MYAPP above: c:url value=Action.do/, but that didn't work :( I actually couldn't even get this to work: c:out value=c:url value=Action.do// Thanks, Otis -- Kris Schneider mailto:[EMAIL PROTECTED

Re: tomcat problem

2004-01-08 Thread Kris Schneider
] [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: tomcat problem

2004-01-08 Thread Kris Schneider
On Thu, 8 Jan 2004, Kris Schneider wrote: Since it looks like you've got some JSTL JAR files in your app, I'll assume you're using TC 4.1. If you're not, let us know which version you are using. Here's all you need in WEB-INF/lib: jaxen-full.jar jstl.jar saxpath.jar standard.jar xtags.jar The rest

Re: tomcat problem

2004-01-08 Thread Kris Schneider
/taglibs/xtags-1.0) cannot be resolved in either web.xml or the jar files deployed with this application. But if I remove the jars I can work with all anothers jsp. The problem is when I put the jars into the ROOT/WEB-INF/lib directory. Thanks Claudia On Thu, 8 Jan 2004, Kris Schneider wrote

Re: jstl xpath

2004-01-12 Thread Kris Schneider
intend to use dom4j. Is there anything other than dom4j ? Will be very much thankful.. Cheers Tridev -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: jstl xpath

2004-01-12 Thread Kris Schneider
Quoting Kris Schneider [EMAIL PROTECTED]: Pretty the Jakarta Standard taglib, a JSTL implementation, uses Jaxen for ^sure its XPath engine. All the JAR files you need are distributed with the taglib: jaxen-full.jar jstl.jar saxpath.jar standard.jar Not sure where dom4j came

  1   2   3   4   5   >