i am trying to generate tables with JMesa v3. i am able to successfully
create such a table; however, i am having trouble successfully implementing
filtering, paging, and sorting (which relies on javascript).
in my jsp, i have included the following:
<script type="text/javascript">
function onInvokeAction(id, action) {
$.jmesa.setExportToLimit(id, '');
$.jmesa.createHiddenInputFieldsForLimitAndSubmit(id);
}
</script>
i have wrapped the table with the following tag:
<form name="personListForm" action="example.PersonListActionBean">
${actionBean.table}
</form>
however, upon hitting any of the table buttons (for sorting,
paging, or filtering), i receive an error such as:
"The requested resource (/admin/example.PersonListActionBean) is not available."
the JSP from which the submit is attempted resides in a directory
called "admin". i assume that this is why "/admin/" is being appended
to the request path.
the controller resides in src/example/PersonListActionBean.
does anybody have suggestions on how to work around this problem?
thank you in advance.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users