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

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: 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

Re: contrib/struts-shale-mailreader

2004-11-13 Thread Struts User
> 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 am running th

Re: contrib/struts-shale-mailreader

2004-11-13 Thread BaTien Duong
Craig McClanahan wrote: On Fri, 12 Nov 2004 14:35:07 -0700, BaTien Duong <[EMAIL PROTECTED]> wrote: Hello Craig: i take a casual look at shale and the running mailreader example. I have some questions: 1) Shale is designed as a servlet filter that hook to a DialogController and invoke a specifie

Re: contrib/struts-shale-mailreader

2004-11-12 Thread Craig McClanahan
On Fri, 12 Nov 2004 14:35:07 -0700, BaTien Duong <[EMAIL PROTECTED]> wrote: > Hello Craig: > > i take a casual look at shale and the running mailreader example. I have > some questions: > > 1) Shale is designed as a servlet filter that hook to a DialogController > and invoke a specified ViewContr

Re: contrib/struts-shale-mailreader

2004-11-12 Thread BaTien Duong
Hello Craig: i take a casual look at shale and the running mailreader example. I have some questions: 1) Shale is designed as a servlet filter that hook to a DialogController and invoke a specified ViewController backing bean. Jsf has application ViewHandler and MyFaces wires each page into a t

Re: contrib/struts-shale-mailreader

2004-11-12 Thread Struts User
On Thu, 11 Nov 2004 14:42:30 -0800, Craig McClanahan <[EMAIL PROTECTED]> wrote: > There's another dependency when you try to compile > struts-shale-mailreader ... you have to have run the "dist" target on > the shared database code in "struts-examples/mailreader" first (along > with "struts-contrib

Re: contrib/struts-shale-mailreader

2004-11-11 Thread BaTien Duong
Craig McClanahan wrote: And one more critical one ... by default, the build script assumes you have JSF installed inside your container already. If you don't add the following line to build.properties: build.standalone=true This is probably what's triggering your error. Yes. This is the case f

Re: contrib/struts-shale-mailreader

2004-11-11 Thread Craig McClanahan
And one more critical one ... by default, the build script assumes you have JSF installed inside your container already. If you don't add the following line to build.properties: build.standalone=true This is probably what's triggering your error. Craig On Thu, 11 Nov 2004 14:42:30 -0800, Cr

Re: contrib/struts-shale-mailreader

2004-11-11 Thread Craig McClanahan
There's another dependency when you try to compile struts-shale-mailreader ... you have to have run the "dist" target on the shared database code in "struts-examples/mailreader" first (along with "struts-contrib/struts-shale" of course). You will also need to make sure you've set up a build.proper

Re: contrib/struts-shale-mailreader

2004-11-11 Thread BaTien Duong
Hello Craig: I downloaded struts-src-2004.tar.gz and try to get the struts-shale-mailreader program to run. Here are some issues with the build: 1) The struts-shale was built ok to get shale.jar 2) The struts-shale-mailreader has issue at the docs target. so I make the dist target depen

Re: contrib/struts-shale-mailreader

2004-11-11 Thread Craig McClanahan
On Thu, 11 Nov 2004 08:15:00 -0800, Dakota Jack <[EMAIL PROTECTED]> wrote: > Thanks, Craig, > > This allows me to do what I needed to do without taking the day to > learn this new stuff about subversion right away. > > I assume that the CVS will permanently be out of date? Why not scrap > it? I

Re: contrib/struts-shale-mailreader

2004-11-11 Thread Niall Pemberton
ics Niall - Original Message - From: "Hubert Rabago" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "Dakota Jack" <[EMAIL PROTECTED]> Sent: Thursday, November 11, 2004 4:17 PM Subject: Re: contrib/struts-shale-

Re: contrib/struts-shale-mailreader

2004-11-11 Thread Hubert Rabago
: > > > Probably because it's in svn ? Well the link from theserverside.com > > > seems to say so. Anyway > > > you can read the proposal here: > > > http://svn.apache.org/viewcvs.cgi/*checkout*/struts/trunk/contrib/struts-shale/README.html > > > >

Re: contrib/struts-shale-mailreader

2004-11-11 Thread Dakota Jack
> http://svn.apache.org/viewcvs.cgi/*checkout*/struts/trunk/contrib/struts-shale/README.html > > > > > > > > Dakota Jack wrote: > > > > >I got the latest CVS using a command line for jakarta-struts but it > > >did not contain the folder co

Re: contrib/struts-shale-mailreader

2004-11-11 Thread Dakota Jack
Mailing List" <[EMAIL PROTECTED]> > Sent: Thursday, November 11, 2004 12:07 PM > Subject: contrib/struts-shale-mailreader > > > I got the latest CVS using a command line for jakarta-struts but it > > did not contain the folder contrib/struts-shale-mailreader which I

Re: contrib/struts-shale-mailreader

2004-11-11 Thread Craig McClanahan
de.com > seems to say so. Anyway > you can read the proposal here: > http://svn.apache.org/viewcvs.cgi/*checkout*/struts/trunk/contrib/struts-shale/README.html > > > > Dakota Jack wrote: > > >I got the latest CVS using a command line for jakarta-struts but it > &

Re: contrib/struts-shale-mailreader

2004-11-11 Thread Peng Tuck
s but it did not contain the folder contrib/struts-shale-mailreader which I expected based on a recommendation by Craig. Is the CVS available from: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout jakarta-struts not the newest code?

Re: contrib/struts-shale-mailreader

2004-11-11 Thread Niall Pemberton
akota Jack" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, November 11, 2004 12:07 PM Subject: contrib/struts-shale-mailreader > I got the latest CVS using a command line for jakarta-struts but it > did not contain the folder

contrib/struts-shale-mailreader

2004-11-11 Thread Dakota Jack
I got the latest CVS using a command line for jakarta-struts but it did not contain the folder contrib/struts-shale-mailreader which I expected based on a recommendation by Craig. Is the CVS available from: cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout jakarta-struts