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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Scott [EMAIL PROTECTED]