Ajaxrequest with Wicket but multiple possilbe model values

Posted by Markus Maria Miedaner on Stack Overflow See other posts from Stack Overflow or by Markus Maria Miedaner
Published on 2010-03-30T09:35:38Z Indexed on 2010/03/30 14:03 UTC
Read the original article Hit count: 288

Filed under:
|
|
|
|

Hi, I'm new to wicket and stuck with the following problem:

I have a table with 5 rows. Each row contains 7 cells. Each cell has a unique value. Once a cell is clicked, its unqiue value should be posted to the server.

I would like to register only one ajaxfallbacklink (or similar) on the table and adjust the value of the model to the unique value of cell that has been clicked.

Any ideas?

© Stack Overflow or respective owner

Related posts about wicket

Related posts about AJAX