RE: Making Struts Build Easier (Re: "coming out" for JSF + Struts , was: Struts JSR?)

2004-03-22 Thread Edgar P Dollin
ve no good answers for this, just passing on my $.02... Edgar > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Monday, March 22, 2004 9:47 AM > To: Struts Developers List > Subject: Re: Making Struts Build Easier (Re: "coming out" for J

RE: Browser-specific attrs for html tags (was: [Bug 26795])

2004-02-09 Thread Edgar P Dollin
he html so why add complexity to the current tags. Edgar > -Original Message- > From: Joe Germuska [mailto:[EMAIL PROTECTED] > Sent: Monday, February 09, 2004 6:01 PM > To: Struts Developers List > Subject: RE: Browser-specific attrs for html tags (was: [Bug 26795]) &g

RE: Compartmentalization of Modules (was Re: [18111] et al)

2004-01-20 Thread Edgar P Dollin
If the use of modules is truly to split struts-config.xml files, then isn't it simpler to just use comma delimited configuration files in web.xml? Edgar > -Original Message- > From: Joe Germuska [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 20, 2004 3:02 PM > To:

RE: why are form beans required for html:form?

2004-01-16 Thread Edgar P Dollin
e tags for this situation seems...like it should be thought about further. Edgar -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 11:21 PM To: Struts Developers List Subject: RE: why are form beans required for html:form? On Thu, 15 Jan 2004 12:1

RE: Struts 2.0 Ideas (was Re: Struts 2.0 Discussion Forum)

2003-12-20 Thread Edgar P Dollin
, i.e. wizards, reports, lookup-save-saveas-delete, etc. Then business object can implement these simple interfaces, dropped into an actionform and off you go. Edgar > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 20, 2003 5:4

RE: Struts 2.0 Ideas (was Re: Struts 2.0 Discussion Forum)

2003-12-18 Thread Edgar P Dollin
of them on a specific form have to be reset and if they are conditional in the view it poses a problem although they pose a problem on a multipage form in any case. Edgar > -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 18, 2003 6

RE: Struts 2.0 Ideas (was Re: Struts 2.0 Discussion Forum)

2003-12-17 Thread Edgar P Dollin
umented way too > many times to count. > Craig McClanahan > >- Also, again totally agreeing with Ted, make everything interface > >based, > a few more hears here ;^) > Joe Germuska The interface discussion has come up previously

RE: getDataSource deprecate

2003-12-06 Thread Edgar P Dollin
tests. For small apps, struts data source is really useful. If you do completely drop struts data source, please throw in a plug for Poolman on sourceforge on the faq explaining why you dropped it (http://sourceforge.net/projects/poolman/). Thanks Edgar > -Original Message- > Fro

RE: Should Struts ship with all of the commons jar files needed t o get Struts datasources working?

2003-12-03 Thread Edgar P Dollin
like. Thanks Edgar -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 4:43 PM To: [EMAIL PROTECTED] Subject: Re: Should Struts ship with all of the commons jar files needed to get Struts datasources working? Hello Rick, They are depre

RE: Extending ActionMapping

2003-12-01 Thread Edgar P Dollin
;t validate xml configuration files other than for open/close tags. Edgar > -Original Message- > From: Raudenbush, Pamela [mailto:[EMAIL PROTECTED] > Sent: Monday, December 01, 2003 5:16 PM > To: '[EMAIL PROTECTED]' > Subject: Extending ActionMapping > > >

RE: Multi Action servlet !

2003-11-14 Thread Edgar P Dollin
Why wouldn't changing the servlet mapping from *.do --> action servlet to *.[actiontype] --> [associated action servlet] work? As long as you are consistent would struts care? Edgar > -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED] > Sent: Friday, No

RE: Conversion to ToStringBuilder

2003-11-10 Thread Edgar P Dollin
I agree, the less jars the better. As far as containers shipping with commonly used jar files, these common applications aren't standing still and we test with the specific jars are applications are using, wouldn't this be confusing and possibly waste more time that it sav

RE: Nested-EL

2003-10-14 Thread Edgar P Dollin
nning older versions of the servlet container. Edgar > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 14, 2003 8:24 PM > To: Struts Developers List > Subject: Re: Nested-EL > > > --- [EMAIL PROTECTED] wrote: > >

RE: Struts-chain Behavior Discussion

2003-10-07 Thread Edgar P Dollin
Not that I am an expert, nor is this the Command Chain a major issue for me, but logic in configuration files (xml) is like writing LISP. For some it is a rare beauty, for others it foggy at best. Edgar > -Original Message- > From: Paul Speed [mailto:[EMAIL PROTECTED] > Sen

View Logic which belongs in the Business Tier [was RE: Editable F ields V/S Static Text]

2003-09-29 Thread Edgar P Dollin
om the business tier. Edgar > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] > Sent: Friday, September 26, 2003 8:22 PM > To: Struts Developers List > Subject: Re: Editable Fields V/S Static Text > > >3) Lastly, there are certain cla

RE: [VOTE] Accept patches to make html taglib more extensible

2003-09-29 Thread Edgar P Dollin
'true' or 'false' with javascript syncronizing the values to guarantee a result returned. Edgar > -Original Message- > From: Sgarlata Matt [mailto:[EMAIL PROTECTED] > Sent: Monday, September 29, 2003 7:28 AM > To: Struts Developers List > Subject: Re: [VOTE]

RE: [VOTE] Accept patches to make html taglib more extensible

2003-09-28 Thread Edgar P Dollin
+1 If 'renderExtraAttributes' always renders the last attributes of the tag this looks clean to me. This would allow rendering multiple or other tags with the single tag. Edgar > -Original Message- > From: Sgarlata Matt [mailto:[EMAIL PROTECTED] > Sent: Sunday,

RE: Editable Fields V/S Static Text

2003-09-26 Thread Edgar P Dollin
ould have to ability to easily pass this information from the business tier to the view. Again, the hope of a submission relating to this type of extension being accepted seems iffy, especially since generalizing a specific implementation is a bit of effort. Edgar > -Original Message-

RE: Struts vs JSP : Validators

2003-09-26 Thread Edgar P Dollin
Tiles and validator contain functionality not readily available in JSF. Edgar > -Original Message- > From: Guido GarcĂ­a Bernardo [mailto:[EMAIL PROTECTED] > Sent: Friday, September 26, 2003 6:41 AM > To: Struts Developers List > Subject: Struts vs JSP : Validators >

RE: Editable Fields V/S Static Text

2003-09-25 Thread Edgar P Dollin
would I expect anyone else interested in the tags to make any time commitment with the current 'RULES' placed on the tags, i.e. ONLY emit HTML 4.01 or XHMTL 1.0, only a 'thin' layer over standard html tags, etc. Edgar > -Original Message- > From: Craig R. McC

RE: Editable Fields V/S Static Text

2003-09-25 Thread Edgar P Dollin
If the tags were structured differently so they were easier to extend without breaking when new releases of struts come out these issues might not come up. Of course, I myself have resigned myself to this issue since the tags are such a political football on this list. Edgar > -Origi

RE: Editable Fields V/S Static Text

2003-09-24 Thread Edgar P Dollin
You could use a JSP expression to output the readonly='true' attribute of the html:text or use the html-el library and use jstl to evaluate the attribute. Edgar > -Original Message- > From: Chris Gastin [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 25, 2003 12

RE: Conceptual question about populating/validating values

2003-09-17 Thread Edgar P Dollin
I test my apps under tomcat and use the shutdown / restart with session restoration to test if my apps are serializable. Edgar > -Original Message- > From: Bygrave, Graham BGI UK > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 17, 2003 8:06 AM > To: Struts

RE: Conceptual question about populating/validating values

2003-09-17 Thread Edgar P Dollin
other frameworks out there which don't force the MVC abstraction through single use beans which might be a better starting point. Edgar > -Original Message- > From: Bygrave, Graham BGI UK > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 17, 2003 6:53 AM > T

RE: Conceptual question about populating/validating values

2003-09-17 Thread Edgar P Dollin
have the text the user entered). It is easy enough to emulate the validator flow of control (just read the mapping and get the 'input' value and forward to it). Edgar > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, Septemb

RE: signature [was: Struts web site [was: Re: Conversion of web s ite docs to XHTML]]

2003-09-08 Thread Edgar P Dollin
What about ethernet and pots? > < using something else>> > Edgar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Tiles-el and nested-el tags (was Re: Support for non-JSTL tags)

2003-09-04 Thread Edgar P Dollin
Thanks for the update. I'll see if I can work them a little for you. Edgar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Support for non-JSTL tags (was RE: DO NOT REPLY [Bug 21465] - Enhancement of the html:link tag)

2003-08-30 Thread Edgar P Dollin
I would like to see those responses. Edgar > -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED] > Sent: Friday, August 29, 2003 8:08 PM > > (Hey, maybe I should start answering the html taglib > questions with the > Ve

RE: Support for non-JSTL tags (was RE: DO NOT REPLY [Bug 21465] - Enhancement of the html:link tag)

2003-08-30 Thread Edgar P Dollin
I haven't seen a patch for the tags (except for James, David and Aaron) in quite a while because the response to maintaining/enhancing the tags is so negative. Most of us who really use/customize the tags have gone our own way already. Edgar > -Original Message- > From: St

RE: Tags more extensible (was: Suggestions for Calendar Popup tag lib?)

2003-08-19 Thread Edgar Dollin
the MVC concept would be perfected (or as close as possible). Edgar > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 19, 2003 7:06 AM > To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' > Subject: RE: Tags mo

RE: Tags more extensible (was: Suggestions for Calendar Popup tag lib?)

2003-08-18 Thread Edgar Dollin
7; method, whose purpose would be for extending the tag. There would be a little processing overhead in running the standard tags through the empty routines, but those of us who would rather write tags than either scriptlets, velocity or JSTL could do so with some flexibility. Thanks Edgar -

RE: Tags more extensible (was: Suggestions for Calendar Popup tag lib?)

2003-08-18 Thread Edgar Dollin
Exactly some of the problems I have been having with the tags as they currently exist. Edgar -Original Message- From: Paananen, Tero [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 5:42 PM To: 'Struts Developers List' Subject: RE: Tags more extensible (was: Sugge

RE: When is the next release?

2003-08-11 Thread Edgar Dollin
The users of struts can understand 1.2.1 w/o 1.2.0, most of use are also using tomcat as well and most of us skip releases. If it takes extra time for no other benefit than to keep things neet, it is probably not worth the effort. Edgar > -Original Message- > From: Steve Raeburn [

RE: Building struts-legacy (was: Re: Nightly build is generating empty binary distribution file)

2003-07-22 Thread Edgar Dollin
Yes. All my projects use struts db connection and there was talk about removing it (which I presumed to be from the distribution). I assume it will not change, so building it every day is irrelevant. Thanks Edgar -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED

RE: Building struts-legacy (was: Re: Nightly build is generating empty binary distribution file)

2003-07-21 Thread Edgar Dollin
Does it cost anything to leave in the struts-legacy? If not could you leave it until the 2.0 release? Thanks Edgar > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Monday, July 21, 2003 1:55 PM > To: 'Struts Developers List' > Sub

Recall: [ANNOUNCEMENT] Struts 1.1 Final released

2003-06-30 Thread Edgar Dollin
Edgar Dollin would like to recall the message, "[ANNOUNCEMENT] Struts 1.1 Final released". - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [ANNOUNCEMENT] Struts 1.1 Final released

2003-06-30 Thread Edgar Dollin
son I prefer using the struts connection is to make as few changes to web.xml as possible. Thanks Edgar > -Original Message- > From: Martin Cooper [mailto:[EMAIL PROTECTED] > Sent: Monday, June 30, 2003 2:39 AM > To: '[EMAIL PROTECTED]'; > '[EMAIL PROTECT

RE: forms tag ? serialaizable

2003-03-24 Thread Edgar P. Dollin
in the jdk which are not serializable, each of which is listed in the javadoc. Hope that helps Edgar > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Vic Cekvenich > Sent: Monday, March 24, 2003 5:03 PM > To: '[EMAIL PROTECTED]'

digester

2003-03-24 Thread Edgar Dollin
I am looking into the various methods of processing xml files and was wondering why digester was used as opposed to jaxb. Thanks in advance. Edgar

RE: Interesting Bug Fact

2003-03-21 Thread Edgar P. Dollin
ce so that by itself it makes a difference. Not everyone wants to roll there own. Edgar > -Original Message- > From: Andrew Hill [mailto:[EMAIL PROTECTED] > Sent: Friday, March 21, 2003 3:00 AM > To: 'Struts Developers List' > Subject: RE: Interesting Bug Fact >

RE: Interesting Bug Fact

2003-03-20 Thread Edgar P. Dollin
, at least until JSF is ready for prime time. Edgar > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 20, 2003 10:09 AM > To: '[EMAIL PROTECTED]' > Subject: Interesting Bug Fact > > > I just did a quick bug search

RE: Some taglibs are missing a few common attributes.

2003-03-05 Thread Edgar P. Dollin
Unfortunately, you can't use as the value of an attribute. Are you suggesting that the user does That seems a little disconcerting. Edgar > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Wednesday,

RE: [Bug 12573] - Handling of HTML-Checkboxes and (dynamic) FormBeans result in false values

2003-02-14 Thread Edgar P. Dollin
uts. Also, non-reseting checkboxes is a deterent to reuse of forms with checkboxes, as you are forcing the assumption of every checkbox being on the jsp page. Edgar > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 14, 2003 11:30 AM >

RE: taglib purpose?

2003-02-11 Thread Edgar P. Dollin
If you do a lot of nesting, the nested tag lib is a lot easier to use than EL. Don't enhance it or even fix bugs, but leave it alone please. Thanks. Edgar > -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 11, 2003 11:07 A

RE: DO NOT REPLY [Bug 16749] - Struts EL tag handlers cannot be reused by containers

2003-02-04 Thread Edgar Dollin
Resin and want to deploy on some other container, beware that it lets you do lots of non standard stuff. Edgar

RE: [Proposal] Migrate to Dependency on commons-resources

2003-01-13 Thread Edgar P. Dollin
I like the idea. While your at it, can each message pass in its own resource bundle so you can keep the resources with the Class/Package? Edgar -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 6:15 PM To: Struts Developers List Subject: Re

Tag Elimination

2003-01-04 Thread Edgar P. Dollin
straightforward to use than the equivalent jstl tags. If the jstl tags could be used easily as the iterating library for the html tags, it would be a nice benefit for those who use form nesting. Edgar To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mail

RE: [FRIDAY] Jane! Stop this crazy thing!

2002-12-31 Thread Edgar P. Dollin
John Brenner. Stand on Zanzibar. Edgar -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 31, 2002 5:14 AM To: Struts Developers List; [EMAIL PROTECTED] Subject: [FRIDAY] Jane! Stop this crazy thing! [EMAIL PROTECTED] wrote: > martinc 2002

RE: Overloaded Setters in Form

2002-12-24 Thread Edgar P. Dollin
I switch between booleans and strings for actions and imbed actions into a 'generic' class. Struts currently, doesn't have a problem with this (at least in the current versions). Is there a chance this will stop working? Edgar -- To unsubscribe, e-mail: <mailto:[EMA

RE: Overloaded Setters in Form

2002-12-24 Thread Edgar P. Dollin
I am not using Introspector. I either use low level introspection (in which you can specifically set your object parameter types) or I let struts do the introspection. Perhaps your issue is just with Introspector? Edgar -Original Message- From: Carl Fyffe [mailto:[EMAIL PROTECTED

RE: Overloaded Setters in Form

2002-12-24 Thread Edgar P. Dollin
concern that something will break going forward. I looked for overloading in the spec (attached) and they don't specifically speak to the issue. http://java.sun.com/products/javabeans/docs/beans.101.pdf Could you point me toward some documentation which gives more details? Thanks

RE: modifying the mapping input path during validation

2002-12-17 Thread Edgar P. Dollin
If you change the value on the form, the target JSP will be created with the value set assuming the form field is on the JSP. Edgar -Original Message- From: Brian Moseley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 1:38 PM To: Struts Developers List Subject: Re

RE: modifying the mapping input path during validation

2002-12-17 Thread Edgar P. Dollin
Can this be a property of the form itself? Edgar -Original Message- From: Brian Moseley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 1:10 PM To: [EMAIL PROTECTED] Subject: Re: modifying the mapping input path during validation any comments on the problem i've out

RE: [OT]AW: Why are people are up on Struts

2002-12-13 Thread Edgar P. Dollin
The version to try for windoze is lugaru / epsilon. If you learn the keystrokes you will never give it up. Edgar -Original Message- From: Phase Web and Multimedia [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 1:48 PM To: Struts Developers List Subject: [OT]AW: Why are

RE: Action chaining: (was - Re: Why are people up on Struts)

2002-12-12 Thread Edgar P. Dollin
tools available, with action chaining being one of the tools, to implement your analysis. If your analysis works best with action chaining, you are a winner, if it works without it, great too. Edgar :-) -Original Message- From: Nelson, Laird [mailto:[EMAIL PROTECTED]] Sent: Thu

RE: Why struts is looked down upon...

2002-12-06 Thread Edgar P. Dollin
Congratulations... You have gotten big enough to draw negative attention. It is a sign of true success. Edgar -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED]] Sent: Friday, December 06, 2002 9:36 PM To: [EMAIL PROTECTED] Subject: Why struts is looked down upon... Any

RE: Code Submissions

2002-12-06 Thread Edgar Dollin
applies it and will post comments back to bugzilla. David >From: Edgar Dollin <[EMAIL PROTECTED]> >Reply-To: "Struts Developers List" <[EMAIL PROTECTED]> >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: Code Submissions >Date

Code Submissions

2002-12-05 Thread Edgar Dollin
Is there a feedback loop on code submissions? Edgar

RE: Velocity vs. JSP: objective tests?

2002-11-25 Thread edgar
1) Are the technogolies incompatible (or at least the off the shelf version)? 2) How much control to you get of the client or are you force to manipulate it through a filtering layer? 3) How good are the controls it generates? Thanks in advance. Edgar -Original Message- Fr

RE: Velocity vs. JSP: objective tests?

2002-11-23 Thread edgar
This looks a lot like a religious discussion and didn't your mother tell you about such having such dicsussions in public ;-\. Edgar -Original Message- From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 23, 2002 8:46 AM To: Struts Developers List Subjec

RE: Struts logo

2002-11-22 Thread edgar
I agree but overall very original ;-}... -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 11:36 PM To: Struts Developers List Subject: RE: Struts logo > +1 from me. I'm not an artist by any stretch of the imagination, so I > won't be en

FW: Constants for EL / JSTL

2002-11-21 Thread edgar
OOPS -Original Message- From: edgar [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 10:03 AM To: 'David Graham' Subject: RE: Constants for EL / JSTL The idea wasn't intended to be struts specific, just a way to preload constant classes for a struts ba

Constants for EL / JSTL

2002-11-21 Thread edgar
class as a bean into the application context under the either 1) the fully qualified class name 2) Global[BaseClassName] If there is any interest I will implement. I currently am getting around this issue with a JSP include. Let me know. Edgar -- To unsubscribe, e-mail

RE: Ted Husted, Member of the Apache Software Foundation

2002-11-19 Thread edgar
Sincere congratulations for joining this quite exclusive an organization. Edgar -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 6:44 PM To: [EMAIL PROTECTED] Subject: Ted Husted, Member of the Apache Software Foundation Please

Source Code

2002-11-19 Thread Edgar Dollin
(acknowlegement is acknowledgement). Thanks in advance. Edgar * 1. Redistributions of source code must retain the above copyright *notice, this list of conditions and the following disclaimer. -- Obvious - leave it in the source code * 2. Redistributions in binary form must reproduce the

RE: Forwards, Absolute URIs and Leading Slash [LONG]

2002-11-18 Thread edgar
only one I can imagine is where you are triing to overlay a single struts application over multiple physical servers. If so isn't this better left to other external methods of combining servers. Anyway that is my $.02. Edgar -Original Message- From: David Graham [mailto:[

RE: ChainAction class

2002-11-12 Thread edgar
+1 I have developed my own primitive BatchAction and find it very useful for running non-interactive servlets. Edgar -Original Message- From: Karl Baum [mailto:kbaum@;Tallan.com] Sent: Tuesday, November 12, 2002 4:19 PM To: Struts Developers List Subject: ChainAction class Over the

RE: Unclear semantics on form use for "wizards"

2002-11-11 Thread edgar
Isn't a better way of handling this to keep awareness of the action in progress (in reset and validate you can just look at the request), and make a decision as to what reset action to take rather than creating new classes. Hope that helps. Edgar -Original Message- From: Jason

RE: Client-side Caching???

2002-11-11 Thread edgar
One method I use is to use the struts errors for confirmation of database updates or have pages which do so, so the user is in tune with the database activity. -Original Message- From: Jon Ferguson [mailto:ferguson@;ieee.org] Sent: Monday, November 11, 2002 6:46 AM To: Struts Developers L

RE: Resending : Sub Actions in an Action class

2002-11-08 Thread edgar
DynaActions to avoid javascript and then in the action set the button in the form. I like javascript to actually set the buttons in the form because then you can do other user related event driven actions. Edgar -Original Message- From: Bachan S [mailto:bachan_anand@;yahoo.com] Sent: Friday

RE: FW: Struts 1.0.2, Nested 1.0 and Standard Tags 1.0.2

2002-11-06 Thread edgar
ou know that not to be the case in struts 1.1 with jstl 1.0.2 then I am a happy camper. I don't have the time right now to test it (I would have to update to 1.1b, etc). Thanks again for your help. Edgar > This is why showing the exact code sample is important. > Part of your proble

RE: FW: Struts 1.0.2, Nested 1.0 and Standard Tags 1.0.2

2002-11-06 Thread edgar
assume I botched them. In this trace I have modified NestedWriteTag (the only change was to make it a subclass of my WriteTag, which I have heavily modified) but that has not been executed. Thanks for your help. Regards Edgar > -Original Message- > From: David M. Karr [mailto:

FW: Struts 1.0.2, Nested 1.0 and Standard Tags 1.0.2

2002-11-06 Thread Edgar Dollin
I posted this on struts-user and there were no takers. I didn't see any bugs like this posted and was wondering if this was truly a bug worth posting since I am not running 1.1b with JSTL. The only workaround I could find was to re-write the c:set as a very simple tag. Thanks

RE: DynaActionFormClass

2002-11-02 Thread edgar
What I think he wants to do is write a program which introspecs his database metadata and on the fly write dynaforms. Edgar -Original Message- From: Karr, David [mailto:david.karr@;attws.com] Sent: Friday, November 01, 2002 4:24 PM To: Struts Developers List Subject: RE

RE: [FRIDAY] Re: Struts taglib

2002-11-01 Thread Edgar Dollin
Who said building architecture has deep parallels to computer science anyway ;-)? -Original Message- From: Craig R. McClanahan [mailto:craigmcc@;apache.org] Sent: Friday, November 01, 2002 11:52 AM To: Struts Developers List Subject: [FRIDAY] Re: Struts taglib On Fri, 1 Nov 2002, V. Ce

RE: [SURVEY] HREF attribute for FormTag

2002-10-29 Thread edgar
g. I don't know how much you are using the RequestDispatcher so there might be other issues. But it is something to try. Edgar -Original Message- From: Taylor, Jason [mailto:jtaylor@;cobaltgroup.com] Sent: Tuesday, October 29, 2002 11:10 AM To: 'Struts Developers List' Subjec

RE: HTML formatting of newline characters with bean:write tag

2002-10-23 Thread edgar
clean deliniation between struts and user code. Edgar -Original Message- From: Craig R. McClanahan [mailto:craigmcc@;apache.org] Sent: Wednesday, October 23, 2002 12:14 PM To: Struts Developers List Subject: Re: HTML formatting of newline characters with bean:write tag On Thu, 24 Oct

RE: WHY! Won't Form Classes Load

2002-10-18 Thread edgar
Isn't a requirement that beans be serializable anyway? Edgar -Original Message- From: James Mitchell [mailto:jmitchtx@;telocity.com] Sent: Friday, October 18, 2002 2:04 PM To: Struts Developers List Subject: RE: WHY! Won't Form Classes Load I absolutely hate making exce

RE: LabelTag

2002-10-15 Thread Edgar Dollin
built to handle the input html object. Thanks for your commentary. Edgar -Original Message- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 12:50 PM To: [EMAIL PROTECTED] Subject: RE: LabelTag I think your suggestion on having one struts tag that emits any in

RE: LabelTag

2002-10-15 Thread Edgar Dollin
> I think XDoclet is cool, but the issue here is not extra tags -- it's > extra attributes. One of our primary design principles is that Struts > tags would only contain attributes that correspond to valid attribute > names (for that particular element) in HTML/4.01 -- whether the browser > ignor

RE: LabelTag

2002-10-15 Thread Edgar Dollin
My apologies for not understanding this particular issue. There are some liberties that by necessity need to be taken with the tag library definitions, i.e. styleClass for class. I don't understand why someone would care if there are 'excess' tags in the tag library. I would never consider look

RE: LabelTag

2002-10-15 Thread Edgar Dollin
The number of missing attributes in the tag libraries is large enough to consider a change, especially since writing tag libraries is one of the most pleasurable parts of what we do ;-). Edgar. > I do highly encourage the Struts committers to use XDoclet for TLD and > documentation gene

RE: LabelTag

2002-10-15 Thread edgar
like tagextendingtag org.apache.struts.taglib.TagExtendingTag JSP property false true mydefault [tldfilename]originaltagname

RE: [Policy on depreciation vs deleting new Struts 1.1 methods.]

2002-10-13 Thread edgar
I disagree. The most useful method of timing releases for both developers and users Is when the features reach critical mass. That way it is worth the effort for the developers to release and the users to upgrade. Edgar > The real underlying problem, which we should address in post 1.1,

RE: Basic Issues

2002-10-11 Thread edgar
getter / setter methods. They are compatible with the nested library, opera, i.e. 5 and higher. I haven't tried them on netscape. Obviously, I have found them very handy. Edgar -Original Message- From: Daniel Honig [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 10:40

RE: Basic Issues

2002-10-11 Thread edgar
:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 8:42 AM To: Struts Developers List Subject: Re: Basic Issues Others have responded to you with some comments. But I find that I don't know what problem you have. What functionality is it that you need that requires new tags or complex Java

Basic Issues

2002-10-11 Thread edgar
complex will life be when moving from version to version of Struts if I continue to 'roll my own'? Thanks Edgar Dollin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: Applying patches

2002-10-04 Thread Edgar Dollin
that this is the window to ERP and that the issues we are all facing are so open ended and we are all pulling this project in different ways as well as so many other competing projects. Because of this there might be a need for 'sub' projects with committers who only review that code

RE: SURVEY: Proper Way To Pre-populate ActionForms

2002-09-30 Thread edgar
first time through the action we go to an actionform defined lookup section (getDefaultInfomation) and then forward to a 'lookup' jsp which could be you regular entry form if so desired or a record selection. This seems to be a natural way to handle the issue. Edgar Dollin Blue Moose Sof