FormTag default name not set in Struts 1.1 b2

2002-08-21 Thread Bill Pfeiffer
to be the case for the name property/attribute. Any ideas? TIA, Bill Pfeiffer - Failing code: public static String getParentFormName(TagSupport tag) { String retval = null; // find the parent tag that is a struts form Tag parentFormTag = null; try { parentFormTag

Form Date Validation - how to?

2002-01-07 Thread Bill Pfeiffer
for any pointers, Bill Pfeiffer

Re: Thanks ....... AgStream Struts

2001-10-02 Thread Bill Pfeiffer
that kind of indicates some config failure. If you have a simple enough war file and still can't get it working, maybe you can send it to me and I'll have a look. Good luck, Bill Pfeiffer - Original Message - From: Wolfgang Frank [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED

Re: ActionError display and re-populate problem

2001-09-19 Thread Bill Pfeiffer
that this is what its doing. HTH, Bill Pfeiffer - Original Message - From: Andras Balogh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 19, 2001 9:34 AM Subject: Re: ActionError display and re-populate problem Hi, I would like you to ask to keep this thread on the list

Re: unable to programmatically perform a submit

2001-06-21 Thread Bill Pfeiffer
button), theerror goes away. Don't know why this is. HTH, Bill Pfeiffer - Original Message - From: Michelle Popovits To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 5:19 PM Subject: unable to programmatically perform a submit Hi, I am trying

Re: What commercial software uses Struts?

2001-05-17 Thread Bill Pfeiffer
SilverStream 3.7 ships with its flagship example application SilverBooks written using jsp/struts. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 17, 2001 4:45 PM Subject: What commercial software uses Struts? I'd like to know what commercial

Re: Determining odd-even table rows

2001-05-13 Thread Bill Pfeiffer
Ted, So far, my work with setting up a RowSet rather than a ResultSet consists of the following: 1. Reworking the DBTags ResultSetTag (and all nested tags) to use javax.sql.RowSet instead of ResultSet. 2. Reworking the ResultSetTag to grab a RowSet object out of a given context (page, request,

Re: Determining odd-even table rows

2001-05-13 Thread Bill Pfeiffer
there are a hundred more question like this, but its getting past my bedtime. Let me know what you think, Bill Pfeiffer - Original Message - From: Ted Husted [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, May 13, 2001 2:39 PM Subject: Re: Determining odd-even table rows That sounds cool

Determining odd-even table rows

2001-05-11 Thread Bill Pfeiffer
whether the current row is odd/even so I can set the backround. Is it easier than this and I'm missing it? My goal here is not to do any scriplets. I'm putting together a set of tags to help our web guy build pages using only tags. Thanks for any help, Bill Pfeiffer

Re: Success with Struts [OFF-TOPIC]

2001-03-12 Thread Bill Pfeiffer
with the SilverBooks application. The app itself is an Amazon type knockoff. It looks pretty good. Get it at http://www.silverstream.com HTH, Bill Pfeiffer - Original Message - From: Kyle Robinson To: '[EMAIL PROTECTED]' Sent: Monday, March 12, 2001 12:43 PM Subject: Success with Struts [OFF-TOPIC

SilverStream 3.7 and Struts

2001-01-02 Thread Bill Pfeiffer
te (Struts or SilverStream) that addresses this problem? TIA, Bill Pfeiffer

Re: SilverStream 3.7 and Struts

2001-01-02 Thread Bill Pfeiffer
al Message - From: "Bill Pfeiffer" [EMAIL PROTECTED] To: "Struts-User" [EMAIL PROTECTED] Sent: Tuesday, January 02, 2001 1:48 PM Subject: SilverStream 3.7 and Struts There was some mention a while back in a thread titled "Proposed Solution to Non-Serializable Mes

Re: SilverStream 3.7 and Struts

2001-01-02 Thread Bill Pfeiffer
there were plans to come up with a serializable version of the class in question. Is this still in the works? TIA, Bill Pfeiffer - Original Message - From: "Ludwig, Pat" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 02, 2001 1:15 PM Subject: RE: SilverStream 3.7

Re: Get the whole picture of Struts

2000-11-14 Thread Bill Pfeiffer
I've reverse engineered the action package of the struts in TogetherJ and generated the docs. You can get it at my web site: http://home1.gte.net/pfeiffer/struts-docs/struts-docs.zip It does require some form of java on the browser. It works in both netscape 4.x and IE 5.x. Bill Pfeiffer

Re: Architecture question: Beans and application-level resources

2000-11-14 Thread Bill Pfeiffer
thoughts based on work I've done already. HTH, Bill Pfeiffer - Original Message - From: "Malcolm Ferguson" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 14, 2000 11:57 AM Subject: Architecture question: Beans and application-level resources Hi all, I'm