Im using. Webwork 1.3 on Win2k and trying to have a
character field in my form as

<webwork:textfield label="'Emp Type'" name="'empType'"
size="3" maxlength="1"/>

and a action mapping as
private char empType;

When my form gets submitted, there are no values
passed to the empType field. I looked at the BeanUtil
class and there are no propertyeditors registerd for
the character class. Does this mean i have to manage
this as a String variable in my class and manipulate
it as a character?

TIA
Raj


__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to