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:
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
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
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
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
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
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
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:
8 matches
Mail list logo