RE: struts-config - digester problem

2003-09-11 Thread James Mitchell
its found on google. -- James Mitchell Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx > -Original Message- > From: Jan Zimmek [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 11, 2003 4:59 PM > To: Struts Users Mailing

struts-config - digester problem

2003-09-11 Thread Jan Zimmek
Hi, I am developing an ui-component-extension for struts and have to nest the "set-property" element inside an "action" element. According to the DTD of struts 1.1 this should be possible, but when I specify something like this: The commons-digester throws the following exception: java.l

RE: Digester Problem!!!!

2001-10-31 Thread Tom Klaasen (TeleRelay)
2:20 > To: 'Struts Users Mailing List' > Subject: AW: Digester Problem > > > I use Struts nightly build from 22.10.2001: If I import the > bean-factory in Visual Age 3.5 I get the following errors > > org.apache.commons.digester.Digester initDigester(int) 2 &

AW: Digester Problem!!!!

2001-10-31 Thread storck
(TeleRelay) [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 31. Oktober 2001 11:59 An: Struts Users Mailing List Betreff: RE: Digester Problem I cannot promise that I can answer your question, but I can tell you that anybody who could answer it, can only know that she can answer it if you supply the

RE: Digester Problem!!!!

2001-10-31 Thread Tom Klaasen (TeleRelay)
on to people who are willing to help. tomK > -Original Message- > From: storck [mailto:[EMAIL PROTECTED]] > Sent: woensdag 31 oktober 2001 11:56 > To: 'Struts Users Mailing List' > Subject: AW: Digester Problem > > > But if I replace the packages I

AW: Digester Problem!!!!

2001-10-31 Thread storck
But if I replace the packages I get an error that some methodes are not defined -Ursprungliche Nachricht- Von: Tom Klaasen (TeleRelay) [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 31. Oktober 2001 11:31 An: Struts Users Mailing List Betreff: RE: Digester Problem 1) Use struts 1.0

RE: Digester Problem!!!!

2001-10-31 Thread Tom Klaasen (TeleRelay)
ck [mailto:[EMAIL PROTECTED]] > Sent: woensdag 31 oktober 2001 10:47 > To: User Struts (E-Mail) > Subject: Digester Problem > > > Hi, > > I have a greate Problem. I have downloaded an example wich uses > org.apache.struts.digester but the ActionServlet of Struts n

Digester Problem!!!!

2001-10-31 Thread storck
Hi, I have a greate Problem. I have downloaded an example wich uses org.apache.struts.digester but the ActionServlet of Struts now uses org.apache.commons.digester wich seam not to be compatiple. The example is from http://www.sura.ru/~gonza/bean-factory/ can someone help me ?? THANKS -- To un

digester problem

2001-08-28 Thread juraj Lenharcik
hi all, i want to access some tags form my actionServlet, to configure some Beans. My simple XmlFile: the config Form bean are only get/set methods. and the actionservlet: InputStream is = this.getClass().getResourceAsStream("db.xml"); BufferedInputStream bis = new BufferedInputStream(is)