Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Problem getting data from a 'CharSequenceResource'

$
0
0
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

Viewing all articles
Browse latest Browse all 5648