On 9/21/05, Francisco Antonio Vieira Souza <[EMAIL PROTECTED]> wrote:
> Ok, thanks but those examples were developed with Struts 1.1, and I am
> afraid something has changed in Struts 1.2.7
Not much. Download MailReader Demo application and check out how
username and password are validated.
By th
Ok, thanks but those examples were developed with Struts 1.1, and I am
afraid something has changed in Struts 1.2.7
Harland, David escreveu:
Go to this address and download the sample application code.
http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764544373,descCd-download_code.html
In t
Go to this address and download the sample application code.
http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764544373,descCd-download_code.html
In the chapter 12 directory is a lot of examples of how to use the struts
validator correctly.
Regards
Dave.
-Original Message-
From: Fra
Thanks a lot my friend, but consider using DynaForm, how could I do that?
David Delbecq escreveu:
This will help you :)
don't forget to add validate=true in your struts-config.xml
public class MyForm extends ActionForm {
public static int MAX =100;
private Integer value;
public I
This will help you :)
don't forget to add validate=true in your struts-config.xml
public class MyForm extends ActionForm {
public static int MAX =100;
private Integer value;
public Integer getValue() {
return value;
}
public void setValue(Integer value) {
t
5 matches
Mail list logo