Closed GoogleCodeExporter closed 9 years ago
Do you use Firebug? The net tab of firebug would show you the communication
with the server as you make changes.
Original comment by jeff.johnston.mn@gmail.com
on 14 Sep 2010 at 3:25
Hi Jeff. Thanks for the answer. I´m using firebug, but no error message is
shown when i click clear button, i´ve found a document searching on the web a
document which says that i have to implement the oninvokeaction method on
javascript, could this be the problem why no action of the toolbar works¿?
On the other hand, i´ve found a worksheetservlet.java on the web, is this
class needed to make the asyncronous request work on the worksheet or is just a
example class.
Thanks again!
Original comment by VictorRo...@gmail.com
on 15 Sep 2010 at 6:47
Hi again. I´m starting to understand things but not everything is still clear
to me. First of all i,ve seen that oninvokeaction must be created, am i
wrong¿? I am using Spring and i have form action, where the jmesa table is
included, that send the request to the my controller on spring, is this the
right way of flow¿? So, for example, when i click the next page button the
setPageToLimit('parametersTable','2') methos is inovked. parametersTable is the
name of my table and two is the page which must be shown. oninvokeaction is
also called with the nex_page action. This action should be generated
automatically or i must treat it on my spring controller with the worksheet¿?
I think here is where i am lost.
If second option is the good one, which method of the worksheet lets me control
next page action¿?
Thanks again
Original comment by VictorRo...@gmail.com
on 15 Sep 2010 at 7:36
definitely i don´t understand nothing. Every action i try is sended to the
controller but the magic of jmesa is that i don´t have to do nothing with
pagination, sorting and filtering, isn´t it¿? So, is there any document or
colud you please explain me what should i do to get automatic sorting filtering
and pagination¿?
Thanks again jeff
Original comment by VictorRo...@gmail.com
on 15 Sep 2010 at 9:11
i´ve found the problem. it is about the items collection, when i click on next
page button i don´t load the collection so no results are shown!
Original comment by VictorRo...@gmail.com
on 15 Sep 2010 at 10:16
Original comment by jeff.johnston.mn@gmail.com
on 9 Mar 2011 at 7:38
Original issue reported on code.google.com by
VictorRo...@gmail.com
on 14 Sep 2010 at 2:45