From: "Ankit Pancholi" <[EMAIL PROTECTED]>

I am a very new user of struts. Making my first pgm and wanted to know
what will be the argument type in the setter function for a checkbox,
listbox, combo button.

I use Boolean for checkbox, (String will also work,) String[] for (I assume) a select list that allows multiple selections, and I'm not sure what a 'combo button' is.

Another thing is when I am trying to compile my basic java code for the
form bean and action class it is giving me that javax.servlet.http.* not
found.

You need the servlet api on your classpath when you're compiling-- if you're using Tomcat, look for 'servlet.jar' or 'servlet-api.jar' depending on what version.

--
Wendy Smoak


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

Reply via email to