Hi,
we're working on a project developed on jboss seam framework and we're experiencing many problems trying to integrate seam's si:selectitems component in the view side (to translate a list of entities in a list of SelectItems).
With any <ice:selectOne***> (like ice:selectOneMenu) everything goes fine, but trying to put a <ice:selectMany***> gives an error during jsf validation phase (<h:messages /> gives a "Validation error").
We already have tried replacing every ice tag (<ice:***>) with corresponding jsf tag (<h:***>) but this choice gave us non positive result.
On the other hand, replacing icefaces with myface solves the problem: select many works fine!!!
Does anyone have any hint?
Thanks!
|