Re: Struts install - error in SilverStream install doc (fwd)

2001-07-20 Thread Martin Cooper
John, I have updated the instructions in CVS, so the distributions should be correct now. However, I don't know how the web site gets updated. Perhaps Craig or Ted can take care of this. -- Martin Cooper - Original Message - From: "John Rousseau" <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

cvs commit: jakarta-struts/doc installation-sas.xml installation.xml installation-sas371.xml

2001-07-20 Thread martinc
martinc 01/07/20 23:19:14 Modified:.INSTALL doc installation-sas.xml installation.xml Removed: doc installation-sas371.xml Log: Corrected installation instructions for SilverStream and Resin. Submitted by: John Rousseau, Martin Cooper

cvs commit: jakarta-struts/doc installation-sas.xml installation.xml installation-sas371.xml

2001-07-20 Thread martinc
martinc 01/07/20 23:18:34 Modified:.Tag: STRUTS_1_0_BRANCH INSTALL doc Tag: STRUTS_1_0_BRANCH installation-sas.xml installation.xml Removed: doc Tag: STRUTS_1_0_BRANCH installation-sas371.xml Log: Corrected installation

Re: Struts Services

2001-07-20 Thread Oleg V Alexeev
Hello David, Friday, July 20, 2001, 7:17:08 PM, you wrote: DW> What is the status of having something to load a DW> service in Struts? If it is going to be a while, I DW> would suggest at least adding something that could at DW> least handle initialization of resources that would DW> fit in wit

Re[2]: Struts Services

2001-07-20 Thread Oleg V Alexeev
Hello David, Friday, July 20, 2001, 7:48:31 PM, you wrote: DW> I thought this was going to be a core feature (or is DW> it not ready for the core yet, Oleg?). Now it just core package... 8) Without samples, doc, and testing... Sample will ready shortly. DW> David DW> --- Ted Husted <[EMAIL

Re[2]: Struts Services

2001-07-20 Thread Oleg V Alexeev
Hello Ted, Friday, July 20, 2001, 7:23:20 PM, you wrote: TH> I believe Oleg committed a package to contrib, and is looking for help TH> with sample code, general testing and documentation. I have annual leave now and so... I work only for pleasure... 8) TH> David Winterfeldt wrote: >> >> What

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/logic PresentTag.java

2001-07-20 Thread mschachter
mschachter01/07/20 16:34:04 Modified:doc struts-logic.xml todo-1.1.xml src/share/org/apache/struts/taglib/logic PresentTag.java Log: - enhancement for multiple role checking in logic:present and logic:notPresent tag Submitted by: James Bonaiuto Proposed

Re: Components --> Tiles

2001-07-20 Thread Ted Husted
I think a key question is whether Tiles will still be easy to use outside of Struts. I know David would like his Validator to be useful outside the framework, and it should be easy for people to get the Validator, or Tiles, regardless of whether they use Struts. I wonder if we want to turn the

Re: Struts doesn't compile under jdk1.4 beta

2001-07-20 Thread Ted Husted
Are we going to keep this, or rely on the Commons DBCP instead? Cedric Dumoulin wrote: > > Trying to compile Struts with JDK1.4 beta doesn't work for me : the > java.sql.Connection interface has change. As a result, class > org/apache/struts/util/GenericConnection.java is missing some methods,

Re: Struts Services

2001-07-20 Thread Ted Husted
One way to find out if it were ready to be a core feature would be to see if it did the job for the Validator package, and any others that were asking about services support ... so you tell us ;-) David Winterfeldt wrote: > > I thought this was going to be a core feature (or is > it not ready fo

Struts doesn't compile under jdk1.4 beta

2001-07-20 Thread Cedric Dumoulin
Trying to compile Struts with JDK1.4 beta doesn't work for me : the java.sql.Connection interface has change. As a result, class org/apache/struts/util/GenericConnection.java is missing some methods, and can't be compiled ;-(. I don't know if there is others issues with JDK1.4. Cedric

Re: Struts Services

2001-07-20 Thread David Winterfeldt
I thought this was going to be a core feature (or is it not ready for the core yet, Oleg?). David --- Ted Husted <[EMAIL PROTECTED]> wrote: > I believe Oleg committed a package to contrib, and > is looking for help > with sample code, general testing and documentation. > > > David Winterfeld

Re: Struts Services

2001-07-20 Thread Ted Husted
I believe Oleg committed a package to contrib, and is looking for help with sample code, general testing and documentation. David Winterfeldt wrote: > > What is the status of having something to load a > service in Struts? If it is going to be a while, I > would suggest at least adding somethi

Struts Services

2001-07-20 Thread David Winterfeldt
What is the status of having something to load a service in Struts? If it is going to be a while, I would suggest at least adding something that could at least handle initialization of resources that would fit in with the future plans. I was waiting for something like this before I added the Val

RE: Input requested on Expresso integration

2001-07-20 Thread Michael Nash
Oleg: Thanks - I will definitely check into this immediately. We had not actually begin doing any extensions to ActionServlet, so your timing is perfect. We definitely want to accomplish this integration in a way which best fits Strut's architechture, so this is an important tip. Regards, Mike

Re: Struts install - error in SilverStream install doc (fwd)

2001-07-20 Thread John Rousseau
Armen, Thanks for catching this! The INSTALL file in the distribution is correct, but the URL you specify has the problem exactly as you describe. Craig / Ted, can you update this? In the second block of XML on the page (http://jakarta.apache.org/struts/installation-sas.html), please change str

Re: VOTE: PagerTag

2001-07-20 Thread Ted Husted
Yes, once we get to disconnected objects, like RowSets, it all gets murky. After all a RowSet would not need to come from a database either. It could be a flat file, or a spreadsheet, or created dynamically like a collection. But most often it would be a DBMS. My real question was where you were

logic:iterate and logic:equals proposed changes.

2001-07-20 Thread Johan Compagner
Hi, Why must the Iterator or the Equals throw a exception when the bean is not there. I would love to have an option on both that i can say if it is not there then just don't do a thing (iterator) or equal is default false. It's the same thing a a logic:present tag before those. Because i have m

Protection Domain

2001-07-20 Thread issam . chehab
I'm sorry for the non-directly struts related question, but someone might have an idea. Using tomcat 3.2.X, the HttpServletRequest, session, and servlet context are created by code stored in tomcat*/lib/webserver.jar, and are in a different classloader protection domain. This prevent the intros

Components --> Tiles

2001-07-20 Thread Cedric Dumoulin
"Components framework" will be renamed "Tiles framework". Integration in Struts is a work in progress. I have already rename packages and updated webapps. I still need to update documentation and tutorial. Checkin will come very soon. Question is : how do we distribute it with Struts ?

Re[4]: Build Command service on base of FactoryService

2001-07-20 Thread Oleg V Alexeev
Hello Adam, Friday, July 20, 2001, 4:51:10 AM, you wrote: AY> Well, Iguess if it is going to make your life, or someone elses life AY> easier, it should be in there. Since you can always refactor, I guess you AY> use it while things are simple enough, and pull it out when they get too AY> compl