-- only sent private before
Am 30.04.2009 um 08:51 schrieb dele454:
…
- Depending on which link is clicked the page no is sent to the
controller
which then populates its view script and that gets sent back to the
AJAX
callback action which then inserts all the contents of the
viewscript into
the DIV Container mentioned above
The whole system works but only by clicking once on any of those
links the
table is populated and the control shows the present page number.
But the
moment i click on another pagination link the whole page reloads.
So my question is this is there a way of not having this behaviour?
Can js
recognise the ids of the newly insert control after table have been
populated?
Any help offered will be deeply appreciated. Thanks
sounds like a bind problem.
in jQuery I'm used to bind by livequery plugin (or bind by hand).
No idea, how this works in dojo, but I think there must be a way.
JS needs to rebind the fetched and passed content (new ids and
everything) … my 2 cents
Cheers
MS