Have you tried attaching your AjaxFallbackLink to your tr elements?
On Tue, Oct 12, 2010 at 6:27 AM, duncan787 duncan...@gmail.com wrote:
I am implementing a DataView using an HTML Table and I need to allow the
user
to select a row in the table to tell the Server Side which row they
Its already attached to the DataView, see the relevant/simplified Java code
added below. Would it best practice be to assign a WebMarkupContainer to
the TR element and add both an AjaxFallbackLink and a DataView to the
container?
DataViewSiteProject projectListDataView =
new
On Tue, Oct 12, 2010 at 8:25 AM, duncan787 duncan...@gmail.com wrote:
Its already attached to the DataView, see the relevant/simplified Java
code
added below. Would it best practice be to assign a WebMarkupContainer to
the TR element and add both an AjaxFallbackLink and a DataView to the