Project X Interfaces and Today

2002-09-16 Thread micael
What interfaces do I use instead of the project X classes XmlDocument and XmlDocumentBuilder for Tomcat 4.1? Micael --- This electronic mail transmission and any accompanying documents contain information belonging to the sender which may

Re: [OT] WOW - that Digester thing ROCKS!

2002-09-16 Thread Eddie Bush
Craig, I notice there's supposed to be a way to plug-in rules to the digester. Is it possible for me to somehow do this and allow a plug-in to have custom XML in the struts-config file? I'm still trying to figure out how best I can leveage sub-applications. In some ways, I don't like that

Re: Struts Nested Iteration

2002-09-16 Thread Kalaiselvan
Hi Sri, Thanx for your reply.. Mean time i tried various methods, lastly i got an easy way to solve this problem (ie) logic:iterate id=table type=com.mousetech.strutsdemo.Table name=%=Constants.TABLE% scope=request tr logic:iterate id=list

How to define a context attribute key for a message-resource under Struts 1.0.2?

2002-09-16 Thread Sann, Stephan
Hello list, I would like to use the bundle-attribute from the html:errors-Tag, but I didn't find out how to define a context attribute key for a message-resource under Struts 1.0.2 jet. On the web I found this snipet for the struts-config.xml:

RE: Sub Apps

2002-09-16 Thread Brijesh NK
Thanks Eddie, for the valuable information. -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 10:04 AM To: Struts Users Mailing List Subject: Re: Sub Apps On a very high-level, yes :-) Back in the old days (Struts 1.0), you used to have

RE: Tiles question - menu items

2002-09-16 Thread Heligon Sandra
Thanks for your answer. I don't use sub-applications. I would like to organize my Struts application into several sub-applications but I don't have a lot of time to develop my application. I am scared to loose time to implement this new feature. I am convinced that I will need of this

RE: Initialisations on the first request (requestprocessor init() method or servletcontext listener)

2002-09-16 Thread Heligon Sandra
Thanks for your files I study them. The init() method of the RequestProcessor is called only one time, isn't it ? but when ? when the servlet-engine is started or when the first request arrive ? What can you think about initialisations in the requestprocessor's init() method vs initialisations in