RE: Struts vs EJB, thoughts?

2002-04-16 Thread SHURTLEFF,ROBERT (HP-FtCollins,ex1)
Joseph, Have you done any testing against HP Application Server? It is also free. I would be interested in any comments that you may have! Robert -Original Message- From: Joseph Barefoot [mailto:[EMAIL PROTECTED]] Sent: Tue, April 16, 2002 11:29 AM To: Struts Users Mailing List Subje

RE: dynamic input fields

2002-02-21 Thread SHURTLEFF,ROBERT (HP-FtCollins,ex1)
You have to do it all yourself. I have several of these. In my Action, I manually extract what comes in and put them in a Map. Struts by itself does not handle this situation nor table data very well. However, I believe that there are some other addons that do the table piece. Not sure about t

RE: action without form

2002-02-15 Thread SHURTLEFF,ROBERT (HP-FtCollins,ex1)
We do this all the time. We have several web services that we developed with struts and tomcat. They are all just actions with no forms. works great! Robert -Original Message- From: Louis Leung [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 8:49 To: Struts Users Mailing Li

RE: How to use JSP inside Struts tag

2001-12-20 Thread SHURTLEFF,ROBERT (HP-FtCollins,ex1)
It is not real clear what you are asking. You can stick a <%= ... %> anywhere in the page. Including inside of a html or struts tag. Look at the value attr below. HTH Robert -Original Message- From: Hudayioglu, Fehmi [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 20,

RE: howto set

2001-12-17 Thread SHURTLEFF,ROBERT (HP-FtCollins,ex1)
Yes, Works just fine outside! Tested it that way before embedding inside of other tag. I will try the single-quote approach. Thanks! Robert -Original Message- From: Keith Bacon [mailto:[EMAIL PROTECTED]] Sent: Monday, December 17, 2001 9:59 To: Struts Users Mailing List Subject: Re: h

howto set

2001-12-13 Thread SHURTLEFF,ROBERT (HP-FtCollins,ex1)
I am trying to extract my ActionForm's .getApp() property into the 'value=""' attribute. "> But I get the below error. Can you not next bean:write commands inside of quotes? Any ideas. How are you supposed to do something like this. Thanks, Robert Error: 500 Location: /iseecore

RE: how to deal with Variable form elements in struts

2001-12-13 Thread SHURTLEFF,ROBERT (HP-FtCollins,ex1)
I am doing something similar. Our forms are 100% dynamic. The contents on them is not know in advance to write all the setters and getters. The form is generated based on the user and some database values. I am using to create the forms. If you iterate on a Map you can pass a key (name) and v

What is the placeholder character for ActionError?

2001-12-13 Thread SHURTLEFF,ROBERT (HP-FtCollins,ex1)
The doc for ActionError states: "An encapsulation of an individual error message returned by the validate() method of an ActionForm, consisting of a message key (to be used to look up message text in an appropriate message resources database) plus up to four placeholder objects that can be used fo

How to extract multiple columns of data in an tag?

2001-12-12 Thread SHURTLEFF,ROBERT (HP-FtCollins,ex1)
Assume that the ActionForm has the getter for the below "myhashtable" that returns a Map. Assume that the .value returns an Array of Strings (or whatever) I want to build a with 4 columns in it with the . I copied the below code from the STRUTS Developers Guide: Next element is Assume t

test, delme

2001-12-12 Thread SHURTLEFF,ROBERT (HP-FtCollins,ex1)
Just joining in. -- To unsubscribe, e-mail: For additional commands, e-mail: