Also wanted to post my .jsp
<form name="projectsForm" action="${pageContext.request.contextPath}/
carrier/bid-project-sheet">
<div id="projects">
${tableData}
</div>
</form>
function onInvokeAction(id, action)
{
setExportToLimit(id, '');
//var parameterString =
createHiddenInputFieldsForLimitAndSubmit(id);
var parameterString = createParameterStringForLimit(id);
location.href='${pageContext.request.contextPath}/carrier/bid-
project-sheet?' + parameterString + "&id=" + <%=
request.getParameter("id") %>;
}
On Mar 9, 2:07 pm, Lorie <
loriemoff...@gmail.com> wrote:
> I am having a problem with saving the worksheet changes for my Jmesa
> table, everything displays correctly, but I can not get inside the
> saveWorksheetChanes code. below is my code:
>
> I've left out some of the code, let me know if the other code is
> needed as well:
>
> public class BidProjectSheetAction extends MainAction {
> public String execute() {
>
> request =
> (HttpServletRequest)ActionContext.getContext().get(StrutsStatics.HTTP_REQUEST);