Re: Struts Example for standards

2004-07-15 Thread Ted Husted
http://struts.apache.org/learning.html#Examples But, it's not required. This check was made in earlier versions of the Struts Mailreader and justified as "defensive programming". If the ActionForm was missing, the Action created one. Later, the check was removed, since the Action should not be

RE: Struts Example for standards

2004-07-14 Thread Apurva Goswami
Check http://www.ibatis.com/jpetstore/jpetstore.html -Original Message- From: Viral_Thakkar [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 3:41 PM To: Struts Users Mailing List Subject: Struts Example for standards Hi All, Is there place where I can find struts example

RE: Struts Example for standards

2004-07-14 Thread Kommineni, Sateesh \(GE Consumer & Industrial\)
http://struts.sourceforge.net/ -Original Message- From: Viral_Thakkar [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 11:11 AM To: Struts Users Mailing List Subject: Struts Example for standards Hi All, Is there place where I can find struts example projects? I need to see the

Struts Example for standards

2004-07-14 Thread Viral_Thakkar
Hi All, Is there place where I can find struts example projects? I need to see the coding style and whether null checking in Action class is required or not. I am not using ActionForm in my project. Regards, Viral - To unsub