Hello,

Nothing special, a sample action bean like 

@UrlBinding(Bindings.LOGIN)
public class LoginActionBean extends ActionBean {
    @DefaultHandler
    @HandlesEvent("connect")
    public Resolution connect() throws Exception {
         return new ForwardResolution(Resolutions.HOME);
    }
}

I am using Glassfish 4 and Stripes 1.5.7, the problem is many request are
empty parameters in entry point of ActionBean, and i can't understand what
is wrong. NB: the some request work fine but sometimes server recive it with
empty parameters (1/10 request failed).

Thank you for your help.




--
View this message in context: 
http://stripes.996289.n3.nabble.com/Empty-requests-parameters-tp18061p18077.html
Sent from the stripes-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to