RE: Technical question about Struts Workflow Extension

2004-02-05 Thread shirishchandra.sakhare
Nuño [mailto:[EMAIL PROTECTED] Sent: Thursday, February 05, 2004 8:51 AM To: Sakhare, Shirishchandra Subject: Technical question about Struts Workflow Extension Dear Struts Workflow Extension team: I'm Ignacio Cruzado, from Spain, computer programmer who works on Tecsidel SA (a programming

RE: question about struts

2003-06-20 Thread Sandeep Takhar
, 6 June 2003 14:18 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: question about struts Hi David, thanx 4 the suggestion...actually i was thinking on either use a plugin or extending action servlete. but i m left out with one issue: where actually do i have

RE: question about struts

2003-06-20 Thread Craig R. McClanahan
On Fri, 20 Jun 2003 [EMAIL PROTECTED] wrote: Date: Fri, 20 Jun 2003 14:42:50 +0300 From: [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: question about struts Hi, The ActionServlet has a reference

question about struts

2003-06-06 Thread Marco.Mistroni
hi all, i have been working with JSP model 2 for few years, and now i want to move to struts. i am starting to get acquainted with it, and i need help to face this situation. in my mvc, i am using 2 components, one to connect to R3 and the other for connecting to DB. the lifecycle of

Re: question about struts

2003-06-06 Thread David Graham
You can use a Struts PlugIn to initialize your components and store them in the ServletContext. David hi all, i have been working with JSP model 2 for few years, and now i want to move to struts. i am starting to get acquainted with it, and i need help to face this situation. in my mvc, i am

RE: question about struts

2003-06-06 Thread Bailey, Shane C.
is a thread about whether to do it or not and other stuff: http://marc.theaimsgroup.com/?t=10050012153r=1w=2 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 10:14 AM To: [EMAIL PROTECTED] Subject: question about struts hi all, i

RE: question about struts

2003-06-06 Thread Marco.Mistroni
and regards marco -Original Message- From: ext David Graham [mailto:[EMAIL PROTECTED] Sent: 05 June, 2003 17:28 To: [EMAIL PROTECTED] Subject: Re: question about struts You can use a Struts PlugIn to initialize your components and store them in the ServletContext

RE: question about struts

2003-06-06 Thread Andrew Hill
there. The plugin itself doesnt need to be stored as its job is just initialisation. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, 6 June 2003 14:18 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: question about struts Hi David, thanx 4

RE: question about struts

2003-06-06 Thread FrenzyGNX
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, 6 June 2003 14:18 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: question about struts Hi David, thanx 4 the suggestion...actually i was thinking on either use a plugin or extending action servlete. but i m left out

RE: question about struts

2003-06-06 Thread Andrew Hill
Message- From: FrenzyGNX [mailto:[EMAIL PROTECTED] Sent: Friday, 6 June 2003 14:52 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: RE: question about struts I use an initialization servlet to establish db and EJB server connections. How does it compare to PlugIn approach? Thanks

RE: question about struts

2003-06-06 Thread Navjot Singh
|Subject: RE: question about struts | | |The differences are not much - both are probably equally usuable in this |case. | |The advantages to using the struts plugin are that it gives you access to |struts configuration information, and that you can control the order in |which your plugins

Re: question about struts

2003-06-06 Thread Erik Price
Andrew Hill wrote: The differences are not much - both are probably equally usuable in this case. The advantages to using the struts plugin are that it gives you access to struts configuration information, and that you can control the order in which your plugins are initialised from

Re: question about struts

2003-06-06 Thread Craig R. McClanahan
On Fri, 6 Jun 2003, Erik Price wrote: Date: Fri, 06 Jun 2003 10:36:40 -0400 From: Erik Price [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: question about struts Andrew Hill wrote: The differences

Re: Question about Struts and HttpSession management

2003-03-13 Thread Michael Hanisch
On Thu, 2003-02-27 at 14:36, Heligon Sandra wrote: I realize that this was sent a long time ago, but as I haven't seen any other replies I figured that I might just as well say something... I know the definition of a HttpSession but I don't understand well how this object is

What is UserDirectory?? (Question about Struts In Action by Husted)

2003-03-04 Thread Frankioski
In Listing 1.2 on page 20 in the book, RegisterAction.java has a line of source code that reads: UserDirectory.getInstance().setUser(user,password1); My question is: What is UserDirectory, and what does that line do? I cannot find anything about UserDirectory in any Java API. Thanks.

Re: What is UserDirectory?? (Question about Struts In Action by Husted)

2003-03-04 Thread David Graham
?? (Question about Struts In Action by Husted) Date: Tue, 04 Mar 2003 20:12:41 -0500 In Listing 1.2 on page 20 in the book, RegisterAction.java has a line of source code that reads: UserDirectory.getInstance().setUser(user,password1); My question is: What is UserDirectory, and what does that line

Re: What is UserDirectory?? (Question about Struts In Action by Husted)

2003-03-04 Thread alexj
PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 2:12 AM Subject: What is UserDirectory?? (Question about Struts In Action by Husted) In Listing 1.2 on page 20 in the book, RegisterAction.java has a line of source code that reads: UserDirectory.getInstance().setUser(user

Question about Struts and HttpSession management

2003-02-27 Thread Heligon Sandra
I know the definition of a HttpSession but I don't understand well how this object is managed ? Who is responsible for the creation of the HttpSession ? If two clients use the same machine did they share the same HttpSession ? If two web browsers are opened

Student question about struts

2003-02-25 Thread Jobe, Mike [EESUS]
Hey all, I am working on my senior project at school and I need to make a dropdown box and a list box. What is the easiest way of doing these? I will be connecting them to the database later, so all I need is help with the actual layout. Thanks! Michael

RE: Student question about struts

2003-02-25 Thread John Espey
, Mike [EESUS] [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 7:19 AM To: '[EMAIL PROTECTED]' Subject: Student question about struts Hey all, I am working on my senior project at school and I need to make a dropdown box and a list box. What is the easiest way of doing these? I

RE: Student question about struts

2003-02-25 Thread Jobe, Mike [EESUS]
Thanks I will look at that! Mike -Original Message- From: John Espey [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 9:50 AM To: Struts Users Mailing List Subject: RE: Student question about struts You should read about the html:select and html:options tags. http

RE: Question about struts-example struts-config.xml

2003-02-03 Thread PILGRIM, Peter, FM
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] On Fri, 31 Jan 2003, Wendy Smoak wrote: ----- As for working on the example... would any changes have a chance of getting committed before 1.1 final, or should I just wait until that's finished?

Question about struts-example struts-config.xml

2003-01-31 Thread Wendy Smoak
This appears in struts-config.xml in the struts-example webapp: !-- This is the Struts configuration file for the example application, using the proposed new syntax. NOTE: You would only flesh out the details in the form-bean declarations if you had a generator tool that used

Re: Question about struts-example struts-config.xml

2003-01-31 Thread Craig R. McClanahan
On Fri, 31 Jan 2003, Wendy Smoak wrote: Date: Fri, 31 Jan 2003 09:49:15 -0700 From: Wendy Smoak [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: Question about struts-example struts-config.xml This appears

RE: Question about struts-example struts-config.xml

2003-01-31 Thread Wendy Smoak
Craig wrote: Again, that's a carryover from the 1.0 (pre-dynabeans) approach. We should definitely clean this up to avoid confusion. I hate to complain, but the example really is confusing. It also has a bunch of code that makes you think you need to instantiate ActionForms yourself:

RE: Question about struts-example struts-config.xml

2003-01-31 Thread Wendy Smoak
Craig wrote: For this specific case, there is no reason to have a LogonForm class at all, because the default behavior of a DynaValidatorForm (which is a DynaActionForm plus using the validator framework to define validation rules) does everything you need. Wow... I just deleted the

RE: Question about struts-example struts-config.xml

2003-01-31 Thread Craig R. McClanahan
On Fri, 31 Jan 2003, Wendy Smoak wrote: Date: Fri, 31 Jan 2003 10:50:56 -0700 From: Wendy Smoak [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: Question about struts-example struts-config.xml Craig

RE: Question about struts-example struts-config.xml

2003-01-31 Thread Sri Sankaran
/snip Confused again. (I will need a custom validate method.) How does Struts know to start with my class that extends DynaWhateverForm and add the stuff in the form-bean tag to it, rather than creating a new one? Would it be: form-bean name=logonForm

RE: Question about struts-example struts-config.xml

2003-01-31 Thread Vinh Tran
: Friday, January 31, 2003 1:14 PM To: 'Struts Users Mailing List' Subject: RE: Question about struts-example struts-config.xml Craig wrote: For this specific case, there is no reason to have a LogonForm class at all, because the default behavior of a DynaValidatorForm (which is a DynaActionForm

RE: Question about struts-example struts-config.xml

2003-01-31 Thread Craig R. McClanahan
On Fri, 31 Jan 2003, Wendy Smoak wrote: Date: Fri, 31 Jan 2003 11:14:25 -0700 From: Wendy Smoak [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: Question about struts-example struts-config.xml Craig

RE: Question about struts-example struts-config.xml

2003-01-31 Thread Kris Schneider
: RE: Question about struts-example struts-config.xml Craig wrote: Again, that's a carryover from the 1.0 (pre-dynabeans) approach. We should definitely clean this up to avoid confusion. I hate to complain, but the example really is confusing. Don't feel bad!!! None

RE: Question about struts-example struts-config.xml

2003-01-31 Thread Wendy Smoak
Actually, there *is* a case when form will be passed as a null -- if someone were to modify the struts-config.xml entry for this action, and accidentally (or on purpose) remove the name or attribute attribute. Then, the controller servlet would assume that no form bean needs to be created, so

RE: Question about struts-example struts-config.xml

2003-01-31 Thread Craig R. McClanahan
On Fri, 31 Jan 2003, Wendy Smoak wrote: Date: Fri, 31 Jan 2003 12:56:54 -0700 From: Wendy Smoak [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: Question about struts-example struts-config.xml

Question about Struts-EL and JSTL

2002-12-05 Thread Wendy Smoak
The README for Struts-EL says every Struts tag that provides a feature that is not covered by the JSTL (1.0) library is mapped into the Struts-EL library. Why was the logic-el:iterate tag retained when I seem to be able to do the same thing with c:forEach? There must be something that

RE: Question about Struts-EL and JSTL

2002-12-05 Thread Karr, David
about Struts-EL and JSTL The README for Struts-EL says every Struts tag that provides a feature that is not covered by the JSTL (1.0) library is mapped into the Struts-EL library. Why was the logic-el:iterate tag retained when I seem to be able to do the same thing with c:forEach

Re: Question about Struts-EL and JSTL

2002-12-05 Thread V. Cekvenich
indexed tag for multi row updates and master/detail forms processing and dito validator. Wendy Smoak wrote: The README for Struts-EL says every Struts tag that provides a feature that is not covered by the JSTL (1.0) library is mapped into the Struts-EL library. Why was the logic-el:iterate

A question about struts ?

2002-09-22 Thread Zahid Rahman
Hi, I was informed that the expert group can be found at Struts, as I am interested in building applications which support business critical processes. Is this the struts group ? I have no question on the implementations because the documents I have seen so far are very nicely structured.

Re: A question about struts ?

2002-09-22 Thread kiuma
Wellcome! Zahid Rahman wrote: Hi, I was informed that the expert group can be found at Struts, as I am interested in building applications which support business critical processes. Is this the struts group ? I have no question on the implementations because the documents I have seen so far

Re: A question about struts ?

2002-09-22 Thread Eddie Bush
... the expert group can be found at Struts ... Which expert group are you refering to? If you're looking for a spot to get quick, high-quality feedback on your Struts problems, this is the place. If you're looking for a spot to gain access to any of the EGs concerning some certain JSR,

Re: A question about struts ?

2002-09-22 Thread Zahid Rahman
Subject: Re: A question about struts ? Wellcome! Zahid Rahman wrote: Hi, I was informed that the expert group can be found at Struts, as I am interested in building applications which support business critical processes. Is this the struts group ? I have no question

Simple question about Struts

2002-08-08 Thread E. Laverdiere
Hi all, I've studiing Struts for the past 3 weeks because I have done a generic Jsp content-management web site connected on a MySql database using a set of custom tag libraries following the Manning book Tag Librairies. So I am still new at Struts, and I would like a simple advice over the

Re: Simple question about Struts

2002-08-08 Thread Melissa L Kelley
On Thu, 8 Aug 2002, Eddie Bush wrote: Go check out Chuck's book to see what Struts can do and how easily it can be configured. If you have specific questions about Well, would my end usrs have to program to do X? just swing by and drop us a note. There are a bunch (understatement!) of

Re: Question about Struts and XSL

2002-07-29 Thread Jeff Pennal
Josh, stxx (http://www.openroad.ca/opencode/stxx) may be able to help you with your problem. stxx allows you to take the output of an Action class and process it through an XSL file to get the final HTML output, giving you the choice of bypassing the JSP taglib specific code of a normal

Re: Question about Struts and XSL

2002-07-28 Thread John Owen
Thanks, but I have successfully developed several struts-based applications. My problem is xsl-specific. _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Question about Struts and XSL

2002-07-27 Thread Eddie Bush
That's a pretty terse description of your problem :-) I would build a simple test application first off - get familiar with the functionality Struts offers. Be sure you make reference to the chapters Chuck put up for review on theserverside.com! I think what you will find (unless I miss my

Re: Question about Struts and XSL

2002-07-27 Thread @Basebeans.com
Subject: Re: Question about Struts and XSL From: Vic C [EMAIL PROTECTED] === You can use JSTL (Standard Tags) X: transform tag, it works nice with Struts for me ( I store XML content in DB and use X: transform tag ) v. John Owen wrote: I inherited an application that uses a Model-1 MVC

Question about Struts and XSL

2002-07-26 Thread John Owen
I inherited an application that uses a Model-1 MVC approach. I was hoping to migrate the application to the Model-2 approach that Struts offers. My problem is that a particular jsp page uses xsl to render a form and its elements. This particular page is the heart of a module that performs

RE: Newbie question about struts and Tomcat 4

2002-03-03 Thread Gary leidecker
Mailing List Subject: Re: Newbie question about struts and Tomcat 4 That didn't work either. This is the exact response I get: Apache Tomcat/4.0.2 - HTTP Status 404 - /structs-example/index.jsp type Status report message

RE: Newbie question about struts and Tomcat 4

2002-03-03 Thread Barr, Scott [IBM GSA]
To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Newbie question about struts and Tomcat 4 I just downloaded Struts a week ago and could NOT get it to work using Tomcat 4.0. After three days, I gave up and downloaded Tomcat 3.2.2 - works fine! Gary -Original

Newbie question about struts and Tomcat 4

2002-03-02 Thread Tony Ziolkowski
I've installed Tomcat4 and it works fine. I've copied the struts .war files into the tomcat webapps directory. However tomcat doesn't see their presence. What did I miss doing in the install process? Thanks Tony -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

RE: Newbie question about struts and Tomcat 4

2002-03-02 Thread Gaulin . David
about struts and Tomcat 4 I've installed Tomcat4 and it works fine. I've copied the struts .war files into the tomcat webapps directory. However tomcat doesn't see their presence. What did I miss doing in the install process? Thanks Tony -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: Newbie question about struts and Tomcat 4

2002-03-02 Thread Adam Fields
Tony Ziolkowski says: Well let's see what more I can add. I took the .war files from the struts installation and copied them the /var/tomcat4/webapps. I restarted tomat. When I enter http://localhost:8180/struts-example I am told that tomcat can't find the page /struts-example. And I know

Re: Newbie question about struts and Tomcat 4

2002-03-02 Thread Dick Starr
that http://localhost:8180 IS the correct tomcat port. That enough detail? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: March 2, 2002 12:32 PM To: [EMAIL PROTECTED] Subject: RE: Newbie question about struts and Tomcat 4 Don't put too much detail in your

Re: Newbie question about struts and Tomcat 4

2002-03-02 Thread Tony Ziolkowski
That didn't work either. This is the exact response I get: Apache Tomcat/4.0.2 - HTTP Status 404 - /structs-example/index.jsp type Status report message/structs-example/index.jsp descriptionThe requested resource

Re: Newbie question about struts and Tomcat 4

2002-03-02 Thread Ted Husted
Apache Tomcat/4.0.2 - HTTP Status 404 - /structs-example/index.jsp -^ Tony Ziolkowski wrote: That didn't work either. This is the exact response I get: Apache Tomcat/4.0.2 - HTTP Status 404 - /structs-example/index.jsp

Re: Newbie question about struts and Tomcat 4

2002-03-02 Thread Tony Ziolkowski
DOH! :) Ted Husted wrote: Apache Tomcat/4.0.2 - HTTP Status 404 - /structs-example/index.jsp -^ Tony Ziolkowski wrote: That didn't work either. This is the exact response I get: Apache Tomcat/4.0.2 - HTTP Status 404 -

Question about struts and list caching?

2001-07-30 Thread Alex Colic
Hi, hope someone can help me out here. I think I have a problem with struts and my classes caching list. In my jsp I have some data that is displayed regularly. Therefore I have put that object into the context via: context.setAttribute(CommonProblemList ,tbeList ); When the data the list

RE: Question about struts and list caching?

2001-07-30 Thread Zeltser, Mark
Alex, Did you try to set init param for ActionSerlvet to true for nocache tag? -Original Message- From: Alex Colic [SMTP:[EMAIL PROTECTED]] Sent: Monday, July 30, 2001 10:06 AM To: Struts Subject: Question about struts and list caching? Hi, hope someone can help me out

RE: Question about struts and list caching?

2001-07-30 Thread Alex Colic
PROTECTED] From: Zeltser, Mark [EMAIL PROTECTED] Subject: RE: Question about struts and list caching? Message-ID: [EMAIL PROTECTED] Alex, Did you try to set init param for ActionSerlvet to true for nocache tag?

Re: question about struts

2001-04-13 Thread Craig R. McClanahan
On Wed, 11 Apr 2001, Stanley Tan wrote: Dear Sir, I believe that if you downloaded the Struts framework, then you have already downloaded the documenation. Let's say you unzipped Struts at c:\jakarta-struts-1.0-b1. If you go to c:\jakarta-struts-1.0-b1\webapps, you'll see a file

question about struts

2001-04-11 Thread ravi konam
respected sir, I want to download struts framework documentation. where can I get. please tell me. ---ravikonam. _ Chat with your friends as soon as they come online. Get Rediff Bol at http://bol.rediff.com

Re: question about struts

2001-04-11 Thread Stanley Tan
Dear Sir, I believe that if you downloaded the Struts framework, then you have already downloaded the documenation. Let's say you unzipped Struts at c:\jakarta-struts-1.0-b1. If you go to c:\jakarta-struts-1.0-b1\webapps, you'll see a file called struts-documentation.war. Copy this file to

Re: question about struts

2001-04-11 Thread Rajan Gupta
ED] [EMAIL PROTECTED] Subject: question about struts Date: 11 Apr 2001 08:20:36 - respected sir, I want to download struts framework documentation. where can I get. please tell me. ---ravikonam. _ Chat with yo

Re: Question about struts application model (DataSource, Business Logic beans)

2001-03-13 Thread Ted Husted
My problem is that access to the DataSource is through the servlet.findDataSource() call. Struts stores the JDBC Connection pools as servlet context attributes (in JSP terms, application-scope beans). You can also access them that way. If you do not specify a name in the Struts-config file, it

Question about struts application model (DataSource, Business Logic beans)

2001-03-12 Thread Carles Pi-Sunyer
Title: Question about struts application model (DataSource, Business Logic beans) Hi, I'm using Struts for a new application that I'm developing. I have a question about the separation between the Action classes and the Business Logic beans. My Business Logic beans are making database

Re: Question about struts application model (DataSource, Business Log ic beans)

2001-03-12 Thread Michael McCallister
I resolved this by creating two pieces: First is a class in your business logic package that manages the context required by the business logic beans. This class should be a Singleton and should manage access to resources needed by your business logic beans such as configuration parameters

Re: Question about struts application model (DataSource, BusinessLog ic beans)

2001-03-12 Thread Craig R. McClanahan
On Mon, 12 Mar 2001, Carles Pi-Sunyer wrote: Hi, I'm using Struts for a new application that I'm developing. I have a question about the separation between the Action classes and the Business Logic beans. My Business Logic beans are making database accesses to manipulate the

Question about struts application model (DataSource, Business Logic beans)

2001-03-12 Thread Carles Pi-Sunyer
Title: Question about struts application model (DataSource, Business Logic beans) Hi, I'm using Struts for a new application that I'm developing. I have a question about the separation between the Action classes and the Business Logic beans. My Business Logic beans are making database

RE: Stupd question about Struts and EJB.

2001-02-28 Thread Robert Taylor
If the validate() method does the type checking then we must implement type conversion code and type checking code in every single form bean we write! On large systems, this is sometimes very unfun. Any thoughts? You could use a Visitor pattern for an application Validator. Each form would

Re: Stupd question about Struts and EJB.

2001-02-27 Thread Jim Richards
EJBs come in two flavours (as opposed to flavors), session beans and entity beans. Session beans represent business logic and rules, entity beans represent a row in the database. The model that you'd use is to have Actions do the basic processing of form elements into data beans (just regular

Re: Stupd question about Struts and EJB.

2001-02-27 Thread Robert Leland
As far as struts 1.0, the Form bean is used only to redisplay information to the jsp page. Typically the EJB might be loaded/unloaded in the action class. If you search www.mail-archives.co,m Craig talked more about this in detail. In future version of struts this may be enhanced. -Rob

Re: Stupd question about Struts and EJB.

2001-02-27 Thread Nick Pellow
Hello, Robert Leland wrote: As far as struts 1.0, the Form bean is used only to redisplay information to the jsp page. Typically the EJB might be loaded/unloaded in the action class. If you search www.mail-archives.co,m Craig talked more about this in detail. My understanding is that

RE: Stupd question about Struts and EJB.

2001-02-27 Thread Deadman, Hal
To: [EMAIL PROTECTED] Subject: Re: Stupd question about Struts and EJB. Hello, Robert Leland wrote: As far as struts 1.0, the Form bean is used only to redisplay information to the jsp page. Typically the EJB might be loaded/unloaded in the action class. If you search www.mail-archives.

Re: Stupd question about Struts and EJB.

2001-02-27 Thread Maya Muchnik
I have the similar case with Beans not implemented "Serializable". I will use PropertyUtils.copyProperties(destBean, srcBean) to propogate the properties. Nick Pellow wrote: Hello, Robert Leland wrote: As far as struts 1.0, the Form bean is used only to redisplay information to the jsp

Re: Stupd question about Struts and EJB.

2001-02-27 Thread Nick Pellow
Bobs worth. cheers, Nick Thanks, Bob -Original Message- From: Nick Pellow [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 5:23 PM To: [EMAIL PROTECTED] Subject: Re: Stupd question about Struts and EJB. Hello, Robert Leland wrote: As far as struts 1.0

Simple question about Struts

2001-02-27 Thread javaCool
Has anyone used Allaire's JRun and Struts yet? If so, are any of you fine people willing to share tips or tricks of what to do or not do? Thanks in advance. Mike V.

Re: Stupd question about Struts and EJB.

2001-02-27 Thread martin . cooper
At 11:17 AM 2/28/01 +1100, Nick Pellow wrote: I am very new to struts as is, but as I far as I can tell from reading the implementation of the above method, the ActionForm can only have String properties. Is this correct? If so, it would be nice if the ActionForm could support types other than

Re: Stupd question about Struts and EJB.

2001-02-27 Thread Nick Pellow
Martin, [EMAIL PROTECTED] wrote: At 11:17 AM 2/28/01 +1100, Nick Pellow wrote: I am very new to struts as is, but as I far as I can tell from reading the implementation of the above method, the ActionForm can only have String properties. Is this correct? If so, it would be nice if the