Hi all,
thanks for your answers.
It was my fault, my bean method had the method
public void setCategory(int ids) { ... }
The solution was to modify it to
public void setCategory(int ids[]) { ... }
I was dazed because I remember my bean method being called multiple
times by a JSP 1.0 Engine.
--
/// Dirk.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets