Issue 224: WorkSheetServlet Errot in jmesa 2.3.3 and over ..
Status:  Invalid
Owner: ----
Closed:  Oct 2009
Reported by benitez...@gmail.com, Oct 14, 2009
What steps will reproduce the problem?

1. I have defined WorkSheetServlet in web.xml but when request *.wrk action
and pass throught this servlet fails just at this point of
getWorksheetColumn method :


        logger.info(webContext);
        String property = webContext.getParameter(COLUMN_PROPERTY);
        logger.info("->>>>>" + property);

property is null

2.


3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


i tryed with jmesa 2.3.3 and 2.4.



Please provide any additional information below.

Spring mvc + Spring context + Weblogic 10.0 


the stack trace is :

<14-oct-2009 11H20' CEST> <Error> <HTTP> <BEA-101020>
<[weblogic.servlet.internal.WebAppServletContext@21a86a - appName:
'esqueleto.web', name: 'esqueleto.web', context-path: '/esqueleto.web']
Servlet failed with Exception
java.lang.NullPointerException
        at
WorksheetUpdaterImpl.getWorksheetColumn(WorksheetUpdaterImpl.java:70)
        at WorksheetUpdaterImpl.update(WorksheetUpdaterImpl.java:28)
        at WorksheetServlet.doGet(WorksheetServlet.java:42)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        Truncated. see log file for complete stacktrace
>



Oct 14, 2009
Project Member #1 jeff.johnston.mn@gmail.com
Thats interesting. The worksheet functionality has had a lot of success and I have
not heard of this happening before. 

Lets back up a little...can you see what your JavaScript call looks like? Put a
breakpoint in the jquery.jmesa.js file at the submitWsColumn() method. Does your
property show up there?

You can also use an alert(), but I would recommend using firebug as it makes it
really easy.

Be sure to use the latest JMesa as that makes it much easier for me to help you with.


Status: Accepted
Oct 20, 2009
Project Member #2 jeff.johnston.mn@gmail.com
(No comment was entered for this change.)
Status: Invalid