Hi,
I've got some problems with a combo box. I have a combo populate with data from
a database.
My objective is to select a field and to display it in the next window.
When I push on the submit button, the next window doesn't appear and there
aren't any error message.
>>>>>
Here is the code of my select tag:
<strutshtml:form action="listok.do" name ="listeBean" type ="be.brail.liste.
ListeBean">
<strutshtml:select size="6" name="DefaultCat" property="selected">
<strutshtml:options collection="testMaterial"
property="description"/>
</strutshtml:select>
<strutshtml:submit>Transmit</strutshtml:submit>
</strutshtml:form>
>>>>>>>>
where testmaterial is a collection in the session and DefaultCat a bean to
recover my selected field.
Anyone has an idea ?
Thanks
Fr. Geraerts
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>