Hello Matt, David

Thanks for answer.

Well, Matt. 
First, i try what you write, i comment the lines in interceptor, but didn't
work.

I dont use the stripesFilter, so i don't have any implementation of that. I
call all pages by the actions, so i don't no if will be necessary to have a
stripes filter.
But, (i dont have idea if this will be important to the problem), in my
web.xml i have the StripesSecurityFilter mapped like this:

<filter-mapping>
        <filter-name>StripesSecurityFilter</filter-name>
        <url-pattern>/*</url-pattern>
        <dispatcher>REQUEST</dispatcher>
    </filter-mapping>

    <filter-mapping>
        <filter-name>StripesSecurityFilter</filter-name>
        <servlet-name>StripesDispatcher</servlet-name>
        <dispatcher>REQUEST</dispatcher>
    </filter-mapping>

    <servlet>
        <servlet-name>StripesDispatcher</servlet-name>
       
<servlet-class>net.sourceforge.stripes.controller.DispatcherServlet</servlet-class>
        <load-on-startup>1</load-on-startup>
    </servlet>

    <servlet-mapping>
        <servlet-name>StripesDispatcher</servlet-name>
        <url-pattern>*.action</url-pattern>
    </servlet-mapping>

I try to make the update to the Stripes 1.5b, but io have some problems with
compatibility on anotation @Before(LifecycleStage.BindingAndValidation).

Now David, well i made many tests and the problem apear when i put the tag
of FileUpload in the jsp.
I don't make anything with the file for now, i just want make a log of the
file name.

Thanks both for your interess.

Paulo
-- 
View this message in context: 
http://www.nabble.com/File-Upload%2C-throw-null-pointer-because-destroy-context.-tp16420285p16586195.html
Sent from the stripes-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to