Hi I have created a new template in sample application.i have designed it with table tag.when I submit .it comes with the folowing error.Can any oen can tell me how can i use html tags ...
*Error-Details* Form Population Filter could not parse the document due to the following errors: Line 147: attributes construct error Line 147: Couldn't find end of Start Tag table line 147 Line 149: Entity 'nbsp' not defined Line 152: Entity 'nbsp' not defined Line 155: Entity 'nbsp' not defined *******************My code**************************** <form name="form1" method="post" action=""> <table width="349" border="0" cellspacing="0" cellpadding="0" id="log""> <tr> <td width="68"> </td> <td width="76"></td> <td width="114">Login</td> <td width="114"> </td> </tr> <tr><td> </td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td>User Name </td> <td><input type="text" name="userName" /></td> <td> </td> </tr> <tr> <td> </td> <td>Password</td> <td><input type="text" name="password" /></td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> <input type="submit" name="Submit" value="Submit" /> <input type="reset" name="submit" value="Reset" /> </td> <td> </td> </tr></table></form> ------------------------------------------------------------------------ thax surej
_______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
