hi !
thank you for your tips.
i tried it like follow.
but i detect, that i don't reach the action after submit..
<%@ taglib uri="/tags/struts-portlet" prefix="html-p" %>
<html:form action="/kundeSave.do" styleId="EDITFORM">
<html-p:link styleClass="button"
href="javascript:submitForm(this.form);">save</html-p:link>
function submitForm(theform)
{
theform.submit();
if(checkRequiredFields()){
if(checkUsername()){
document.getElementById("EDITFORM").submit();
}
}
}
at the moment i have no idea.
thank u
thomas koch