[nobr]<div class="myforms">
<html:form styleClass="search" action="search" >
<html:text styleClass="text" property="firstInput" />
<html:text styleClass="text" property="secondInput" />
<html:submit styleClass="searchbutton" value="Start" />
</html:form>
<br/>
<html:errors property="firstInput"/><br/>
<html:errors property="secondInput"/>
</div>
page is ok upto validation process, by clicking start page should not change with wrong input, which in my case is only integers, but will get same page without my layout, which is linked external css and used
<link rel="stylesheet" type="text/css" href="style1.css"/>[/nobr]