Re: FOP and strus

2002-02-16 Thread Nick Pellow
John, We wrote a servlet that took the name of a URI as a parameter. That URI, essentially mapped to a JSP, whose output was FOP. The servlet: requested the URI, got the FOP, formatted the FOP, then sent that back to the browser. This may not be ideal for all situations, but it worked nicely for

Re: Multiple struts-config.xml files?

2002-02-13 Thread Nick Pellow
I just had one ActionServlet, and for each action defined in it's struts-config.xml, there is a separate forward defined per role (prefixed by role name). role1_success role2_success etc. All forward name strings (e.g. success) get intercepted essentially by a super class Action and then the

Back Button,

2001-03-21 Thread Nick Pellow
Hello, I have developed my own struts web-app, that invloves a form and then a confirmation screen. There is validation done on the form, in the ActionForm's, validate() method. The following behaviour is occuring: 1) A user makes a number of errors (say 3) on the form and is returned to the

select options

2001-03-07 Thread Nick Pellow
Hi, Looking at: http://jakarta.apache.org/struts/struts-html.html#select I notice that for the name attribute, the following description is given: name The fully-qualified java class name of the bean containing the underlying property. [RT Expr] Is this correct? I thought 'type' was usually

Re: Dynamic selections from Option tag

2001-03-07 Thread Nick Pellow
Cameron Ingram0 wrote: Hi All, The scenario is this, I have 2 option boxes I would like to make what is available in the 2nd option box dependent on what is selected in the first option box, is this possible? If not how can I achieve the same affect. This is possible, and i believe

Re: Tomcat 3.2.1

2001-03-06 Thread Nick Pellow
[EMAIL PROTECTED] wrote: I'm a new member to your group and am having a strange problem. I was happily writing struts code when suddenly I was unable to find applicationresources.properties and struts-config.xml from my app. I went back to the struts-example and it fails too. The only

Re: Question about iterate tag

2001-03-01 Thread Nick Pellow
Shamdasani Nimmi-ANS004 wrote: IT IS UNBELIEVABLE! I have wasted so much time trying to get this to work and all that was missing in my JSP was this line: %@ taglib uri="/Web-inf/struts-logic.tld" prefix="logic" % The strange part is that I was not getting any error in the log

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

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

Re: Validating bean properties (WAS: Re: Stupd question aboutStruts and EJB.)

2001-02-27 Thread Nick Pellow
interested in working on each of these topics, so I expect lots of interesting discussion on each and on how to integrate them. Sounds great! Martin Cooper Tumbleweed Communications At 02:46 PM 2/28/01 +1100, Nick Pellow wrote: Martin, [EMAIL PROTECTED] wrote: At 11:17 AM 2/28/01 +1100