Just a question. I saw your filter again and there is this
request.getAttribute("cate");
This gets for you only an attribut which is stored in the request scope (it
doesnt have anything to do
with the html forms).
If you want get the your form text field you should use
request.getParameter("cate");
Furthermore try to look to the documentation for "getParameter()" method. I
dont know what you exactly do in your app,
but there could be a problem with request.getInputStream() or
request.getReader() as described in the doc.
Martin
Ahmed Atif wrote:
hi,
i'm using the post method but i will try to use GET if this will solve the
problem
and also i have tried to the
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="windows-UTF-8"%>
but nothing changed
i tried to set the HTML:FORM attributes like :
<html:form acceptCharset="UTF-8" enctype="text/plain;charset=UTF-8"
action="/addCategory" method="post" >
but as usual nothing changed i don't know really where is the prob. I tried
every thing.
any one have another idea,
some help plz,
thanks
regards,
Ahmed
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]