Hi, I need some advice to get data from a CharSequenceResource:
The Resource:
The request is provided by an asynchronous ajax request (from JQuery)
to a url like 'http://<domain>/getjson'
and that is mounted as:
The component is an tag, binded in wicket,.
The 'click: save' launchs the $.ajax.
The problem is that is Ok,
but is first a null string and later is desynchronized,
it writes one string from behind.
How can I refer to that string from the AjaxFallbackLink?, the
"MyResource._str" reference
is obviously incorrect. :(
Thx
The Resource:
The request is provided by an asynchronous ajax request (from JQuery)
to a url like 'http://<domain>/getjson'
and that is mounted as:
The component is an tag, binded in wicket,.
The 'click: save' launchs the $.ajax.
The problem is that is Ok,
but is first a null string and later is desynchronized,
it writes one string from behind.
How can I refer to that string from the AjaxFallbackLink?, the
"MyResource._str" reference
is obviously incorrect. :(
Thx