Rivka Shisman wrote:


Is it crucial for the Action Form to have String properties?




Yes.
Http/html is a String protocol. A user types in a string in your forms (unless it's a callendar tag for dates)

rambles on:
Only exception is if you have R/O, only getters, that you would not even need to declare in Struts.config as formbean. Then it can be "native" type.

If you use same bean for both a R/O and a R/W form, you might have:
int getRamount(){}
String getAmmount(){}
setAmont(String a){}

A duplicate getter ;-}

In JDNC, it's all native... (collections in my case)

.V


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to