RE: Automatically detecting struts-config changes and reload app.

2004-03-25 Thread Kris Schneider
to re-load the whole struts-config.xml? -- 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 Tomcat declarative security for my app

2004-03-24 Thread Kris Schneider
a spelling error ? 2. And the role should be defined in tomcat-users.xml also. And the users in this role would alone be allowed access. Thanks -- pady [EMAIL PROTECTED] -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

[OT] Re: How do I access Message Resources in an Action?

2004-03-02 Thread Kris Schneider
or the page is really down. ___ Tim Adler, Abt. SDA1 Adress Management Solutions AZ | Direct Carl-Bertelsmann Straße 161s D-33311 Gütersloh Tel.: 05241/ 80 - 89574 [EMAIL PROTECTED] -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http

RE: [OT] JSP or Velocity

2004-02-27 Thread Kris Schneider
I have tried to look for some good tutorials for JTSL but have failed to find any that have addressed the basics. Any pointers to resources (apart from www.google.com ;-) ) will receive huge karma and gratitude in their next life Andrew -- Kris Schneider mailto:[EMAIL PROTECTED

RE: Tomcat 4 Compression Filter

2004-02-25 Thread Kris Schneider
standard feature of Tomcat. Has anyone used this in a 'live' environment and if so are there any issues or with it or recommendations? Does anyone have any alternatives that they have deployed? Niall -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Tomcat 4 Compression Filter

2004-02-25 Thread Kris Schneider
? Jerry Jalenak Development Manager, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED] -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 9:42 AM To: Struts Users

Re: multiple parameters within iterate loop

2004-02-19 Thread Kris Schneider
=paramValuesExtractClick to retrieve extract/html:link /logic:iterate Any advice would be apprciated. Thanks, Jackie. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

RE: html:javascript simple question

2004-02-19 Thread Kris Schneider
; if(year1000) year+=1900; var date=day + / + month + / + year; window.document.forms[0]'shipments.shipmentDate'].value=date; } This is working fine, but thaught might there be a better way doing this ? Using html:javascript ? Thanks !! -- Kris Schneider mailto

Re: html:link with linkName attribute becomes anchor?

2004-02-19 Thread Kris Schneider
, but I'd rather get an understanding of what's going on, before I go that route. Thanks! -- Brice D. Ruth Sr. IT Analyst Fiskars Brands, Inc. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: html:link with linkName attribute becomes anchor?

2004-02-19 Thread Kris Schneider
Seems like it... Quoting Brice Ruth [EMAIL PROTECTED]: OK, then it seems that the Struts behaviour is incorrect? Kris Schneider wrote: HTML 4.01 Specification 12.1.3 Specifying anchors and links Authors may set the name and href attributes simultaneously in the same A instance

Re: [OT] XSL problem... not really struts, but I guess there are people here that know some XSL

2004-02-13 Thread Kris Schneider
/imgtype != 'none' WHILE the following does print out the correct value xsl:value-of select=following-sibling::article/imgtype/ Thx in advance -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

RE: [OT] Case insensitive Map keys

2004-02-12 Thread Kris Schneider
there be a way to calculate a hash for strings in upper or lower case to result in the same value? Thanks in advance. Guillermo. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Struts and XSL ?

2004-02-09 Thread Kris Schneider
/ but are there any alternatives? I'd be interested in knowing if anyone has gone down this route, what you chose and how you got on with it. Thanks, Andrew -- Andrew Bate Serco Justice Direct Line: (01452) 880433 Email: [EMAIL PROTECTED] -- Kris Schneider mailto:[EMAIL

RE: Struts and XSL ?

2004-02-09 Thread Kris Schneider
Okay, so scratch that idea ;-). Quoting Andrew Bate [EMAIL PROTECTED]: Kris, Kris Schneider [mailto:[EMAIL PROTECTED] I don't have a particular framework or extension to recommend, but I will add that XSLT and JSP can happily be used *together*. JSP is not just HTML. We're

Re: help with xml syntax of JSP with taglibs

2004-02-09 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: logic:iterate question

2004-02-06 Thread Kris Schneider
Resources Management -- 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: logic:iterate question

2004-02-06 Thread Kris Schneider
Forgot the obligatory, but you should really do this in an action. There's no reason to clog your JSP with this kind of stuff. Grab the collection in an action, set it as a request attribute, forward to the JSP, and... Quoting Kris Schneider [EMAIL PROTECTED]: You should be able to use

Re: c:out tag inside html:text tag

2004-02-04 Thread Kris Schneider
+91 471 3129787 ( Mobile ) Fax: +91 20 4042399 email : [EMAIL PROTECTED] ~~~ -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e

Re: c:out tag inside html:text tag

2004-02-04 Thread Kris Schneider
Quoting Kris Schneider [EMAIL PROTECTED]: As Max pointed out, the reason you're still seeing html:text could be because you haven't included the appropriate taglib directive: %@ taglib prefix=html uri=http://jakarta.apache.org/struts/tags-html; % And you might try

Re: bean:message key=label.success.create/

2004-02-04 Thread Kris Schneider
to bean:message how can i do this bean:message key=str / Thanks and Regards deepak -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: problem using JSTL inside struts/tiles application

2004-02-02 Thread Kris Schneider
) org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507) javax.servlet.http.HttpServlet.service(HttpServlet.java:743) javax.servlet.http.HttpServlet.service(HttpServlet.java:856) -- Kris Schneider mailto:[EMAIL PROTECTED

Re: Form beans with nested arrays

2004-01-30 Thread Kris Schneider
exactly five prices. Is there a way to handle this with nested loops that will work regardless of the size of the array? -- Tim Slattery [EMAIL PROTECTED] -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

RE: Form beans with nested arrays

2004-01-30 Thread Kris Schneider
There are still some places where Struts tags trump JSTL ;-). I think you're understanding is pretty accurate. If you haven't checked it out before, see the author's (Arron Bates) site: http://www.keyboardmonkey.com/ Quoting Slattery, Tim - BLS [EMAIL PROTECTED]: From: Kris Schneider [mailto

Re: set Character Encoding

2004-01-28 Thread Kris Schneider
some Chinese Characters. Thanks for any help in advance. -- Thanks -Yan. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL

RE: [OT] RE: log4j integration

2004-01-28 Thread Kris Schneider
, Shirish (I think? I inadvertently erased the response to this question so am not sure of its author..) Geeta -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL

[OT] mail.apache.org dropping connections?

2004-01-28 Thread Kris Schneider
Just curious if anyone else is seeing mail.apache.org fail to receive connections. The majority of my posts over the last couple of days have been delayed for the better part of a day before actually making it to the list. This one is being sent Jan 28, 1:55 PM EST. -- Kris Schneider mailto

Re: [OT] mail.apache.org dropping connections?

2004-01-28 Thread Kris Schneider
;-) Of *course* that one would work... Quoting Kris Schneider [EMAIL PROTECTED]: Just curious if anyone else is seeing mail.apache.org fail to receive connections. The majority of my posts over the last couple of days have been delayed for the better part of a day before actually making

Re: Torque and Struts problem

2004-01-27 Thread Kris Schneider
What happens with this instead of JSTL: jsp:useBean id=comptest scope=request type=org.ttemplating.internal.dataobjects.Component/ jsp:getProperty name=comptest property=name/ Paul Daniell wrote: From: Kris Schneider [EMAIL PROTECTED] I suppose this could

Re: Torque and Struts problem

2004-01-27 Thread Kris Schneider
scope=request type=org.ttemplating.internal.dataobjects.Component/ jsp:getProperty name=comptest property=name/ Paul Daniell wrote: From: Kris Schneider [EMAIL PROTECTED] I suppose this could be a classloader issue. Are all your Struts, Torque, and JSTL

Re: Torque and Struts problem

2004-01-27 Thread Kris Schneider
BTW, if you can't use 1.4.2, a couple of workarounds to try: Introspector.setBeanInfoSearchPath(new String[] {}); or provide an org.ttemplating.internal.dataobjects.ComponentBeanInfo class. Quoting Kris Schneider [EMAIL PROTECTED]: This appears to be fixed in Sun's 1.4.2. A quick test failed

RE: Looping through a VO collection

2004-01-26 Thread Kris Schneider
of the VO? Let's suppose I want to build a list of links like this How do I combine those tags to render such string: someAction.do?name=VO.getName()id=VO.getID(); ?? Thanks -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Torque and Struts problem

2004-01-26 Thread Kris Schneider
org.ttemplating.internal.dataobjects.Component (java.lang.IllegalArgumentException: object is not an instance of declaring class) Any advice appreciated. Paul -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Torque and Struts problem

2004-01-26 Thread Kris Schneider
getting property name from an instance of class org.ttemplating.internal.dataobjects.Component (java.lang.IllegalArgumentException: object is not an instance of declaring class) Any advice appreciated. Paul -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ -- Kris

Re: Securing resources in the web-app !

2004-01-22 Thread Kris Schneider
-resource-nameA name/web-resource-name descriptiondesc/description url-pattern/*/url-pattern http-methodCONFIDENTIAL ** (i've also tryed HTTPS) /http-method /web-resource-collection /security-constraint Any ideas ? Thanks in advance. Giles -- Kris Schneider mailto:[EMAIL

Re: Is it possible to deploy a struts 1.1 application in Tomcat 5.x?

2004-01-22 Thread Kris Schneider
application using struts in Tomcat 5. And if it is what steps should be taken to get it to work? Thanks Ingvar -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL

Re: accessing formBeans from forwarded JSP page

2004-01-21 Thread Kris Schneider
and the method call are correct! Any help is very much appreciated! Thanks in advance Nic -- +++ GMX - die erste Adresse für Mail, Message, More +++ Bis 31.1.: TopMail + Digicam für nur 29 EUR http://www.gmx.net/topmail -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http

Re: [OT]Variable evaluation in XAPTH expression

2004-01-21 Thread Kris Schneider
PROTECTED]); Iam eagerly waiting for reply... Thanks Prashanth -- 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: Chart generation Framework

2004-01-20 Thread Kris Schneider
on this? Thanks Vinicius -- 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: Is there any master list of deprecated methods, and custom tag attributes? RE: low priority question about html:form

2004-01-15 Thread Kris Schneider
in the case of html:form). Quoting Richard Hightower [EMAIL PROTECTED]: Is there any master list of deprecated methods, and custom tag attributes? -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 14, 2004 10:48 AM To: Struts Users Mailing

Re: [OT] Classloader troubles

2004-01-15 Thread Kris Schneider
) obj; where obj is my MockResult instance, that implements ExternalResult from parent-Classloader, and casting it to a webapp-Classloader ExternalResult fails ! How can I solve this ClasLoader conflict ? Nico. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http

Re: [OT] Classloader troubles

2004-01-15 Thread Kris Schneider
: ExternalResult result = (ExternalResult) obj; where obj is my MockResult instance, that implements ExternalResult from parent-Classloader, and casting it to a webapp-Classloader ExternalResult fails ! How can I solve this ClasLoader conflict ? Nico. -- Kris Schneider mailto

Re: bean:write

2004-01-14 Thread Kris Schneider
. But I want to write: line1 line2 How can I do this with struts? Regards, Frank -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: best way to use multiple parameters with html:link tags

2004-01-14 Thread Kris Schneider
of the beans in the collection. From the docs I see that you have to use a java.util.Map if you want to have multiple params on a html:link tag. Is there no other way then creating a map for each iteration of my collection? Nathan -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http

Re: best way to use multiple parameters with html:link tags

2004-01-14 Thread Kris Schneider
with a few of the properties of the beans in the collection. From the docs I see that you have to use a java.util.Map if you want to have multiple params on a html:link tag. Is there no other way then creating a map for each iteration of my collection? Nathan -- Kris Schneider

RE: low priority question about html:form

2004-01-14 Thread Kris Schneider
display until you fix the ActionMapping. -- 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: Question: How do I put iterated radio buttons in the same group?

2004-01-14 Thread Kris Schneider
. The problem is that their names take the form account[index].master, where index has a different value on each row. This puts each radio button in it's own group and allows all of them to be selected at the same time. Any ideas about how to make this work? -- Kris Schneider mailto:[EMAIL

Re: ActionForm - redirect to custom JSP after validation failed

2004-01-13 Thread Kris Schneider
explain in newbie-style ;-) ? Thanks Regards! Chris -- 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 ArrayList instead of String[] properties

2004-01-13 Thread Kris Schneider
. -- 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-mail: [EMAIL PROTECTED

Re: [ot] someMap.keySet() JSTL?

2004-01-12 Thread Kris Schneider
(someForm.items)} ... Quoting Mark Lowe [EMAIL PROTECTED]: anyone know a way of getting the set of keys from a hashmap in jstl? in java Set keys = someMap.keySet(); i've tried c:forEach var=keys items=${someForm.items.keySet} to no avail .. -- Kris Schneider mailto:[EMAIL PROTECTED

Re: How to replace pageContext.setAttribute(...) with a JSTL?

2004-01-12 Thread Kris Schneider
better? (BrowseTasks.priorityTooltip is a java.lang.String[] variable) %@ page import=cv.servlet.bugs.BrowseTasks% % pageContext.setAttribute(priorityArray, BrowseTasks.priorityTooltip); % Zsolt -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: format tag in bean:write - was :RE: Handling Missing Message Key

2004-01-08 Thread Kris Schneider
PROTECTED]/msg 69627.html Anyone have any idea how to get rid of the ???s From: Kris Schneider [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Handling Missing Message Key Date: Wed, 7 Jan

Re: format tag in bean:write - was :RE: Handling Missing Message Key

2004-01-08 Thread Kris Schneider
just copy into the resource bundle? From: Kris Schneider [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: format tag in bean:write - was :RE: Handling Missing Message Key Date: Thu, 8 Jan 2004 08:35:14

Re: Configuring Struts NOT to create (unauthentified) sessions

2004-01-08 Thread Kris Schneider
20696-27 phone : +49 421 534522 mobil : +49 178 49 18 434 eFax : +49 1212 6 626 63 965 33 --- -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Configuring Struts NOT to create (unauthentified) sessions

2004-01-08 Thread Kris Schneider
--- phone neusta : +49 421 20696-27 phone : +49 421 534522 mobil : +49 178 49 18 434 eFax : +49 1212 6 626 63 965 33 --- -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http

Re: 403 error page not being displayed

2004-01-08 Thread Kris Schneider
it up fine if I type in the URL. Thanks, Matt -- 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: 403 error page not being displayed

2004-01-08 Thread Kris Schneider
, the container should take over, so I'm not sure why it's not working for you. Big help, eh? ;-) Quoting Kris Schneider [EMAIL PROTECTED]: Looks like Struts 1.1 sends a 400 and the current nightly sends a 403. Maybe it's a TC bug. Which version are you using? Quoting Matt Raible [EMAIL PROTECTED]: I

Re: setting nested form values

2004-01-07 Thread Kris Schneider
this without this hack. Cheers Mark -- 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: setting nested form values

2004-01-07 Thread Kris Schneider
. Are you sure the HTML for the form is really being rendered correctly? Since you can access your data explicitly through request.getParameter, it just seems like there's a mismatch between the rendered parameter names and the properties exposed by the form. On 7 Jan 2004, at 14:12, Kris Schneider

Re: setting nested form values

2004-01-07 Thread Kris Schneider
. Cheers Mark On 7 Jan 2004, at 14:49, Kris Schneider wrote: Quoting Mark Lowe [EMAIL PROTECTED]: Sure the method names were just an example rather than copy n pasting my code into a mail. I'm not using the nested tags lib as I don't mind drilling through to nested objects

Re: dynamically add action ?

2004-01-07 Thread Kris Schneider
, that is described in the struts-config. There are a few application that need this, but there are. Manfred http://www.manfred-wolff.de/Configuration.pdf -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Handling Missing Message Key

2004-01-07 Thread Kris Schneider
missing message key exception. Is this possible? thanks very much, Brian -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Handling Missing Message Key

2004-01-07 Thread Kris Schneider
) { return (null); } else { return (??? + messageKey(locale, key) + ???); } to something like: return (returnNull ? null : messageKey(locale, key)); That's also untested, but it's the best I can come up with... From: Kris Schneider [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED

Re: Handling Missing Message Key

2004-01-07 Thread Kris Schneider
idea how to get rid of the ???s From: Kris Schneider [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Handling Missing Message Key Date: Wed, 7 Jan 2004 15:16:11 -0500 Pretty sure you'd have to handle that yourself

Re: Its Safe to use the Action.ERROR_KEY ?

2004-01-06 Thread Kris Schneider
. Thank's ! José Gustavo Zagato Rosa System Analyst - Atos Origin [EMAIL PROTECTED] -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: javax.servlet.ServletException: Exception creating bean of class

2004-01-05 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: Indexed Property in JSP

2004-01-02 Thread Kris Schneider
) { this.dateOfBirth = dateOfBirth; } /** * Returns the dateOfBirth array. * @return String array */ public String[] getDateOfBirth() { return dateOfBirth; } -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Configuration Issue when Splitting up the struts-config.xml file

2003-12-31 Thread Kris Schneider
this. I am using JDeveloper 9i to build and run my application if it makes a difference. Thanks, Joe -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL

RE: Configuration Issue when Splitting up the struts-config.xml f ile

2003-12-31 Thread Kris Schneider
config DTD compliant. I am using tiles and am using the definition names in lieu of the jsp page for my paths. Would this be a problem? -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 8:51 AM To: Struts Users Mailing List Subject

Re: ConcurrentModificationException on ActionErrors

2003-12-31 Thread Kris Schneider
searched the archives but only found one or two references to ConcurrentModificationException and they did not involve ActionErrors. Any ideas or help is appreciated. - Richard -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

RE: ConcurrentModificationException on ActionErrors

2003-12-31 Thread Kris Schneider
the real code is so huge, I created a simple example to paste in and obviously did not compile it :) - Richard -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 31, 2003 9:01 AM To: Struts Users Mailing List Subject: Re

Re: html:link LookupDispatchAction

2003-12-30 Thread Kris Schneider
=com.mit.op.actions.maintenance.CustomerLookupDispatchAction validate=true forward name=form path=/maintenance/CustomerForm.do redirect=false/ /action Any suggestions are welcome! Thanks in advance! Beste regards, Ronald Rotteveel -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

RE: Oracle DataSource configuration

2003-12-29 Thread Kris Schneider
.jar file in the Tomcat shared/lib directory. Comments and suggestions are most welcome. Thank you, Ed -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL

Re: Oracle DataSource configuration

2003-12-29 Thread Kris Schneider
and oracle.jdbc.driver.OracleDriver? Thank you, Ed - Original Message - From: Kris Schneider [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, December 29, 2003 12:13 PM Subject: RE: Oracle DataSource configuration The following: http://jakarta.apache.org/tomcat/tomcat-4.1

Re: bean:write not writing?

2003-12-27 Thread Kris Schneider
ideas are greatly appreciated. Thanks, --Mike M. -- 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: bean:write not writing?

2003-12-27 Thread Kris Schneider
bean:write name=cart property=subTotal/ // no output? %= ((csp.Cart)session.getAttribute(cart)).getSubTotal() % // works, writes 400.0 Here's the problem bean:write isn't producing any output, but %= ... % is... Any ideas are greatly appreciated. Thanks, --Mike M. -- Kris Schneider mailto:[EMAIL

Re: capture the output of a logic:iterate and place it in the URI of an html:link forward

2003-12-23 Thread Kris Schneider
PROTECTED]/msg89289.html I can't quite get it working. I'd really appreciate any help. thanks, Mike Phelan -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL

RE: how to perform update records faster?

2003-12-23 Thread Kris Schneider
to update continually, is a way can perform faster? Someone told me using session and Arraylist, another person told me using pop-up window, but I do not know how to use these specifially, can anyone help me? Thanks, -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http

Re: simple question

2003-12-19 Thread Kris Schneider
! html:select property=selectBox styleClass=content % for(int i=0;i999;i++){ % html:option value=%=i%%=i%/html:option %}% /html:select -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: [OT] HTML Select box

2003-12-19 Thread Kris Schneider
it. Does anyone have any ideas? TIA! Jerry Jalenak Development Manager, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED] -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

RE: Are httpSessions thread safe?

2003-12-18 Thread Kris Schneider
? TIA -Joe -- 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: Are httpSessions thread safe?

2003-12-18 Thread Kris Schneider
to happen. Joe -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com We want beef in dessert if we can get it there. -- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association -- Kris Schneider mailto:[EMAIL PROTECTED

Re: Are httpSessions thread safe?

2003-12-18 Thread Kris Schneider
(even though the object representing the session itself may be different from call to call). -Max - Original Message - From: Kris Schneider [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, December 18, 2003 8:11 AM Subject: RE: Are httpSessions

RE: Are httpSessions thread safe?

2003-12-18 Thread Kris Schneider
? I suppose that unless you've got time consuming requests, or the user hits some button on the browser twice in rapid succession, it's probably okay. A token could effectively prevent this type of condition I suppose. -J -Original Message- From: Kris Schneider [mailto:[EMAIL

Re: JSTL, local, fmt:get

2003-12-15 Thread Kris Schneider
=com.zurich.chz.omnibus.berechtigung.ApplicationResources/ fmt:message key=search.title/ What am I doing wrong? -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL

Re: JSTL, local, fmt:get

2003-12-15 Thread Kris Schneider
Spelling fix ;-): import javax.servlet.jsp.jstl.core.Config; ... Locale locale = Locale.ENGLISH; setLocale(request, locale); HttpSession session = request.getSession(true); Config.set(session, Config.FMT_LOCALE, locale); Quoting Kris Schneider [EMAIL PROTECTED]: See if this helps any

Re: [OT] Using c:if to test if collection is empty

2003-12-11 Thread Kris Schneider
. c:if test={! empty products} ... /c:if The above isnt working. The test always fails even if the products collection has size = 1. It will be of great help to me, if someone can point out the correct way of writing the tag. Thanks, Ajay -- Kris Schneider mailto:[EMAIL PROTECTED

Re: [OT] using tld inside jar

2003-12-10 Thread Kris Schneider
. I use tomcat 4.1.27, that is servlet 2.3 compliant so taht should be able to use this taglib as is, but I don't know what to set in web.xml as taglib element (especially for taglib-location) Could you help me please ? Nico. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech

Re: Incompatibility between STRUTS TAGS and JSTL TAGS

2003-12-10 Thread Kris Schneider
is aware of? Todor -- 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 A DynaActionForm To Populate A Collection In The Object It Represents

2003-12-08 Thread Kris Schneider
, and thruput[2].thruputTotalInventory) remain unchanged. Any help provided would be greatly appreciated! -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Setting bean properties question

2003-12-08 Thread Kris Schneider
value=${avalue} / And if so, will it use the already present bean or wipe it and create another ? Any comments much appreciated. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e

Re: FormBean error using Struts 1.1 and Tomcat 5

2003-12-04 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: [ot] image file to byte array

2003-12-03 Thread Kris Schneider
hibernate works just fine) but this bit doesn't.. Can anyone who's done this cast their eye over it for anything obviously wrong. Could it be a permissions issue? Cheers Mark -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: display tag library

2003-12-02 Thread Kris Schneider
, please advise me, how can I get the request object in the finishRow() method or in the tableDecorator method. Please, help me, thanks a lot Sporak -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Assigning a single struts action to a Weblogic 6.1 SP5 ExecuteQueue

2003-12-01 Thread Kris Schneider
particular action that I want serviced by a different queue. Many thanks. -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: Question regarding ActionForms.

2003-12-01 Thread Kris Schneider
by value and not by reference, then I would have to reset my modifed copy back into the session for changes on the form to be visible in the form in the session ? Any insights on how this mechanism works would be greatly appreciated. Thanks, Sepand -- Kris Schneider mailto:[EMAIL PROTECTED

Re: html:link appears not to respect scriptlets inside atribute values

2003-12-01 Thread Kris Schneider
figure out what searches would bring up the answer. -Gus -- 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: JSTL and DynaValidatorForm

2003-12-01 Thread Kris Schneider
I'm sorry, I sort of lost track of this thread. Do you ever get this working? Alexander Kirsch wrote: Hallo all! Kris Schneider wrote: Are you using a JSP 2.0 container (like Tomcat 5)? If not, you can't use JSTL 1.1, you have to use JSTL 1.0. For a quick sanity check, what do you get

Re: JSTL and DynaValidatorForm

2003-11-26 Thread Kris Schneider
'} h1bean:message key=lvform.update//h1 /c:when So I hope that anybody can help me to solve this problem. Kind Regards and thank you very much Alexander Kirsch -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: location of error messages

2003-11-26 Thread Kris Schneider
=orgName //td On screen, the error message is always displayed below the input field, and not next to it. How could I resolve this ? Thanks in advance Koen -- Kris Schneider mailto:[EMAIL PROTECTED] D.O.Tech http://www.dotech.com

Re: Unable to load class link

2003-11-25 Thread Kris Schneider
=/editCase.jspCreate a Case/html:linkbr ^^^ that's line 36 which is maybe coincidentally close to 35 as referring to the compiled servlet code line... I don't know. and html:link page=/showCase.jsp?caseId=${case.id}c:out value=${case.title}//html:linkbr -- Kris Schneider mailto:[EMAIL PROTECTED

  1   2   3   4   5   >