Re: FW: Beans Tutorial

2002-03-28 Thread humera . f . arshi
http://jakarta.apache.org/struts/userGuide/index.html this should give u an idea about the java beans used as form beans -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: FW: Beans Tutorial

2002-03-28 Thread Rick Reumann
Actually you probably won't find many tutorials on this. Someone will correct me if I'm wrong but all a bean is is basically a java class with set and get methods. The neat thing about using the set and get methods in a j2ee world is that there are ways that the application can just call these set

FW: Beans Tutorial

2002-03-28 Thread Tarek M. Nabil
I'll try to post this maybe too simple question again. -Original Message- From: Tarek M. Nabil Sent: Tuesday, March 26, 2002 3:41 PM To: Struts (E-mail) Subject: Beans Tutorial Hi everyone, I'm new to Struts, and the first thing I learned was that Struts uses a lot of Java beans :)