I am learning what you wrote on
http://www.weinfreund.de/struts2-jquery-showcase/index.action
I have downloaded the source codes..
I tried to read the source codes ..and currently I am on JsonTable.java..
I met the following stack trace below:
HTTP Status 500 -
type Exception report
message
descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
exception
java.lang.UnsupportedOperationException: Not supported yet.
it thrown on this line below:
public
String execute()
{
log.debug("Page " + getPage() + " Rows " + getRows() + " Sorting Order " + getSord() + " Index Row :" + getSidx());
log.debug("Search :" + searchField + " " + searchOper + " " + searchString);
Object list = session.get("mylist"); // this line thrown the above exception
please help
thanks & regards
Winan