Re: bean:write format Attribute

2001-12-13 Thread Volker Krebs
Hello, I agree with you - java.util.Date values must be converted as Date values too. But how do we switch between Date, Time and Date-Time values? I view one way to solve such problem - add formatKey attribute to hold key to retrieve format string from resources. Thats a good point, I

Re: form initialization

2001-12-13 Thread Oleg V Alexeev
Hello Jon, Thursday, December 13, 2001, 7:40:34 AM, you wrote: JB Greetings! JB I have a dynamic form which needs to be initialized from the JB database. If I put code to initialize the attributes in the JB default constructor of the form bean, all this happens with no JB problems - JB the

DO NOT REPLY [Bug 5407] New: - NullPointerException in BeanUtils.java when submission of form with select results in ...bla=...

2001-12-13 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=5407. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Well-formed HTML support in struts 1.01+ !!

2001-12-13 Thread Matt Raible
I downloaded the nightly build yesterday and did not see the XHTML functionality I added - is there somewhere else I should be looking? Matt -Original Message- From: craigmcc@localhost [mailto:craigmcc@localhost]On Behalf Of Craig R. McClanahan Sent: Wednesday, December 12, 2001 10:54

Xalan for Struts

2001-12-13 Thread May, Stuart
Can anyone help a Struts newbie understand what version of xalan.jar struts needs? It seems that it is neither 1.4.3 nor 1.4.4 since neither of these have XSLTInputSource.class Thanx, Stuart ___ e-Business Solutions for the Consumer-Driven World Stuart

Re: Well-formed HTML support in struts 1.01+ !!

2001-12-13 Thread Morten M. Christensen
Craig R. McClanahan wrote: On Wed, 12 Dec 2001, Morten M. Christensen wrote: Our situation is that we now need to output well-formed HTML (we will probably use XHTML), in order to do easy post processing in XSL/Java for various nice things like automated GUI testing (all extremely important

ActionServlet problem

2001-12-13 Thread Mathias Bogaert
Hello, When looking up forms in the scope, the ActionServlet compares the classname of the form found in the scope and of the classname given in the ActionMapping. This prevents you from using extended forms with one action. Example: 1) I have a CMRForm (XDoclet) and a CMRFromTemplateForm that

Re: form initialization

2001-12-13 Thread Colin Sharples
Apologies for following up a user-type question with another one, but in the interests of (brain) bandwith I don't read the user list. Please forgive me, I won't do it again :-) If this approach is used, populating the form bean before the form is displayed, then it means that hitting a Reset

RE: How to extract multiple columns of data in an logic:iterate tag ?

2001-12-13 Thread Tom Klaasen (TeleRelay)
I have submitted a patch once for solving this, but it seems to not have made it in CVS. Here's the patch again (against current CVS) hth, tomK -Original Message- From: Uladzimir Kavalchuk [mailto:[EMAIL PROTECTED]] Sent: donderdag 13 december 2001 12:44 To: 'Struts Users Mailing

RE: form initialization

2001-12-13 Thread Matt Raible
Here's a javascript function that will clear all the values in a form: function clearForm(frmObj){ for(var i = 0; i frmObj.length; i++){ if(frmObj.elements[i].type.indexOf(text) == 0){ frmObj.elements[i].value=; }

JSTL (standard taglib) Early Access 3

2001-12-13 Thread Shawn Bayern
Once again, I'm happy to announce a new Early Access release of the JSP Standard Tag Library (JSTL). Early Access Release 3 introduces tags for database access and incorporates some changes to the internationalization and XML-manipulation libraries. The reference implementation is available