On 09. Apr 2006 - 14:44:04, Mark wrote: | You're missing the most important file that has the error: the | EditPatient.page file... Can you send that one too?
Well, actually nothing related to the ShowAdminPanel nor to the exception occurs in this file and thats why I didn't post it (it just contains components for the form shown on the page later on) but here we are: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE page-specification PUBLIC "-//Apache Software Foundation//Tapestry Specification 4.0//EN" "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd"> <page-specification> <asset name="stylesheet" path="css/general.css"/> <component id="form" type="Form"> <binding name="delegate" value="validationDelegate"/> <binding name="success" value="listener:updateProfile"/> <binding name="clientValidationEnabled" value="false"/> <binding name="focus" value="false"/> </component> <component id="inputTitle" type="TextField"> <binding name="displayName" value="message:title"/> <binding name="validators" value="validators:required"/> <binding name="value" value="patient.title"/> </component> [many more form fields etc. following here...] </page-specification> I don't think that the error really occurs here?! Sincerly, Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]