DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12861>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12861

URL address changed when I use path-mapping on servlet

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |



------- Additional Comments From [EMAIL PROTECTED]  2002-10-19 01:57 -------
Hello,
  login.jsp is just a login form for people to input username and password. No
redirect is done. I only use html tag inside it with some taglib tag such as 
<bean:message key="login.title"/>
<html:form action="loginServlet" focus="userId">
<html:text property="userId" value='<%= (String) request.getAttribute("userId")
%>' maxlength="9" title=""/>
<html:password property="password" title="" />
<html:errors/>
Will the above tag redirect me to another page that I don't know ?
  Thx for your reply.
  Steve

--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to