[Jformular-develop] WG: new jformular release 0.8.1 available
Status: Beta
Brought to you by:
fdolibois
From: Frank D. <FDo...@it...> - 2002-06-03 10:37:45
|
jformular release 0.8.1 is now available at http://jformular.sourceforge.net/ or http://sourceforge.net/projects/jformular/ RELEASE NOTES: FIXED BUGS: 557894 Illegal command when clicking an image 557897 Image buttons problem with Mozilla/4 561862 Bug in jformular.tld 563119 infinite loop in FormularField.java 563124 Bug with Validation Filters for Fields CHANGES IN JFORMULAR API: 1) de.jformular.FormularErrors public String getError (String fieldname) retrives error for the given formularfield if present, otherwise null 2) new Tags <error-block> and <error> <formular:error-block property="date"> Der Block wird nur angezeigt wenn für das Feld ein Fehler vorliegt <br> <formular:error/> </formular:error-block> 3) Interface ValidationFilter new signatur for method filter public boolean filter(FormularErrors aFormularErrors, FormularContext aFormularContext, FormularField aFormularField, String aValue); FormularErrors: allows to add own Errors by the filter FormularContext: global access to all current forms und user data, allows to check the current field againts other user data. 4) Interface TransformFilter new signatur for method transform void transform(Formular formular, FormularEvent formularEvent); FormularEvent has access to HttpSession, HttpRequest, FormularContext and FormularIdentity 5) Enabled creating PDF --> new tags Example1: <formular:pdf/> Example2: <formular:pdf name="Antrag"/> Example3: <formular:pdflink name="Antrag">Antrag</formular:pdflink> Example4: <formular:pdflink name="Antrag" target="_blank">Antrag</formular:pdflink> Example5: <formular:pdfuri name="Antrag"/> Frank Dolibois Author and Projectmanager ----------------------------------------------- web www.itzone.de email fdo...@it... Visit the Open-Source Framework jformular www.jformular.org ----------------------------------------------- |