DO NOT REPLY [Bug 10106] New: - html:optionscollection needs a 'filter' property

2002-06-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10106. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Struts and iWS 4.1

2002-06-21 Thread Carmen FLOREA
Hi Adolfo In fact, I am working in France (Paris) not in Spain, and here there are already a lot of companies interested to implement this framework. The name of my company is AUBAY, and I guess that the framework is going to be used also by our subsidiaries companies (Italy, Spain, Benelux).

[ANN] Easy Struts 0.3.0 for Eclipse is out

2002-06-21 Thread emmanuel.boudrant
Easy Struts v0.3.0 just released. For the moment this version is only for Eclipse IDE. The aim of this project is to provide a collection of tools integrated with Eclipse 2.0, in order to facilitate the development of a web project based on the MVC2 Jakarta Struts framework. Changes: -

Re: [ANN] Easy Struts 0.3.0 for Eclipse is out [sorry bad list]

2002-06-21 Thread emmanuel.boudrant
I'm sorry, I post (quickyly) this in wrong list ! -Emmanuel - Yahoo! Mail -- Une adresse yahoo.fr gratuite et en français !

dynamic forms validation problem

2002-06-21 Thread @Basebeans.com
Subject: dynamic forms validation problem From: Tomas [EMAIL PROTECTED] === Hello, how, to make verification (validation) of dynamic forms ? in struts-config.xml is: struts-config . . . form-bean name=logonForm dynamic=true type=org.apache.struts.validator.DynaValidatorActionForm

Re: Commons Validator Configuration

2002-06-21 Thread Tomasz Kuczerski
Hello, I have a problem, width using Validator's on Dynamic Form. Can You give me small example, how to work widt Validator's and Dyna(class)? Tomas [EMAIL PROTECTED]

Taglib problem

2002-06-21 Thread Kedar Upadhye
Hi, I have something like this in one of my tag classes : pageContext.getOut().print(TD class=\label\Group Name/TD); pageContext.getOut().print(TDINPUT id=text1 name=text1 value=); str = pageContext.getRequest().getServerName() + +

Re: Taglib problem

2002-06-21 Thread Nicolas De Loof
You have to build your INPUT Tag value attribute with quote delimiters. If you don't use this quotes, first blank character is interpreted as end of the value string. You should try to get used using XHTML notation for your HTML code, with lowercase tags and quoted attribute values:

Re: Validator's (fields) on DynamicForm?

2002-06-21 Thread James Holmes
Tomas, These types of questions are best asked on the Struts users mailing list. This list is not meant for these types of questions. [EMAIL PROTECTED] -james [EMAIL PROTECTED] http://www.jamesholmes.com/struts/ --- Struts-dev Newsgroup [EMAIL PROTECTED] wrote: Subject: Validator's (fields)

Dynamic Property Dispatch

2002-06-21 Thread Daniel Hinz
Hi, i've a feature request for org.apache.struts.action.ActionForm for a little bit more dynamic dispatch of properties. The current state is that for each property A the corresonding setA / getA methods are invoked upon read/write. There's nothing wrong with that. However i must deploy form

Re: Dynamic Property Dispatch

2002-06-21 Thread James Holmes
Daniel, Take a look at the DynaActionForm stuff in Struts 1.1b or the nightly builds. The DynaActionForm can handle dynamic form fields. There has been much discussion about this lately on the user list. Take a look at the archives to find past messages.

DO NOT REPLY [Bug 10129] New: - some unit tests for ActionMessage and ActionMessages

2002-06-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10129. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10129] - some unit tests for ActionMessage and ActionMessages

2002-06-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10129. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Sturts config exception question

2002-06-21 Thread James Holmes
This is because there is a *bug* in the DispatchAction in 1.1b1 and the nightly builds. Currently the DispatchAction does not support the new Exceptions facility in Struts 1.1. There is already a bug in Bugzilla for this and I have submitted a patch. I will be applying the patch to the Struts

Re: Sturts config exception question

2002-06-21 Thread James Holmes
Here's the bug report: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8022 -james [EMAIL PROTECTED] http://www.jamesholmes.com/struts/ --- James Holmes [EMAIL PROTECTED] wrote: This is because there is a *bug* in the DispatchAction in 1.1b1 and the nightly builds. Currently the

Re: Nested Messages Errors tags applicability...

2002-06-21 Thread David Winterfeldt
The 'nameList.value' is being used to lookup of the messages/errors that were stored under this in the ActionMessages. ActionMessages has an internal Map and uses a key (normally the property name and there is also GLOBAL_MESSAGE constant) to store messages/errors associated with that field.

html:radio.valueProperty

2002-06-21 Thread Ted Husted
I haven't needed one before, but it looks like we could use a tag enhancement for printing a collection of radio buttons. Given a standard LabelValue type collection, this seems to work well enough logic:iterate id=row name=HOURS type=org.apache.struts.util.LabelValueBean html:radio

DO NOT REPLY [Bug 8022] - Need to update the Actions in the actions package for 1.1

2002-06-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8022. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

NPE from RequestProcessor when logging a warning message with JDK 1.4 logger

2002-06-21 Thread Dennis Doubleday
Windows 2000, JDK 1.4.0, Struts 1.1b We frequently see a NullPointerException (stack trace reproduced below) coming from RequestProcessor, line 491, which is this line from processException: log.warn(getInternal().getMessage(unhandledException,

JSTL

2002-06-21 Thread Shawn Bayern
Struts developers, I've just announced the final 1.0 release of the Standard Taglib at Jakarta Taglibs (see announcement below). The Standard Taglib is an implementation of the JSP Standard Tag Library (JSTL). Concerning integration between JSTL and Struts in the future, I'm happy to

Re: Nested Messages Errors tags applicability...

2002-06-21 Thread Arron Bates
The 'nameList.value' is being used to lookup of the messages/errors that were stored under this in the ActionMessages. ActionMessages has an internal Map and uses a key (normally the property name and there is also GLOBAL_MESSAGE constant) to store messages/errors associated with that