RE: html:text -- value attribute won't take rtexprvalue

2004-03-26 Thread Wendy Smoak
you are forcing users to go through the Action (not letting them go directly to the JSP). More information will help us here, I'm avoiding answering your actual question since you did say you're new to Struts... If you do find yourself needing to pull things out of the req

RE: 1.2.0 uploaded - Take 2

2004-02-26 Thread Wendy Smoak
binary file work fine for me. The source .zip file unzipped okay. (I'm not set up to build it here, I just use the source with JSwat.) -- Wendy Smoak - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Struts Haiku ( RE: 1.2.0 uploaded (Re: 1.2.0 is tagged and frozen))

2004-02-25 Thread Wendy Smoak
> From: Tim Chen [mailto:[EMAIL PROTECTED] > > Haiku Hint: > Gentoo rule supreme. > Suse should be a girls name. > Red Hat is for Fools. http://nagoya.apache.org/wiki/apachewiki.cgi?StrutsHaiku -Wendy - To unsubscribe, e-mail:

RE: How to get action name

2003-12-18 Thread Wendy Smoak
ve mapping.getPath() will get you pretty close. getPath() is a method in ActionConfig, which is inherited by ActionMapping, which is passed into the execute method of your Action. http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionMapp ing.html -- Wendy Smoak Applicatio

RE: Disadvantages of Struts?

2003-12-03 Thread Wendy Smoak
> This question should really be addressed to the struts-user list. Already done. I answered it over there and copied the OP. Just doing my part to keep people from bothering you guys while you work feverishly to release 1.2. :) -- Wendy Smoak Application Systems Analyst, Sr. ASU

RE: Bean properties issue !!!

2003-11-26 Thread Wendy Smoak
However, the simplest fix is to name your properties in a way you know won't confuse the introspection process. (Which you already did, renaming to exFrom) -- Wendy Smoak Application Systems Analyst, Sr. ASU IA Information Resources Management --

RE: message-resources

2003-10-08 Thread Wendy Smoak
ould do this in a ContextListener and put the Map in Application scope. That way it'll be there for everyone who needs it. -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University, PA, IRM - To unsubscribe, e-mail:

RE: Support for Date datatypes!!!

2003-07-01 Thread Wendy Smoak
I don't think I went through with it, but that made perfect sense to me. IMO, Struts shouldn't get involved with Date conversions, that's already the job of Commons BeanUtils. -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University, PA, IRM

RE: Latest and greatest?

2003-06-25 Thread Wendy Smoak
or those people who are still stuck on 1.0 until 1.1 final appears. :( -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University, PA, IRM

Latest and greatest?

2003-06-25 Thread Wendy Smoak
r up the latest code? Thanks, -- Wendy Smoak Arizona State University PA IRM

RE: JSF Example - Commons Logging

2003-03-07 Thread Wendy Smoak
he webapp. I'd expect the same sort of > problem from a standard Struts app that used a ServletContextListener > which did logging. Anecdotally, I have a Struts (20030305 nightly) webapp with a ServletContextListener that does logging (commons-logging -> log4j) and it works fine. -- Wen

Problem with 2/26 nightly build?

2003-02-26 Thread Wendy Smoak
I wanted to try out David Karr's fix for the tag, but there's something wrong with the 2/26 nightly build... the .zip file is only 466k. -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University PA Information Resources Management

RE: DO NOT REPLY [Bug 16749] - Struts EL tag handlers cannot bereused by containers

2003-02-04 Thread Wendy Smoak
how to fix it yet? I don't mind doing tedious copy/paste/edit work if someone can give me an example. I've written some custom tags, but nothing as complicated as these. -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University PA Information Resources Management

RE: [PATCH] Re: Nasty Error when use LookupDispatchAction

2003-01-17 Thread Wendy Smoak
efore giving up and throwing an exception. I would like to add a "default" attribue to the tag in struts-config so you can specify which method to call if the parameter isn't present in the request. In short, I don't think that VM Error is the fault of Struts. -- Wendy Sm