Re: contrib/struts-shale-mailreader

2004-11-14 Thread Struts User
Thanks for the great explaination, Batien! It certainly makes sense to have tiles to work with any JSF implementation! Lee On Sun, 14 Nov 2004 10:37:27 -0700, BaTien Duong <[EMAIL PROTECTED]> wrote: > Struts User wrote: > > > > >>Having said all this, the framework is powerful for sophistica

Jericho and StrutsServerFaces

2004-11-14 Thread Dakota Jack
Would anyone be interested in working on a StrutsServerFaces consistent with the controller model in Jericho as opposed to the page based controller in JavaServerFaces? I am becoming more and more distanced from the idea of a page based controller, but do see that someone has to step up to the pl

Re: using multiple action forms in one action. Best practice?

2004-11-14 Thread Bill Keese
Martin Kindler wrote: in my application I have a rather complex object to deal with. I have split the process in several jsps (JSP1, ..., JSPn) using different ActionForms (AF1, ..., AFm)... 2. merge all ActionForms to one big mega ActionForm Pro: works Con: no modularization; if I need to use one

Re: Versions of commons-libs in Struts versions

2004-11-14 Thread Niall Pemberton
The easiest way to find out is to drop the struts-documentation.war into your servlet container for each of the versions and then look at the Installation section of the user guide (in the prerequisite software section). The struts web site has the latest version, but dependancies have changed sin

Nightly Builds

2004-11-14 Thread Craig McClanahan
I've adjusted the nightly build scripts to account for the reorganization of our Subversion repository that was recently done, and caused last night's build (20041114) to break. Tonight's should be fine. Nightly builds of the core Struts distribution are at: Struts Core Distribut

Versions of commons-libs in Struts versions

2004-11-14 Thread Franz-Josef Herpers
Hi, is there any way to find out which versions of the commons-libs are included in a particular version of Struts. I'm especially interested in versions Struts 1.1 and 1.2.4? Thank you in advance for any hints. Regards Franz -

Re: contrib/struts-shale-mailreader

2004-11-14 Thread Franz-Josef Herpers
Hi, is there any way to find out which versions of the commons-libs are included in a particular version of Struts. I'm especially interested in versions Struts 1.1 and 1.2.4? Thank you in advance for any hints. Regards Franz -

Re: Java.net exception when using ValidatorPlugIn

2004-11-14 Thread Joe Germuska
I have a rather annoying problem with the ValidatorPlugIn in a project using Struts: Can you look at this message (and its thread) and see if you are having the same problem? http://article.gmane.org/gmane.comp.jakarta.struts.user/96302 Joe -- Joe Germuska [EMAIL PROTECTED] http://

Java.net exception when using ValidatorPlugIn

2004-11-14 Thread Flemming G. Jensen
Hi List, I have a rather annoying problem with the ValidatorPlugIn in a project using Struts: 1) I implement the ValidatorPlugIn as stated in James Holmes "Struts. The Complete Reference" (and several other places). 2) In struts-config.xml I have http://jakarta.apache.org/struts/dtds/struts-c

Re: contrib/struts-shale-mailreader

2004-11-14 Thread BaTien Duong
Struts User wrote: Having said all this, the framework is powerful for sophisticated web production side, where all fragments of each page are completely dynamic based on built-in backend intelligence. Tiles is appropriate for such page, rather than each page need a backing bean. Hi Batien, I