On Saturday 18 June 2005 04:02, Kent Tong wrote: > Wait a minute. His problem seems to be the result of Tapestry outputting > the hidden fields directly after the <form> tag which is not allowed > by the html specification (strict): >
It was idd html strict specification I requested. When I change it to the transitional specification, I only get this error there is no attribute "DISPLAYNAME" for the line <input type="text" name="loginUserName" value="" displayName="Name"/> Which I believe is normal, because displayname isn't in the dtd's of html. > <form method="post" name="Form0" action="/koen/app"> > <input type="hidden" name="service" value="direct/1/Login/loginForm"/> > <input type="hidden" name="sp" value="S0"/> > <input type="hidden" name="Form0" value="loginUserName,loginPassword"/> > > To solve this problem, the Form component may wrap the hidden > fields in a <div>: How can I do that??? This part of the form tag is generated by Tapestry isn't it... Greetings and thanks for the outstanding help! -- Koen Segers <[EMAIL PROTECTED]> <http://eddyvite.dyndns.org>
