Re: Struts "Legacy" (I prefer not)

2006-09-23 Thread Don Brown
Paul Benedict wrote: Don, "compat" is much better. The problem, as I see it, is that you will then have to be supporting the "compat" package as Struts 1.x continues to be upgraded. Heh, you must be new here :) Struts 1 is one of the most glacial projects in the open source world. The Struts

Re: Struts "Legacy" (I prefer not)

2006-09-23 Thread Paul Benedict
Don, "compat" is much better. The problem, as I see it, is that you will then have to be supporting the "compat" package as Struts 1.x continues to be upgraded. Now I always thought Struts 1.x and 2.x could be running together, as in 2 respective dispatching servlets -- but not through a suppo

Re: Struts "Legacy" (I prefer not)

2006-09-23 Thread Don Brown
No, no, no...not this again. Let's not go back to Struts as some nebulous umbrella project with "different but good" frameworks. We made a conscious decision to start Struts 2 and as the name implies, it should viewed as the primary Struts framework once it goes GA. That's great that folks

Struts "Legacy" (I prefer not)

2006-09-23 Thread Paul Benedict
I would like if it we, the struts team, refrain from using the term "legacy" in packages or to talk about the Struts 1.x code base. From a personal perspective, my focus is on 1.x and I do not think that 2.x "supersedes" what we have in the 1.x line. It's a totally different architecture and 2

Re: Tile output occurs outside tile: new bug?

2006-09-23 Thread Wendy Smoak
On 9/23/06, Gregg Leichtman <[EMAIL PROTECTED]> wrote: I have only tried a snapshot from the beginning of the month---02Sep2006---and the problem existed in that snapshot and a snapshot from 12Sep2006 in addition to the snapshot from today. Has this ever worked for you? Your subject line says

Re: struts.action.extension=html

2006-09-23 Thread Don Brown
This seems like a good idea. Please open a jira ticket for it: http://issues.apache.org/struts Don Mike McMahon wrote: It seems that some folks (such as AppFuse) like to set struts.action.extension=html Thats fine and dandy except that it makes it impossible to use Strut's Dojo widgets like

Re: Tile output occurs outside tile: new bug?

2006-09-23 Thread Gregg Leichtman
I tried to upload a war file that demonstrates the problem that I am having, but it is just too large at 2.25MB and the qmail-send program is rejecting it. I iterated and tried to remove every unnecessary jar that I could and this is the best I could shrink it down to based upon my webapp knowledge

struts.action.extension=html

2006-09-23 Thread Mike McMahon
It seems that some folks (such as AppFuse) like to set struts.action.extension=html Thats fine and dandy except that it makes it impossible to use Strut's Dojo widgets like struts/dojo/struts/widgets/BindButton.html due to a "no Action mapped " exception It would be pretty simple to modify Filte

Re: Tile output occurs outside tile: new bug?

2006-09-23 Thread Wendy Smoak
On 9/23/06, Gregg Leichtman <[EMAIL PROTECTED]> wrote: I noticed that I was using an old DTD in my tiles-defs.xml so I updated it to 1.3 on my home system (not the website version) and this made no difference in terms of the results I'm getting. There is now a 2.0 DTD, but so far the only chang

Re: Tile output occurs outside tile: new bug?

2006-09-23 Thread Gregg Leichtman
I noticed that I was using an old DTD in my tiles-defs.xml so I updated it to 1.3 on my home system (not the website version) and this made no difference in terms of the results I'm getting. -=> Gregg <=- Gregg Leichtman wrote: > I have run into a