Re: nightly build

2001-01-22 Thread Steven D. Wilkinson
> > Hello. I downloaded last night's build and compiled it. I was able to > compile it with xalan/xerces (that I coopted from Cocoon 1.8) but not with > jaxp.jar/parser.jar (that I coopted from Tomcat 3.2.1). From the > stacktrace (see below), it looks like an Ant (1.2) "import" problem, but > i

RE: ifPropertyEquals problem, and ErrorMessages problem

2001-01-22 Thread rhayden
Well, I have solved my own problem. As I expected, I was unable to get the struts example to run (same types of errors, but related to the message tag this time), so I gave up for the day and went home. I attempted to run the same web apps (struts example and my EJB app) from a different system an

Re: Missing Something

2001-01-22 Thread Craig R. McClanahan
Tim Sheridan wrote:  I think I have a good understanding of how to incorporate STRUTS in my JSPs. The problem I'm having is with the Action Servlet Mapping. My goal is to keep my JSPs small in size so I have one (session) bean that is populated from form properties from eash JSP (a total of 5 in

Missing Something

2001-01-22 Thread Tim Sheridan
I think I have a good understanding of how to incorporate STRUTS in my JSPs. The problem I'm having is with the Action Servlet Mapping. My goal is to keep my JSPs small in size so I have one (session) bean that is populated from form properties from eash JSP (a total of 5 in all). My web.xml has t

nightly build

2001-01-22 Thread Steve A Drake
Hello. I downloaded last night's build and compiled it. I was able to compile it with xalan/xerces (that I coopted from Cocoon 1.8) but not with jaxp.jar/parser.jar (that I coopted from Tomcat 3.2.1). From the stacktrace (see below), it looks like an Ant (1.2) "import" problem, but it's a Struts

ifPropertyEquals problem, and ErrorMessages problem

2001-01-22 Thread rhayden
Hi, I am new to Struts and trying to use the framework for a new project. I am curious if anyone else using Struts has deployed to WebLogic (specifically 5.1) since this is the server I am using... and I am observing some strange behavior. Of course this could all just be due to my own inexperien

RE: javax.servlet.ServletException when running struts-example on JRun 3.0 / NT 4.0 SP5

2001-01-22 Thread Guillaume Lahitette
Hi Abraham/All, D:\JRun30\servers\default\scb\WEB-INF\classes is just another web app I am working on. The classpath I pasted is the NT system variable (at command line, I ran: "C:\> set"). Cheers, Guillaume. Guillaume Lahite

Re: Action.xml

2001-01-22 Thread martin . cooper
Here's a link to the Ant FAQ item on this: http://jakarta.apache.org/jyve-faq/Turbine/screen/DisplayQuestionAnswer/action/SetAll/project_id/2/faq_id/16/topic_id/196/question_id/752 Hope this helps. -- Martin Cooper Tumbleweed Communications At 01:28 PM 11/22/00 -0800, Craig R. McClanahan wrot

Re: Action.xml

2001-01-22 Thread Rob Leland
Sorry, I didn't make myself clear. In the 'struts example' there is still an Action.xml in the distribution for Jan 22 2001. If it isn't used then at least in the 'struts example' it should be removed. -Rob "Craig R. McClanahan" wrote: > Rob Leland wrote: > > > I thought action.xml, was deprec

Do I really need to install JRE1.2, struts.jar, etc.. on the distribution machine in order to use struts 1.0?

2001-01-22 Thread Hay Tran
I know for sure that I would need to install struts.jar, etc.. and jdk1.2 on my development machine in order to use struts1.0 However, when we release the final product to the customer, we only plan to release the generated serverlet classes to the customer without the orignal jsp pages. We woul

Re: Looking for Struts Tutorial

2001-01-22 Thread Hay Tran
Thanks for the info. Are are a great help. -Hay - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 22, 2001 11:20 AM Subject: Re: Looking for Struts Tutorial > Hay Tran wrote: > > > 1. Does any one know the definite (or be

Links in iterate tag

2001-01-22 Thread Michael Zeitlin
I am trying to create a link in an iterate tag and send some parameters in a hashmap, here is my code: This works fine, but I cant seem to figure out how to send along some of the info of the bean properties like "username" and "con

Re: How to access Collection size()

2001-01-22 Thread Craig R. McClanahan
David Winterfeldt wrote: > Is there anyway to override the tags always adding > property get in front of a method? I would like to > call size() on a collection to see if it is zero. I > don't see a way to do this with the tags. If there is > a way, any help would be appreciated. If there is

Re: Action.xml

2001-01-22 Thread Craig R. McClanahan
Rob Leland wrote: > I thought action.xml, was depreciated, and no longer used > however it is still in the struts download as of January 17. > > Shouldn't this be removed ? It is still supported (even though deprecated) in 1.0, along with the deprecated tag library, so the example file is still

Re: Looking for Struts Tutorial

2001-01-22 Thread Craig R. McClanahan
Hay Tran wrote: > 1. Does any one know the definite (or best guessed) release date for Struts > 1.0? > Best guess is "as soon as the last few showstopper problems are fixed, and the docs updated sufficiently", there will be a beta release of 1.0. The time frame until final release had better be

RE: WebLogic 5.1 sp8: Problem with unzipped struts example.

2001-01-22 Thread Anna Maria San Valentin
From experience, it is possible to deploy the Struts framework (with WL 5.1 SP6 && Solaris || NT.)  Just place the JSPs in the docRoot and unzip the classes in your SERVLET_CLASSES path.  Just make sure that the SERVLET_CLASSES path is included in your CLASSPATH when you execute your startWe

How to access Collection size()

2001-01-22 Thread David Winterfeldt
Is there anyway to override the tags always adding property get in front of a method? I would like to call size() on a collection to see if it is zero. I don't see a way to do this with the tags. If there is a way, any help would be appreciated. If there isn't a way, would it be possible to a

Re: "unsubscription" requests....

2001-01-22 Thread Mike Campbell
> "CRM" == Craig R McClanahan <[EMAIL PROTECTED]> writes: CRM> Then, other people who have wanted to unsubscribe but didn't know CRM> how see this, and say "oh, so *that* is how you do it", and mimic CRM> the same behavior. Including the misspelling, I guess. =) That was my original query;

FormTag problem

2001-01-22 Thread Howard Moore
I have the following action configured in my struts-config.xml file; and am trying to link to it from a jsp page using the FormTag. I expected the following to work; but it throws a ServletException with the message; Cannot retrieve mapping for specified form action path

Action.xml

2001-01-22 Thread Rob Leland
I thought action.xml, was depreciated, and no longer used however it is still in the struts download as of January 17. Shouldn't this be removed ?

RE: "unsubscription" requests....

2001-01-22 Thread Kitching Simon
> -Original Message- > From: Craig R. McClanahan [SMTP:[EMAIL PROTECTED]] > Sent: Monday, January 22, 2001 6:20 PM > To: [EMAIL PROTECTED] > Subject: Re: "unsubscription" requests > > Ted Husted wrote: > > > The repeated "unsuscribe" requests are strange. > > Not so strang

Re: bean:struts tag

2001-01-22 Thread Craig R. McClanahan
"Deadman, Hal" wrote: Shouldn't these two tags be equivalent: when the following is defined in struts-config.xml: When I use the bean:struts tag to declare a scripting variable, the officeForm variable gets created with a type of ActionFormBean instead of the type that I specified in my struts-c

Re: Getting Struts to Work with Weblogic x.x SPx

2001-01-22 Thread Craig R. McClanahan
[EMAIL PROTECTED] wrote: > Hi. > So far, I use Struts privatly on TC3.2. > In order to use it at work (which would be just great!) it would need to function >rock solid on Weblogic. > I did not try this myself yet, but I am reading the messages about problems. I >understand that this is about s

Re: Outputting JSP/Struts from XML

2001-01-22 Thread Craig R. McClanahan
"Sitkewich, Julian" wrote:   I am developing an MVC Model II type application (running on WebLogic/Resin/Oracle). All the JSP files are created and output from XML and XSLT files (A simple batch script outputs all the JSP pages for the app). Could Struts easily work into this methodology? What ex

Re: "unsubscription" requests....

2001-01-22 Thread Craig R. McClanahan
Ted Husted wrote: > The repeated "unsuscribe" requests are strange. Not so strange if you consider human nature. What happens first is that someone who hasn't read (or didn't save) the original confirmation message wants to unsubscribe. They don't know how, so they somehow come to the conclusi

Re: Looking for Struts Tutorial

2001-01-22 Thread Hay Tran
1. Does any one know the definite (or best guessed) release date for Struts 1.0? 2. If 1.0 will not be released by June/2001 time frame, is what are the risks in using one of the nightly build of Struts1.0? 3. Which of the nightly build is the most stable one to use? -Thanks.

Re: How to reload struts application parameters dynamically?

2001-01-22 Thread Johan Compagner
Look at the struts_config.xml of the sample application. Below there are some /admin/XXX actions specified. If you copy the /admin/reload to your config file then you can do this: /Your app/admin/reload.do johan - Original Message - From: "Baquedano Jesús" <[EMAIL PROTECTED]> To: <[EM

Re: Looking for Struts Tutorial

2001-01-22 Thread Ted Husted
As mentioned, Bluestone offers a tutorial, which is listed on the resources page. There is also a "tour" of the example application, which will hopefully be a proper tutorial one day. If you install the example application, there should be a "small print" link to the tour at the bottom of the

WebLogic 5.1 sp8: Problem with unzipped struts example.

2001-01-22 Thread Baquedano Jesús
Hi all, When I try to use and unzipped struts applicaction I get the next error: java.lang.ClassCastException: org.apache.struts.util.MessageResources at org.apache.struts.taglib.MessageTag.doStartTag(MessageTag.java:357) at jsp_servlet._index._jspService(_index.java:82)

How to reload struts application parameters dynamically?

2001-01-22 Thread Baquedano Jesús
Hi all: Our application server does not allow us hot redeployment of web applications. Let's suppose we need to change a message in the ApplicationResources.properties file because it is Wrong. Once the message tag is called first time, this file is in memory and any change does not take place un