Re: Included Actions

2001-08-01 Thread Dan Connelly
don't try it 3 deep.      Dan Connelly    (who is not Dan Connolly)       PS.    By the way, Struts works nicely for this absurd usage.  I will still claim I honored MVC, although my View is vacuous and the Model knows damn well how it is to be rendered (almost).   One disap

Re: OFFTOPIC: Solaris and Tomcat problems!

2001-07-02 Thread Dan Connelly
There is no compiler class (jar) distributed with Tomcat, out of the box. Apparently there are none in open source. Apache will only distribute open source. Of course, Sun (and others) distribute "tools.jar" (or equiv) gratis. Modify your startup.sh (or is it setenv.sh ??) to include the tools.j

Re: Implementing 2 new scopes using Struts

2001-06-26 Thread Dan Connelly
You would think that the ALL WEB APPs scope (or hierarchicial scopes) would be easy to do.  It is not.  I had thought that by having one app run another app, the controlling app could "peek".   Doesn't work that way either.  (Too bad.)   One can fetch the sessionid's of other HttpSessions fr

External Workflow Engine for Struts ??

2001-05-15 Thread Dan Connelly
Title: new window browser for each request Has anyone tried connecting a Struts application to a back-end workflow engine?   For instance, WfTK is a workflow engine with a Source Forge distribution.  It demos with a Perl front-end but many web-ends are possible.  A Struts front end would be n

Re: Cookies and Clusters (Cookies)

2001-04-23 Thread \(Home\) Dan Connelly
I will reply to Malcolm Davis in two parts: Cookies, then (later) Clusters:   Cookies:   Yes, my presentation of the DHTML and JS stuff was a bit confusing.  And unnecessary.   Let me boil it down.     What I was musing about was a hack (??) I had just seen in a non-Struts MVC app whereby th

Cookies and Clusters

2001-04-22 Thread \(Home\) Dan Connelly
n the commercial offerings.   Is there any one of us working on a taglib for Sruts with cookie hacks like this?  Or, am I going to get a well-deserved flaming for even suggesting the possiblity.   Dan Connelly  (Not the famous guy at W3C).      

Re: A Server-side Color Chooser, the Struts v. Barracuda Bake-off

2001-02-25 Thread Dan Connelly
  The interesting thing about building a Struts Color Chooser app is that I am being forced to program the multiple update dependencies.  Each of my Color Views (five of them at last count) will be an Observer of all of the others, on the server-side.  This is not a problem in such a trivial

A Server-side Color Chooser, the Struts v. Barracuda Bake-off

2001-02-23 Thread Dan Connelly
k in the cases where it is open source (Struts, Turbine, Barracuda).   The contest will be "judged" on the basis of both functionality and elegance.  The time limit should be very generous so that we can share ideas.  Say one year.       Dan Connelly  

Re: How does Struts compare to Barracuda?

2001-02-20 Thread Dan Connelly
d this fray, for now.    But, I'll bet that others in the Struts community feel strongly just the other way, that early engagement would be best.   Maybe Barracuda has already done succeeded in mapping client-side events.  ??     Dan Connelly              - Original Message - From: "

Re: Strange Error with

2001-02-19 Thread Dan Connelly
This one came up earlier this month.   Nothing to do with per se.  A large number of tags on a page can cause this.    Check the archive at http://marc.theaimsgroup.com/   Search struts-user for the topic "Illegal target of branch or jump"   The last post on that topic says that the cure is

Re: More HTML element examples []

2001-02-18 Thread Dan Connelly
ically update of the parent page when clicked ...?   OK.  I'm still rambling.   And futuring.  (Except that it should be possible to do a very sweet, very MVC Floating Popup now, with Struts 1.0, if you limit yourself to IE5.5)     Dan Connelly South Burlington, Vermont        

Re: which development tool to use? (XML Editor)

2001-02-16 Thread Dan Connelly
Tag editor for struts:    Try Xeena from IBM Alphaworks.  Its free; its Java; its fragile.   Create/edit like a Bean??  Dunno. But Xeena works great for struts-config.xml, web.xml and deployment XMLs in general.     - Original Message - From: "Steven D. Wilkinson" <[EMAIL PROTECTED]

Blank Newbie (on Tomcat)

2001-02-16 Thread Dan Connelly
  Here is a solution, not a problem !   I recently posted to the struts-dev list that the new application, struts-blank, should include a blank form to be submitted, that I had trouble when I tried to add even the simplest form (although the un-edited application worked OK).  I suspected that

Struts/Motif

2001-02-10 Thread Dan Connelly
a very lively GUI when it all went well, with model changes rippling from window to window. Made Win-doze apps look absolutely static in comparison. Unfortunately, I don't see much (yet) in Struts to make a more dynamic display out of (hierarchical) web browser sessions. Or, is this just a feature in search of an audience?? Dan Connelly

Ted's FAQ "What Web sites are already Powered by Struts?"

2001-02-07 Thread Dan Connelly
list of two?  (And, while you're at it, do the competitive analysis.)   Dan Connelly  (who is not Dan Connolly, W3C)    

WEB-INF/lib problems

2001-01-28 Thread Dan Connelly
j2ee (inlcuding the Sun "reference") employed workarounds for this bug, which ended up as regressions.   Also, what does "javaxservlet:api 3.0beta" mean in this context, given that the latest Servlet API I know of is Release 2.3.     Dan Connelly  (who is not Dan Connolly, W3