Hi!
Sometimes I need to send some value from UI to the bean that will handle this value. As I Inderstand I can do it through commandBean. For example I can set parameter to the request: request.addParameter("par1", "val1"). But when I want to get it in formProcessor like request.getParameter("par1") I get null value.
What is wrong? Thanks!