You should use
Click not
Select as your action event in RepertoireServlet.
Click is for user actions,
Select is only for updating other views. These are currently handled differently in the browser - a
Click is sent back to the server as a click, which can then instruct the browser to show another card. A
Select is sent to the server, which can only reply with a list of views that need repainting. On the standalone GUI, because there is no client-server separation, you can use select to force a card change.
--
JonPriddey - 12 Mar 2007