You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Cenk <ce...@yahoo.com> on 2007/08/27 10:03:48 UTC

Broken Link

Hi,
I m getting this warning, Broken link - /Login.How can i fix this?
thanks


<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>WELCOME</TITLE>
</head>
<body>
	<form action="/Login" method="post"> ***** I GOT WARNING HERE *******
          <table border="0">
             <tr>
                <td>Login:</td>
                <td><INPUT type="text" name="userId" /></td>
          </tr>
          <tr>
             <td>Password:</td>
             <td><INPUT type="text" name="password" /></td>
          </tr>
          <tr>
          <td colspan="2" align="center"><INPUT type="submit" 
value="Login"/></td>
        </tr>
       </table>
</form> 
	
</body>
</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Broken Link

Posted by st...@gmail.com.
This seems to be a vanilla JSP file with nothing to do with Struts!  Perhaps
you should look at the Struts custom tag library form tag.

Scott

On 8/27/07, Cenk <ce...@yahoo.com> wrote:
>
> Hi,
> I m getting this warning, Broken link - /Login.How can i fix this?
> thanks
>
>
> <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
>     pageEncoding="ISO-8859-1"%>
> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
> Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
> <TITLE>WELCOME</TITLE>
> </head>
> <body>
>         <form action="/Login" method="post"> ***** I GOT WARNING HERE
> *******
>           <table border="0">
>              <tr>
>                 <td>Login:</td>
>                 <td><INPUT type="text" name="userId" /></td>
>           </tr>
>           <tr>
>              <td>Password:</td>
>              <td><INPUT type="text" name="password" /></td>
>           </tr>
>           <tr>
>           <td colspan="2" align="center"><INPUT type="submit"
> value="Login"/></td>
>         </tr>
>        </table>
> </form>
>
> </body>
> </html>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>


-- 
Scott
stanlick@gmail.com