PDA

View Full Version : مبتدی: A problem with requested parameters



Torabkheslat
چهارشنبه 02 شهریور 1390, 14:15 عصر
thanks before typing this topic! for your attention!! http://www.coderanch.com/images/smilies/8a80c6485cd926be453217d59a84a888.gif

now!!

I've created a JSP (http://www.coderanch.com/forums/f-50/JSP) project with netbeans 7.0 and tomcat 7.0 too with no problem!

but when export it to a web archive (war) and deploy it into my tomcat server (without netbeans) i saw a problem;
this tag doesn't work:

<%if (request.getParameter("submit").contains("اضافه")) {...

<%if (request.getParameter("emplist") != null) {

has any body now what's the problem!!!? http://www.coderanch.com/images/smilies/jr-confused.gif

thans for any advise! http://www.coderanch.com/images/smilies/8a80c6485cd926be453217d59a84a888.gif