Logic tags and string properties

2001-05-22 Thread Martin Cooper
It seems that it is not possible to use the logic tags to test "is this property either null or an empty string?". Using , I can determine that some value is present, but as far as I can tell, there is no way to test for an empty string. Specifying value="" for tags such as notEqual seems to resul

PATCH: [Bug 1683] - Change Struts tags to be more granular in their design

2001-05-22 Thread Niall Pemberton
Attched is a patch file for a number of tags in the html package. Niall -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED]] Sent: 14 May 2001 02:00 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Bug 1683] Changed - Change Struts tags to be more granular in their

Re: What is the best way to have one jsp mapping to two forms?

2001-05-22 Thread Craig R. McClanahan
(Stripping all the disclaimer mumbo jumbo that's longer than the message :-) On Wed, 23 May 2001 [EMAIL PROTECTED] wrote: > > I have two actionForms one for person information 'personForm' and one for > address 'addressForm'. I would like to have one JSP page to provide input > form for both pe

Re: Extensions to Struts

2001-05-22 Thread richard zhang
I am definitely interested in your extention. Please post them or send to [EMAIL PROTECTED] Richard chang --- Roland Huss <[EMAIL PROTECTED]> wrote: > Ahoi, > > first all thanx for this real fantastic framework, > excellent work!. > We here at ConSol are developing a web frontend for > our help

What is the best way to have one jsp mapping to two forms?

2001-05-22 Thread Kelvin_Ho
This e-mail is subject to the disclaimer contained at the bottom of this message. This e-mail message has been scanned for Viruses and Content and cleared by MailMarshal. I have two actionForms one for person information 'personForm' and one for address 'addressForm'. I would like to have one J

Extensions to Struts

2001-05-22 Thread Roland Huss
Ahoi, first all thanx for this real fantastic framework, excellent work!. We here at ConSol are developing a web frontend for our helpdesk software based on struts and for the time being we have about 30 actions, 35 custom tags, 110 JSP-Pages (without any explicite java code!) and appr. 20k lines

RE: Digester Dependency on JAXP/1.0

2001-05-22 Thread Abraham Kang
Hi Craig, I just wanted to let you know about some bugs in Xerces 1.3.1 that do not allow it to be used with Apache SOAP 2.1 or 2.2 RC 1. There are some known bugs in 1.3.1's namespace implementation. --Abraham > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTE

RE: html:errors/> tag

2001-05-22 Thread Sukachevin, Stoehr
You can subclass org.apache.struts.util.MessageResources to provide your own "database" implementation of a resource bundle (as opposed to the common "properties" implementation via org.apache.struts.util.PropertyMessageResources), put an instance of your subclass in a servlet context (application

Re: JDBC Connection Pooling

2001-05-22 Thread Hudson Wong
For a connection pool, con.close() puts the connection back into the pool instead of really closing the connection. Thus, you must explicitly close the statements. - Original Message - From: "Gregor Rayman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 19, 2001 2:10 AM Su

RE: html:errors/> tag

2001-05-22 Thread SESHADRI Sudarshan
Hi Kanna please send me the answer if u find it. thanks Sudarshan > tks > > Sudarshan > Tel: office : 9218 6823Fax: 9218 6455 / 9218 6916 > Email: [EMAIL PROTECTED] -Original Message- From: Muthu Kannappan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 23 May 2001 8:42 To: [EMAI

html:errors/> tag

2001-05-22 Thread Muthu Kannappan
Hi I have been trying to use struts and wanted to use the tag. I wanted to the error messages to be read from a database instead of the ActionResources properties file. Could you let me know what exactly I am suppose to do to achive that. I wanted to changed the code at the place where it was