From: Marco P. <mp...@ci...> - 2002-10-08 10:23:26
I'm experiencing a problem with parameters in WW.
I've created a POST form in a page with a select tag (userid) and a
hidden field (job).
In the destination action I've created two set method (setUserid, set
Job) to get the parameters values.
The Userid is String field, the job field and integer. When I call the
getUserid method, I find that the value is changed to lower case.
Is there a way to correct this behaviour ?
Marco