jformular-develop Mailing List for JFormular
Status: Beta
Brought to you by:
fdolibois
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
(6) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Christina R. <spo...@we...> - 2002-06-27 09:17:40
|
hallo, habe eine frage zu den notwendigen einstellungen, um in ein pdf-template = zu drucken und die db.anbindung durch jdbc zu realsieren. PDF wie soll ich die pdf-templates kreieren=3F (mit dem acrobat writer 4.0=3F gibt= 's dazu ein freeware tool=3F) welche einstellungen sind nun n=F6tig in der entsprechenden jsp (<formular:p= df/>) und xml (pdfeventhandler=3F)=3F nach ein paar =E4nderungen wird keine *.fdf mehr erstellt. :( (der apache to= mcat spuckt eine NullPointerException aus) JDBC welche jndi.datasourcename m=FCssen in dem jdbc.properties-file eingestellt = werden=3F wo wird dieser name f=FCr die db festgelegt=3F wie lautet die syntax=3F welche einstellungen fehlen noch in der entsprechenden jsp-seite, um nun d= ie einzelnen selcet-felder oder text-felder den relationen bzw attributen = zuzuordnen, oder wird das anhand von namensgleichheit realisiert=3F ich w=FCrde mich sehr =FCber antwort freuen. mfg christina reuter =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F All inclusive! 100 MB Speicher, SMS 50% gunstiger, 32 MB Attachment-Gro=3Fe,= =20 Preisvorteile und mehr unter http://club.web.de/=3Fmc=3D021104 |
From: Rene Z. <RZ...@pu...> - 2002-06-27 08:55:47
|
Hi, a bug connected with own EventHandlers was already reported=20 with Bug-ID 573978=20 (http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D573978&gro= up_id=3D41 869&atid=3D431511),=20 so I post it here to make it public available. GreetinX, Ren=E9 PS: Sorry for sending this two times - first time with wrong subject... ________________________________________________________________________= _ =20 publity - the new way to invest Immer ein sch=F6nes Geschenk - empfehlen Sie publity. ________________________________________________________________________= _ =20 Ren=E9 Zanner publity AG Team Manager An den Treptowers 1 Phone +49-30-590 091-316 12435 Berlin Fax +49-30-590 091-399 www.publity.de Mobile +49-172-3 77 88 04 www.publity.co.uk E-Mail: rz...@pu... www.publity.fr Smart investors provide smart capital to create successful companies.=20 publity's new investment marketplace enables private investors to = access=20 a wide range of investment products such as IPOs, DPOs and bonds=20 through one single channel. publity - the new way to invest.=20 ________________________________________________________________________= _ |
From: Rene Z. <RZ...@pu...> - 2002-06-27 08:51:42
|
Hi, a bug connected with own EventHandlers was already reported under = Bug-ID 573978 (http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D573978&gro= up_id=3D41 869&atid=3D431511), so I post it here to make it public available. GreetinX, Ren=E9 ________________________________________________________________________= _ =20 publity - the new way to invest Immer ein sch=F6nes Geschenk - empfehlen Sie publity. ________________________________________________________________________= _ =20 Ren=E9 Zanner publity AG Team Manager An den Treptowers 1 Phone +49-30-590 091-316 12435 Berlin Fax +49-30-590 091-399 www.publity.de Mobile +49-172-3 77 88 04 www.publity.co.uk E-Mail: rz...@pu... www.publity.fr Smart investors provide smart capital to create successful companies.=20 publity's new investment marketplace enables private investors to = access=20 a wide range of investment products such as IPOs, DPOs and bonds=20 through one single channel. publity - the new way to invest.=20 ________________________________________________________________________= _ =20 |
From: Rene Z. <RZ...@pu...> - 2002-06-27 08:48:19
|
Hi Frank, =20 ich hatte diesen Bug bereits gemeldet - er ist unter Bug-ID 573536 ( http://sourceforge.net/tracker/index.php?func=3Ddetail <http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D573536&gro= up_id=3D41 869&atid=3D431511> &aid=3D573536&group_id=3D41869&atid=3D431511) = erfa=DFt - auch mit Deinen beschriebenen =C4nderungen... =20 GreetinX, =20 Ren=E9 =20 -----Urspr=FCngliche Nachricht----- Von: Egger, Frank, DPCOM, Bonn [mailto:F....@dp...] Gesendet: Donnerstag, 27. Juni 2002 10:31 An: jfo...@li... Betreff: [Jformular-develop] bug in StoreEventHandlerImpl hallo!=20 ich denke es gibt einen bug im StoreEventHandlerImpl. und zwar wenn man = in der formular.xml eine forward-uri f=FCr den command store angibt. = folgenden quelltextauszug hab ich vom RC 0.8.1: if (formularEvent.getCommand().equals(FormularEvent.COMMAND_STORE)) = {=20 try {=20 formularContext=3Dpersitens.store(formularContext);=20 } catch (Exception e) {=20 FormularErrors error=3Dnew FormularErrorsImpl();=20 error=20 =20 .addError(ConfigManager.getConfiguration(Configuration.MESSAGES_CONFIGU= RATIO N).getString("store.error.message") +"<br><br><br>"+e.getMessage());=20 request.setAttribute(FormularErrors.FORMULARERRORS_REQUESTKEY, error);=20 }=20 forwardPage=3Dformular.getForwardURI(formularEvent.COMMAND_NEXT); = wobei das getForwardURI doch mit formularEvent.COMMAND_STORE aufgerufen werden sollte, oder nicht?=20 viele gr=FC=DFe,=20 frank egger=20 --=20 Dipl.-Inf. (FH) Frank Egger=20 Software Engineer=20 Projekte & Entwicklung=20 Deutsche Post Com GmbH T: +49 228 2435-613=20 Tulpenfeld 9 F: +49 228 2435-649=20 53113 Bonn M: +49 170 4855 961=20 f....@dp... www.dpcom.de / www.epost.de=20 |
From: Egger, F. D. B. <F....@dp...> - 2002-06-27 08:30:50
|
hallo! ich denke es gibt einen bug im StoreEventHandlerImpl. und zwar wenn man in der formular.xml eine forward-uri f=FCr den command store angibt. folgenden quelltextauszug hab ich vom RC 0.8.1: if (formularEvent.getCommand().equals(FormularEvent.COMMAND_STORE)) { try { formularContext=3Dpersitens.store(formularContext); } catch (Exception e) { FormularErrors error=3Dnew FormularErrorsImpl(); error =20 .addError(ConfigManager.getConfiguration(Configuration.MESSAGES_CONFIGUR ATION).getString("store.error.message") +"<br><br><br>"+e.getMessage()); request.setAttribute(FormularErrors.FORMULARERRORS_REQUESTKEY, error); } forwardPage=3Dformular.getForwardURI(formularEvent.COMMAND_NEXT); wobei das getForwardURI doch mit formularEvent.COMMAND_STORE aufgerufen werden sollte, oder nicht? viele gr=FC=DFe, frank egger -- Dipl.-Inf. (FH) Frank Egger Software Engineer Projekte & Entwicklung Deutsche Post Com GmbH T: +49 228 2435-613 Tulpenfeld 9 F: +49 228 2435-649 53113 Bonn M: +49 170 4855 961 f....@dp... www.dpcom.de / www.epost.de |
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 ----------------------------------------------- |
From: Frank D. <FDo...@it...> - 2002-05-25 08:05:50
|
Hallo, Beispiele gibt es in: http://jformular.sourceforge.net/jformular_RC_0_8_src.zip unter jformular-examples gibt es eingige Beipiele mit Ant-Build Script. In Kürze werden über die Mailingliste auch Tech-Tipps veröffentlicht. Gruß Frank Dolibois Autor, Projektmanager -----Ursprüngliche Nachricht----- Von: jfo...@li... [mailto:jfo...@li...]Im Auftrag von jfo...@li... Gesendet: Freitag, 24. Mai 2002 21:16 An: jfo...@li... Betreff: Jformular-develop digest, Vol 1 #2 - 1 msg Send Jformular-develop mailing list submissions to jfo...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/jformular-develop or, via email, send a message with subject or body 'help' to jfo...@li... You can reach the person managing the list at jfo...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Jformular-develop digest..." Today's Topics: 1. Beispiele (=?iso-8859-1?Q?Julian_L=F6ffelhardt?=) --__--__-- Message: 1 From: =?iso-8859-1?Q?Julian_L=F6ffelhardt?= <ju...@yy...> To: <jfo...@li...> Date: Thu, 23 May 2002 21:43:50 +0200 Subject: [Jformular-develop] Beispiele This is a multi-part message in MIME format. ------=_NextPart_000_00AD_01C202A2.ECFA4F60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hallo, Gibt es irgendwo Beispiele f=FCr jFormular, die es mir auf einfache Art = und Weise erm=F6glichen herauszufinden was das Framework alles kann? Danke, Julian ------=_NextPart_000_00AD_01C202A2.ECFA4F60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.3315.2870" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>Hallo,</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Gibt es irgendwo Beispiele f=FCr = jFormular, die es=20 mir auf einfache Art und Weise erm=F6glichen herauszufinden was das = Framework=20 alles kann?</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Danke,</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Julian</FONT></DIV></BODY></HTML> ------=_NextPart_000_00AD_01C202A2.ECFA4F60-- --__--__-- _______________________________________________ Jformular-develop mailing list Jfo...@li... https://lists.sourceforge.net/lists/listinfo/jformular-develop End of Jformular-develop Digest |
From: <ju...@yy...> - 2002-05-23 19:42:36
|
Hallo, Gibt es irgendwo Beispiele f=FCr jFormular, die es mir auf einfache Art = und Weise erm=F6glichen herauszufinden was das Framework alles kann? Danke, Julian |
From: Frank D. <FDo...@it...> - 2002-05-08 17:53:04
|
----------------------------------------------- visit our Open-Source Framework jformular www.jformular.org fon 02242 866825 fax 02242 866829 email fdo...@it... web www.itzone.de ----------------------------------------------- |