cvs commit: jakarta-struts/web/exercise-taglib html-select.jsp

2002-02-22 Thread martinc
martinc 02/02/22 23:10:30 Modified:doc/userGuide struts-html.xml src/exercise-taglib/org/apache/struts/webapp/exercise TestBean.java src/share/org/apache/struts/taglib/html LocalStrings.properties

Re: Struts vs. Java Faces (aka JSR 127)

2002-02-22 Thread Martin Cooper
Try this link: http://www.mail-archive.com/struts-dev@jakarta.apache.org/msg04372.html -- Martin Cooper - Original Message - From: "Tim W Wilson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 22, 2002 11:34 AM Subject: Struts vs. Java Faces (aka JSR 127) > Is the

Re: LabelValueBean as interface?

2002-02-22 Thread Ted Husted
The LabelValueBean is just a convenience class. Any object would work as well. When it is fed to the class, the methods to call are specified, so the business object doesn't even have to implement an interface. "Halbrook, Dolan" wrote: > > Hi, > > Just a thought. Would it make sense to treat

LabelValueBean as interface?

2002-02-22 Thread Halbrook, Dolan
Hi, Just a thought. Would it make sense to treat LabelValueBean as an interface that business objects could implement, so that one wouldn't have to duplicate/translate one to the other when one needed a select of them? My apologies if this should go in Struts-user, but i'm not sure exactly

Struts vs. Java Faces (aka JSR 127)

2002-02-22 Thread Tim W Wilson
Is there any opinion in the Structs development community about whether or not the Java Faces work from sun obviates the need for struts? JSR 127 spends a lot of time on tag libraries but it apparently will also tackle the page flow control issue as well. Cheers Tim W Wilson Eclipse WSED Archit

RE: Implement HTTP and HTTPS in a safe, flexible, and easily maintainable manner

2002-02-22 Thread Ditlinger, Steve
Hey, thanks for the publicity. We've created a Struts extension based on this article. Find it at http://struts.ditlinger.com. Try it out, let us know what you think. Steve -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 21, 2002 12:24 PM

RE: PropertyUtils with added PropertyEditor support

2002-02-22 Thread Craig R. McClanahan
On Fri, 22 Feb 2002, Mathieu Frenette wrote: > Date: Fri, 22 Feb 2002 12:52:36 -0500 > From: Mathieu Frenette <[EMAIL PROTECTED]> > Reply-To: Struts Developers List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: 'Struts Developers List' <[EMAIL PROTECTED]> > Cc: 'Paul Speed' <[EMAIL PROTEC

RE: PropertyUtils with added PropertyEditor support

2002-02-22 Thread Mathieu Frenette
I read your threads and I can say I fully agree. My only concern is that even if PropertyEditor is too heavy for using it solely for type conversion, we still need some kind of converter. And in my opinion that should not be the form bean's business. In my case, I have tens of properties scatte

Struts & Turbine

2002-02-22 Thread Hai Hoang
Have any of you out there using Struts & Turbine framework together? Can share the experience with us? __ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com -- To unsubscribe, e-mail:

Re: [GUMP] Build Failure - Struts

2002-02-22 Thread Cedric Dumoulin
I have modified Tiles build process, but it seems that gump haven't taken into account the latest cvs version ;-( I hope all will run fine next time. Cedric -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: cvs commit: jakarta-struts/src/share/org/apache/struts/config ConfigHelperInterface.java ConfigHelper.java

2002-02-22 Thread Gabriel Sidler
Thanks, Ted, I'll be the first user of it :-) How do I get a hold of an instance that implements this interface? Gabe [EMAIL PROTECTED] wrote: > > husted 02/02/22 02:17:33 > > Added: src/share/org/apache/struts/config > ConfigHelperInterface.java Config

[GUMP] Build Failure - Struts

2002-02-22 Thread Craig McClanahan
This email is autogenerated from the output from: Build results exceed maximum length. Please see URL above for details.

cvs commit: jakarta-struts/contrib/tiles/doc installation.xml

2002-02-22 Thread cedric
cedric 02/02/22 05:01:24 Modified:contrib/tiles/web/doc/doc/portal revisions.jsp download.jsp contrib/tiles/doc installation.xml Log: Update Tiles documentation Revision ChangesPath 1.9 +24 -3 jakarta-struts/contrib/tiles/web/doc/doc/portal/revi

cvs commit: jakarta-struts/contrib/tiles build.xml build.properties.sample build-webapps.xml build-webapp.xml

2002-02-22 Thread cedric
cedric 02/02/22 05:00:56 Modified:contrib/tiles build.xml build.properties.sample build-webapps.xml build-webapp.xml Log: Improve Tiles build process (again). Remove some dependancies to avoid multiple compilations. Revision ChangesPath 1.5

RE: VisualAge 3.5.4 : WTE and Struts... no luck

2002-02-22 Thread Patrick Logé
YES !! Thanks Thanks Thanks -Original Message- From: Porter, Roy [mailto:[EMAIL PROTECTED]] Sent: vendredi 22 février 2002 12:26 To: 'Struts Developers List' Subject: RE: VisualAge 3.5.4 : WTE and Struts... no luck Try changing your webapp file, to specify the location of your struts-

RE: VisualAge 3.5.4 : WTE and Struts... no luck

2002-02-22 Thread Porter, Roy
Try changing your webapp file, to specify the location of your struts-config differently, this is what I'm using: ../web/WEB-INF/struts-config.xml Roy. > -Original Message- > From: Patrick Logé [mailto:[EMAIL PROTECTED]] > Sent: 22 February 2002 11:11 > To: Stru

Re: Nested properties everywhere....

2002-02-22 Thread Arron Bates
Superficially it appears that it would "un-clutter" things because it would mean less tags, but there's no "reliable" way to know that a value is to be taken as a nested property. The dot delimiter is not enough, because in most nested cases there is no dot, as it's relative to the parent tag.

RE: Wrong link in "The Struts User's Guide - Resources"

2002-02-22 Thread Paulo Gaspar
Ops! You were faster than me Pier. Almost forwarded this one too. =:o) Have fun, Paulo Gaspar > -Original Message- > From: Pier Fumagalli [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 22, 2002 9:24 AM > To: [EMAIL PROTECTED] > Subject: FW: Wrong link in "The Struts User's Guide - R

cvs commit: jakarta-struts/contrib/scaffold status.txt

2002-02-22 Thread husted
husted 02/02/22 02:18:00 Modified:contrib/scaffold status.txt Log: Update status file. Revision ChangesPath 1.4 +22 -5 jakarta-struts/contrib/scaffold/status.txt Index: status.txt === RCS

cvs commit: jakarta-struts/src/share/org/apache/struts/config ConfigHelperInterface.java ConfigHelper.java

2002-02-22 Thread husted
husted 02/02/22 02:17:33 Added: src/share/org/apache/struts/config ConfigHelperInterface.java ConfigHelper.java Log: Preliminary ConfigHelper to provide API support to alternate presentation layer. This builds with the latest changes, but does not exploi

cvs commit: jakarta-struts/contrib/scaffold/src/framework/main/org/apache/scaffold/model ModelResultBase.java ModelResult.java

2002-02-22 Thread husted
husted 02/02/22 02:15:16 Modified:contrib/scaffold/src/framework/main/org/apache/scaffold/model ModelResultBase.java ModelResult.java Log: Change signature to use objects, so that parameter formatting can be applied from Resource File. Revision Chang

cvs commit: jakarta-struts/contrib/scaffold/src/framework/main/org/apache/scaffold/http SuperServlet.java BlankForm.java SuperForm.java SuperAction.java BaseHelperAction.java

2002-02-22 Thread husted
husted 02/02/22 02:14:16 Modified:contrib/scaffold/src/framework/main/org/apache/scaffold/http SuperForm.java SuperAction.java BaseHelperAction.java Added: contrib/scaffold/src/framework/main/org/apache/scaffold/http

FW: Wrong link in "The Struts User's Guide - Resources"

2002-02-22 Thread Pier Fumagalli
Not acked... Pier -- Forwarded Message > From: Steinar Bang <[EMAIL PROTECTED]> > Date: Thu, 21 Feb 2002 20:39:45 +0100 > To: [EMAIL PROTECTED] > Subject: Wrong link in "The Struts User's Guide - Resources" > > Hi! > > The link to the "Is Struts Performant?" article in >