Re: "Use Cases" Example Webapp for the Shale proposal

2005-01-04 Thread Craig McClanahan
On Mon, 3 Jan 2005 22:46:03 -0800, Dakota Jack <[EMAIL PROTECTED]> wrote: > > > Whatever happened to the proposals to move this JSF implementation to > MyFaces? That would seem to be much more appropriate. Perhaps it > could be called JSFShale or FacesShale? What this has to do at all > wi

svn commit: r124078 - /struts/sandbox/trunk/struts-shale-usecases/src/java/org/apache/shale/usecases/view/Bundle_de.properties

2005-01-04 Thread craigmcc
Author: craigmcc Date: Tue Jan 4 01:24:54 2005 New Revision: 124078 URL: http://svn.apache.org/viewcvs?view=rev&rev=124078 Log: German translations for the Use Cases example application. Many thanks to Jesse Alexander (alexander.jesse AT credit-suisse.com) for providing these resource. Added:

RE: "Use Cases" Example Webapp for the Shale proposal

2005-01-04 Thread Matthias Wessendorf
Jack, it is nice that you like to enlarge MyFaces :-) But I think it's good to see Shale as a framework for JSF, like Struts is a framework for Servlet/JSP (aka Model2). So would it be good to host Struts @ Tomcat folks? Only why it is a *servlet-framework* ? Something like Struts is beyond the

Re: http://struts.apache.org/dtds/tiles-config.dtd 404 Not Found

2005-01-04 Thread James Mitchell
Try it now -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Graham Leggett" <[EMAIL PROTECTED]> To: Sent: Tuesday, January 04, 2005 2:34 AM Subject: http://struts.apache.org/dtds/tiles-config.dtd 404 Not Fo

[Apache Struts Wiki] Updated: StrutsCatalog

2005-01-04 Thread dev
Date: 2005-01-04T06:04:20 Editor: MichaelMcGrady Wiki: Apache Struts Wiki Page: StrutsCatalog URL: http://wiki.apache.org/struts/StrutsCatalog no comment Change Log: -- @@ -12,7 +12,6 @@ * StrutsCata

Re: http://struts.apache.org/dtds/tiles-config.dtd 404 Not Found

2005-01-04 Thread Joe Germuska
At 9:34 AM +0200 1/4/05, Graham Leggett wrote: Hi all, The DTD at the above URL seems to be missing (error 404), which has caused a struts based application to refuse to start up. Is it possible to reinstate the above file? If not, what is the workaround for hosting this DTD? Everywhere Struts does

Re: MessageResourcesFactory and servletContext

2005-01-04 Thread Joe Germuska
I'm suspicious of this, as in most cases we are trying to control and reduce our direct dependencies on the Servlet API. Also, there has been a lot of talk about moving Struts to use commons-resources in a Struts 1.3 timeframe, which might suggest that looking at how to achieve this through th

Coupling, Struts and JSF

2005-01-04 Thread Dakota Jack
Craig, I have been trying, again, to understand your position on Shale. In the wiki, you say "[y]et in Struts 1.x, for example, the setup logic and processing logic end up in two different Actions, requiring multiple action mappings". Could you expand on this a bit, remembering, if you would, th

RE: Coupling, Struts and JSF

2005-01-04 Thread JAN . Cumps
Jack, A use case is: - Two struts actions (say CreateAction and EditAction call the same jsp to view the result (say result.jsp). - This result.jsp needs some setup (eg. a list of items for a selection box). - The natural way to populate such a list in struts, is in the action. - To prevent havin

Re: Coupling, Struts and JSF

2005-01-04 Thread Sean Schofield
> A use case is: > > - Two struts actions (say CreateAction and EditAction call the same jsp > to view the result (say result.jsp). > - This result.jsp needs some setup (eg. a list of items for a selection > box). > - The natural way to populate such a list in struts, is in the action. > - To prev

RE: Coupling, Struts and JSF

2005-01-04 Thread Durham David R Jr Contr 805 CSPTS/SCE
> I suppose one implication of this is that the logic necessary to > "populate" a page is coupled with the page itself (or at least > the choice of logic). As I understand it, no, they are not tightly coupled. JSF has a configuration. You give a bean a name, and you tell a component to use th

Re: "Use Cases" Example Webapp for the Shale proposal

2005-01-04 Thread BaTien Duong
Hello Craig: Good work. Thanks for your effort. We always wish to have more than 24 hours a day. I wish to have some spare time to get back to this. One quick question about the framework: What is the appropriate tool to use for configuration in different tiers? I thought Jsf is appropriate in

Re: Coupling, Struts and JSF

2005-01-04 Thread Dakota Jack
Hi, Jan, I am less interested in how people make mistakes but rather in what the problem is for people that don't chain actions. Jack On Tue, 4 Jan 2005 15:28:05 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Jack, > > A use case is: > > - Two struts actions (say CreateAction and EditA

Re: Coupling, Struts and JSF

2005-01-04 Thread Dakota Jack
Why not just create a helper class common to the two actions and not chain a third action? Likewise, if this is the main difficulty, why not just follow through on divorcing the form and the action? That would be GREAT! Jack On Tue, 4 Jan 2005 10:44:11 -0500, Sean Schofield <[EMAIL PROTECTED]>

Re: Coupling, Struts and JSF

2005-01-04 Thread Dakota Jack
Craig's says that the problem is solved by tight coupling. That also seems to be true. Jack On Tue, 4 Jan 2005 09:53:07 -0600, Durham David R Jr Contr 805 CSPTS/SCE <[EMAIL PROTECTED]> wrote: > > I suppose one implication of this is that the logic necessary to > > "populate" a page is coupled w

Re: "Use Cases" Example Webapp for the Shale proposal

2005-01-04 Thread Craig McClanahan
On Tue, 04 Jan 2005 09:48:32 -0700, BaTien Duong <[EMAIL PROTECTED]> wrote: > Hello Craig: > > Good work. Thanks for your effort. We always wish to have more than 24 > hours a day. I wish to have some spare time to get back to this. > > One quick question about the framework: What is the appropri

Re: Coupling, Struts and JSF

2005-01-04 Thread Joe Germuska
At 9:35 AM -0800 1/4/05, Dakota Jack wrote: Craig's says that the problem is solved by tight coupling. That also seems to be true. Look, Jack: we all realize that you don't care for JSF and don't think it should be a fundamental component of anything called Struts. You don't need to toss off res

Re: http://struts.apache.org/dtds/tiles-config.dtd 404 Not Found

2005-01-04 Thread Graham Leggett
James Mitchell wrote: Try it now It's fixed, thanks! Regards, Graham -- smime.p7s Description: S/MIME Cryptographic Signature

Re: http://struts.apache.org/dtds/tiles-config.dtd 404 Not Found

2005-01-04 Thread Graham Leggett
Joe Germuska wrote: Everywhere Struts does a validating parse of an XML document, at least using Digester, it should have already registered a valid JAR-based copy of the DTD with Digester. This is definitely set up correctly in Tiles, but it only works if you have the correct PUBLIC Identifier

Re: http://struts.apache.org/dtds/tiles-config.dtd 404 Not Found

2005-01-04 Thread Joe Germuska
At 8:48 PM +0200 1/4/05, Graham Leggett wrote: Joe Germuska wrote: Everywhere Struts does a validating parse of an XML document, at least using Digester, it should have already registered a valid JAR-based copy of the DTD with Digester. This is definitely set up correctly in Tiles, but it only

Re: http://struts.apache.org/dtds/tiles-config.dtd 404 Not Found

2005-01-04 Thread Graham Leggett
Joe Germuska wrote: With further checking, turns out the DTD was defined like this: http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";> (I assume the jakarta.apache.org URL is a redirect). Could this be causing the trip to the internet? Well, the registrations are on a per-digester

Re: "Use Cases" Example Webapp for the Shale proposal

2005-01-04 Thread BaTien Duong
Hello Craig: Thanks for the insight. I have been working with Struts since your beginning in the 2nd half of 2000. I aggree with your technology assessment and just concentrate on getting the job done. BaTien DBGROUPS Craig McClanahan wrote: On Tue, 04 Jan 2005 09:48:32 -0700, BaTien Duong <[EMA

Re: "Use Cases" Example Webapp for the Shale proposal

2005-01-04 Thread gvanmatre
> Thanks for the insight. I have been working with Struts since your > beginning in the 2nd half of 2000. I aggree with your technology > assessment and just concentrate on getting the job done. > > BaTien > DBGROUPS I agree. Thank you for sharing! I really like the automatic mapping of a

Re: "Use Cases" Example Webapp for the Shale proposal

2005-01-04 Thread Sean Schofield
> Even if that happens, there will clearly be a transition period for > existing applications. And I will be happy to support transition > users, with the Struts-Faces Integration Library. But, from what I > have seen in the market, Struts is becoming increasingly less relevant > for new applicat

Re: http://struts.apache.org/dtds/tiles-config.dtd 404 Not Found

2005-01-04 Thread Craig McClanahan
If you specify a Public ID (the first string after the word PUBLIC) that is recognized, the System ID (the URL) is never consulted at all. Check very carefully that you don't have any typos or extra spaces in the public id -- it must match exactly. Craig On Tue, 04 Jan 2005 22:25:29 +0200, Gra

Re: "Use Cases" Example Webapp for the Shale proposal

2005-01-04 Thread Craig McClanahan
On Tue, 04 Jan 2005 21:33:49 +, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Thanks for the insight. I have been working with Struts since your > > beginning in the 2nd half of 2000. I aggree with your technology > > assessment and just concentrate on getting the job done. > > > > BaTien >

DO NOT REPLY [Bug 22384] - datePattern not supported by JavaScript

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Coupling, Struts and JSF

2005-01-04 Thread Dakota Jack
Thanks, Joe, But I have reasons for caring about this that have nothing to do with you. If there is what seems to be misinformation on a point that matters to me, I find that worth comment each time the "information" arises. I realize you would do something different but there are many paths in

Re: Coupling, Struts and JSF

2005-01-04 Thread Dakota Jack
You might also note, Joe, that I started this thread in an attempt to find out more about what Craig is saying, in the case that I might be misunderstanding. I don't have any intentions other than honorable on this. Jack On Tue, 4 Jan 2005 12:10:13 -0600, Joe Germuska <[EMAIL PROTECTED]> wrote:

DO NOT REPLY [Bug 22384] - datePattern not supported by JavaScript

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: [ANNOUNCE] Struts 1.2.6 Beta Released

2005-01-04 Thread Abhishek Khandelwal
Will struts 1.2.6 beta would be upgraded to production/GA release in near future? Thanks Abhishek On Sun, 2004-12-12 at 12:32, Martin Cooper wrote: > The Struts team is pleased to announce the release of Struts 1.2.6 Beta. > This release includes minor new functionality, and a number of fixes f

default chain config

2005-01-04 Thread Joe Germuska
I was looking at updating the userGuide section on the RequestProcessor to explain the new chain-based processing model, and I am thinking about some changes to the default chain. I thought i'd describe what I'm thinking, as that usually helps me work out my own ideas, and sometimes flushes ou

Re: [ANNOUNCE] Struts 1.2.6 Beta Released

2005-01-04 Thread Martin Cooper
On Tue, 04 Jan 2005 17:08:12 -0800, Abhishek Khandelwal <[EMAIL PROTECTED]> wrote: > Will struts 1.2.6 beta would be upgraded to production/GA release in > near future? The quality of the Struts 1.2.6 build has been deemed to be Beta, and will not be upgraded. There are a few outstanding issues in

DO NOT REPLY [Bug 32947] New: - FormFile.getFileSize() returns 0

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 32947] - FormFile.getFileSize() returns 0 when size of uploaded file is big

2005-01-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

RE: "Use Cases" Example Webapp for the Shale proposal

2005-01-04 Thread Matthias Wessendorf
Gary, as Craig pointed out, Shale works with any JSF impl. It comes default with RI, but works also with MyFaces see: http://tinyurl.com/6993m HTH, Matthias > > Is the ViewHandler decoration MyFaces specific - not that it matters? > > Thanks, > Gary > > > > >

Re: "Use Cases" Example Webapp for the Shale proposal

2005-01-04 Thread Craig McClanahan
Indeed, if you set the "jsf.home" property to point at your MyFaces distribution directory, the build.xml script for struts-shale-usecases *should* assemble an application that has all the tweaks needed to use MyFaces instead. Craig On Wed, 5 Jan 2005 07:29:42 +0100, Matthias Wessendorf <[EMAIL

RE: Coupling, Struts and JSF

2005-01-04 Thread JAN . Cumps
Dakota, > -Original Message- > From: Dakota Jack [mailto:[EMAIL PROTECTED] > Sent: dinsdag 4 januari 2005 18:29 > To: Struts Developers List > Subject: Re: Coupling, Struts and JSF > Hi, Jan, > I am less interested in how people make mistakes but rather in what > the problem is for peop

Re: MessageResourcesFactory and servletContext

2005-01-04 Thread Nicolas De Loof
Using a Struts plugin to store a custom MessageResourcesFactory into context sounds good to me. It may get Jstl LocalizationContext from servletContext and use it to build MessageResources. Thanks for this idea. Nico. Joe Germuska a écrit : I'm suspicious of this, as in most cases we are trying