RE: [PROPOSAL] XMLMessageResources

2001-10-11 Thread Young, Wayne
Title: RE: [PROPOSAL] XMLMessageResources What are some benefits of using XMLMessageResources over standard property files? Wayne Young -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 11, 2001 1:08 AM To: [EMAIL PROTECTED] Subject: [P

RE: New name for Components / Extended Templates?

2001-07-12 Thread Young, Wayne
How about "Units"? Wayne [EMAIL PROTECTED] -Original Message- From: Cedric Dumoulin [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 7:13 AM To: [EMAIL PROTECTED] Subject: Re: New name for Components / Extended Templates? "Tiles" sound nice too, and is in the same way as "St

RE: extract .jsp name in extended HtmlTag

2001-07-12 Thread Young, Wayne
ts-Dev@Jakarta. Apache. Org (E-mail) Subject: Re: extract .jsp name in extended HtmlTag On Wed, 11 Jul 2001, Young, Wayne wrote: > I need to modify HtmlTag to output the .jsp name of the page that contained > the tag in a hidden field or comment. This is for debugging and > also to link into

extract .jsp name in extended HtmlTag

2001-07-11 Thread Young, Wayne
I need to modify HtmlTag to output the .jsp name of the page that contained the tag in a hidden field or comment. This is for debugging and also to link into our help system. Any ideas on how to do this from within doStartTag()? Thanks. Wayne [EMAIL PROTECTED]

RE: Digester/BeanUtils weirdness?

2001-07-05 Thread Young, Wayne
James, Not sure if this is your problem, but I had an issue with the wrong property descriptor being returned for a bean. Check out the bug report. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1843 Hope this helps. Wayne [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTEC

RE: version that doesn't require name

2001-05-11 Thread Young, Wayne
Ok, my bad. Notice that the key is org.apache.struts.taglib.Constants.BEAN_KEY instead of org.apache.struts.taglib.html.Constants.BEAN_KEY. I was missing the "html" node in the package. Boy I'll be glad when all that source is gone. Thanks. Wayne -Original Message----- Fro

version that doesn't require name

2001-05-11 Thread Young, Wayne
I've been trying to make a version of that doesn't require the "name" attribute and just uses the default form bean if it isn't supplied. (like the HTML tags work) I've tried changing the name to Contants.BEAN_KEY just like in BaseFieldTag. // Look up the requested bean (if necessary)

possible contributions to struts? code attached!

2001-05-02 Thread Young, Wayne
I've been developing some custom tags for our framework that runs with Struts. Eventually, we would like to see this OR some similar functionality incorporated into Struts. THE SOURCE CODE IS IN mslv-shared.jar. Jakarta-ORO is also required The tags provide the following functionality: o Ability

RE: radio button focus

2001-05-01 Thread Young, Wayne
problem before. It looks like you have found the correct javascript to make it work. Please post this as a bug to http://nagoya.apache.org/bugzilla/. > -Original Message- > From: Young, Wayne [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 01, 2001 11:13 AM > To: Struts

RE: radio button focus

2001-05-01 Thread Young, Wayne
EMAIL PROTECTED] -Original Message- From: Young, Wayne [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 10:13 AM To: Struts-Dev@Jakarta. Apache. Org (E-mail) Subject: radio button focus I am trying to set focus to a radio button using the "focus" attribute, but the java

radio button focus

2001-05-01 Thread Young, Wayne
I am trying to set focus to a radio button using the "focus" attribute, but the javascript generated doesn't work. I'm not sure if I'm not using the "focus" attribute on incorrectly, or if this is a bug. Here's a snippet of the JSP: (some formatting removed) Network Connection Next It

FOLLOWUP: struts-config_1_0.dtd location when not connected to internet

2001-04-09 Thread Young, Wayne
en not connected to > internet > > > > > On Fri, 30 Mar 2001, Young, Wayne wrote: > > > I'm trying to run my struts application disconnected from the internet. > > > > When I try to start Tomcat 3.2 in JBuilder4, it is unable to

struts-config_1_0.dtd location when not connected to internet

2001-03-30 Thread Young, Wayne
I'm trying to run my struts application disconnected from the internet. When I try to start Tomcat 3.2 in JBuilder4, it is unable to find the struts-config_1_0.dtd in the location below and won't load the action servlet. (as expected) http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd">

RE: dropdown values gone after validation error

2001-03-29 Thread Young, Wayne
The property is "networkTypes" and it is a Vector. Wayne [EMAIL PROTECTED] -Original Message- From: Rob Leland [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 2:45 PM To: [EMAIL PROTECTED] Subject: Re: dropdown values gone after validation error "Youn

dropdown values gone after validation error

2001-03-29 Thread Young, Wayne
I have the following struts/JSP fragment that creates a dropdown with values from the networkTypes attribute. The networkTypes attribute is created in the "getNetworkTypes" action that displays this page. The page displays correctly initially. But if I have a validation error & the page re

RE: development issues

2001-03-27 Thread Young, Wayne
I agree that it can't handle everything, but you also can't write custom validation everywhere. The design also allows the validation to be modified in the JSP, a requirement of some of our customers. (we always re-validate in our transaction services layer) I am very much in favor of the additi

RE: form bean types

2001-03-15 Thread Young, Wayne
Sent: Thursday, March 15, 2001 1:20 PM To: Struts-Dev@Jakarta. Apache. Org (E-mail) Subject: Re: form bean types On Thu, 15 Mar 2001, Young, Wayne wrote: > I'm working on a "standards" document for struts development at work and > have a question. > > I've seen

form bean types

2001-03-15 Thread Young, Wayne
I'm working on a "standards" document for struts development at work and have a question. I've seen references on the mailing list that fields on form beans (descendants of ActionForm) should only be java.lang.String if you want them to automatically populate your form fields on your .jsp page.

RE: wrong locale selected at runtime

2001-03-14 Thread Young, Wayne
An upgrade to Tomcat 3.2.1 fixed the locale issue. Thanks. Wayne [EMAIL PROTECTED] -Original Message- From: Young, Wayne [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 3:05 PM To: '[EMAIL PROTECTED]' Subject: RE: wrong locale selected at runtime I'm usin

RE: wrong locale selected at runtime

2001-03-12 Thread Young, Wayne
ge. Thanks. Wayne [EMAIL PROTECTED] -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 2:26 PM To: '[EMAIL PROTECTED]' Subject: Re: wrong locale selected at runtime On Mon, 12 Mar 2001, Young, Wayne wrote: > > I have

wrong locale selected at runtime

2001-03-12 Thread Young, Wayne
I have two languages in my IE 5.5 language preference with the following order of priority: English (United States) [en-us] Spanish (Mexico) [es-mx] Note that [en-us] is listed first. But when I run my application, it shows me the Spanish resources. If I reverse the order, it shows me the Englis

RE: struts 1.0 and SilverStream 3.7.1

2001-03-02 Thread Young, Wayne
re Code 500. I've attached the log from executing SilverCmd and the server log output. Note: I had to add struts.jar to my AGCLASSPATH during deployment to even get logon.jsp to compile. Thanks. Wayne -Original Message- From: Rousseau, John [mailto:[EMAIL PROTECTED]] Sent: Friday, Mar

struts 1.0 and SilverStream 3.7.1

2001-03-02 Thread Young, Wayne
Does anyone know if SilverStream 3.7.1 is required to work with struts 1.0? I have successfully deployed 'struts-example' built on struts 0.5 to SilverStream 3.7. But the 1.0 version won't deploy to SilverStream 3.7. The example at http://jakarta.apache.org/struts/installation-sas.html mention

RE: after error, field contents gone in 1.0

2001-02-28 Thread Young, Wayne
I'll answer my own question. I was using the deprecated 0.5 version of the form tag. It works correctly if I use the 1.0 version. Wayne -Original Message- From: Young, Wayne [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 10:40 AM To: Struts-Dev@Jakarta. Apache

after error, field contents gone in 1.0

2001-02-28 Thread Young, Wayne
I just upgraded an application from struts 0.5 to the 1.0 beta-1 version. Now when I catch an error in validate() & redisplay the page, the contents of the fields are empty. This worked fine in 0.5 and the struts-example is OK. Any ideas on what changed? I've missed something. Wayne

RE: recursive tag

2001-02-28 Thread Young, Wayne
, can you tell us what it is you're trying to do? Maybe we can come up with an alternative approach. -- Martin Cooper Tumbleweed Communications At 11:00 PM 2/27/01 -0500, Mallari Kulkarni wrote: >Hi, > >Struts "enumerate" tag does that >-Original Message- Fro

recursive tag

2001-02-27 Thread Young, Wayne
Does anyone know how to create a tag that produces struts tags & then recursively processes them. Something like: is processed and returns which is then processed to HTML. Any help would be appreciated. Thanks. Wayne [EMAIL PROTECTED]

automatically build struts form elements based on schema???

2001-02-26 Thread Young, Wayne
Has anyone ever tried to automatically build struts form elements based on a schema? Let me explain. I have the following schema in demographics.xsd: http://www.w3.org/1999/XMLSchema">