This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I am working on the struts.config file. And I am stuck in giving a "type" to primitives.
firt name and last name are String(s). Is logon_date of java.util.Calendar type? The cumulativeGPA is a double and the subscriber is a boolean, how do I specify their type in the configuration file? Do I simply specify: <form-property name="last_logon_date" type="java.util.Calendar"/> <form-property name="cumulativeGPA" type="double"/> <form-property name="subscriber" type="boolean"/>
[ July 03, 2003: Message edited by: JiaPei Jen ] [ July 04, 2003: Message edited by: JiaPei Jen ] [ July 04, 2003: Message edited by: JiaPei Jen ]