Re: Struts with XML/XSL for the View

2001-10-18 Thread Scott Atwell
Why don't you use Cocoon, as this is designed to use XML/XSLT for the presentation layer. Regards, Scott - Original Message - From: "Paul EYENI" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 18, 2001 11:08 AM Subject: Struts with XML/XSL for the View > Hi, > > I in

Re: WHY EJB

2001-10-18 Thread Scott Atwell
ng. And 'too simple', come on, this is one of reasons why JSPs are so popular, how can anything be too simple! If we start taking too many design decisions away from the developers/architects then this is surely setting a bad precedent. Regards, Scott Atwell - Original Message

Re: Struts Reference Site

2001-10-18 Thread Scott Atwell
I have also been involved with a project using struts and recently completed an ordering site for BP, it is still internal but is due to be internet hosted in the next few weeks. Regards, Scott Atwell - Original Message - From: "Bernhard J. Hirschmann" <[EMAIL PROTECTED]

Re: redirection

2001-10-31 Thread Scott Atwell
Have you configured struts-config.xml properly to recognise logon.do? Have you tested that struts is properly installed and is working properly? Regards, Scott - Original Message - From: "Andrew Kirkland" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wedne

Re: problem with i18n

2001-10-31 Thread Scott Atwell
You could try putting the following within the bean:message tag locale="<%=session.getValue(org.apache.struts.action.Action.LOCALE_KEY) %>" Regards, Scott > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 31, 2001 3:30 PM > To: [EMA

Re: Digester content with elements

2001-11-02 Thread Scott Atwell
Could you not use a DOM parser, e.g. xerces, to do this? Regards, Scott - Original Message - From: "Bob Byron" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, November 02, 2001 3:46 PM Subject: Re: Digester content with elements > Hmmm Is this

Re: Help, can I do this..two fields one property.

2001-11-19 Thread Scott Atwell
Just use some javascript... hava a hidden field that will be used to concat the two fields (date and time) and on the onClick (or whatever!) of the fields run the javascript. - Original Message - From: "Alex Colic" <[EMAIL PROTECTED]> To: "Struts" <[EMAIL PROTECTED]> Sent: Monday, Novembe

Re: Weblogic pains...

2001-11-22 Thread Scott Atwell
Do you not have to give the form a name? - Original Message - From: "Mark Schenk" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, November 22, 2001 11:28 AM Subject: RE: Weblogic pains... > > Subject: Re: Weblogic pains... > > > > > > Tag attribut