Hi, I was wondering what the best data type for Struts ActionForm class is. According to the design I would say it should be the same as the data type in the application. (e.g. float) But then the associated form already comes with a "0" filed in the form. That's something I don't wont at all! As I found out, the only solution is to use String as data type an convert it later.
Is there a more elegant way? Rainer -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>