Re: Best practice question: Properties (ShoppingCart) per user

2004-12-09 Thread Laconia Data Systems
good answer- I would also strongly encourage reading "Struts in Action" by Ted Husted if you Read the foreword from Craig McClanahan you'll want to read this book cover to cover Martin - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent:

Re: Controller Form not forwarding to Action

2004-12-09 Thread Laconia Data Systems
Jim: could we see the entire struts-config.xml could you print out the head for your LogonAction so we can see the Package specification for LogonAction? Has the LogonAction class been included in the war? Martin- - Original Message - From: "Jim Douglas" <[EMAIL PROTECTED]> To: <[EMAIL PRO

Re: [Spam] Conditional forward to target page on form submittal

2004-12-09 Thread Laconia Data Systems
David- Cant make an intelligent decision without looking at your code which fills in 'sometarget' Martin- - Original Message - From: "David Bolsover" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 09, 2004 4:16 PM Subject: [Spam] Conditional forward to target page on

Re: Problem with validation (?)

2004-12-09 Thread Laconia Data Systems
Derek- Any conversions (String to Integer or whatever) need to happen in your Business Bean layer e.g. ActionForm which uses Strings and booleans private String IntegerDisplay = null; public String getIntegerDisplay() { return this.IntegerDisplay(); } public void setDateIntegerDisplay(String displ

Re: Issues switching context paths

2004-12-09 Thread Laconia Data Systems
Mick- www.localhost ? I know http://www.wellsfargo.com and I know http://localhost but I must confess I do not what www.localhost is Martin- - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 09, 2004 8:22 PM Subject: Issues switching context pa

Re: Custom rule NullPointer errors

2004-12-09 Thread Laconia Data Systems
Mick- The ActionForm.validate method return an ActionErrors object that encapsulates any validation errors that have been found. If no errors are found, return null or an ActionErrors object with no recorded error messages. The default implementation performs no validation and returns null. Subcla

Re: OT: Syntax checker

2004-12-10 Thread Laconia Data Systems
Been there ...Done that End of content means you have mismatched StartOfJava,EndofJava tags here is an example This is your title <% import java.io.*; WOOPS forgot ending tag%> Martin- - Original Message - From: "Bryce Fischer" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[E

Re: html:errors and manual iterate

2004-12-11 Thread Laconia Data Systems
Leonard- The Action class getErrors() method returns the contents of ActionErrors or creates new ActionMessages object http://struts.apache.org/api/org/apache/struts/action/Action.html Is this what you're looking for? Martin- - Original Message - From: "StrutsUser" <[EMAIL PROTECTED]> To: