ApplicationConfig freezed in PlugIn initialization

2002-04-11 Thread Joni Suominen
Hi! I am writing a Struts plug-in which needs to programmatically manipulate the ApplicationConfig. The problem is that the ApplicationConfig is freezed before the plug-ins are initialized. Would it be possible to postpone freezing until plug-ins are initialized? That is, to call

Re: Struts Tags for Visual HTML Components / Java Server Faces [was: ] Struts menu

2002-04-11 Thread Craig R. McClanahan
On Thu, 11 Apr 2002, Hans-Joachim Matheus wrote: Date: Thu, 11 Apr 2002 12:36:25 +0200 From: Hans-Joachim Matheus [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Struts Tags for Visual HTML Components / Java Server

Design questions about the implementation bean:include

2002-04-11 Thread Peter Pilgrim
Very simply? In the code for IncludeTag why could you not have used RequestDispatcher.include() to get the content as String? A URLConnection is used to open a socket and effective internally read the content from the server. Does the server know it has a request from the same client? Is the

Re: Struts Tags for Visual HTML Components / Java Server Faces [was: ] Struts menu

2002-04-11 Thread Arron Bates
On the defense of trees in Struts... ...current Struts 1.1 is actually an absolute honey to make trees. really. One step at a time, and it's a walk in the park. A while back (a month), the nested tags were made to penetrate a dynamic include, which allows for true recursion. Which means... oh

[Resend] Struts, view-framework pluggability, XSLT, and Maverick

2002-04-11 Thread Rob Jellinghaus
[I sent this to struts-dev a couple of days ago. So far, no response. Gonna try once more, to struts-user and struts-dev together. If no response *this* time, then I'll assume the Struts community is pretty much uninterested in this idea.] One of the difficult things in open source