svn commit: r390007 - in /struts/sandbox/trunk/action2/apps/mailreader/src/webapp/pages: Welcome.jsp tour.html

2006-03-29 Thread husted
Author: husted Date: Wed Mar 29 22:41:20 2006 New Revision: 390007 URL: http://svn.apache.org/viewcvs?rev=390007&view=rev Log: Action2 Apps * Mailreader Tour - Work in Progress ** Up to "Logon.do" Modified: struts/sandbox/trunk/action2/apps/mailreader/src/webapp/pages/Welcome.jsp struts/

Re: SV: Struts 1.3 and Internationalization

2006-03-29 Thread Michael Jouravlev
On 3/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > And by the way: Referring to another project such as formdef to solve a > problem > that inherently lies within Struts does not help Struts become better. Hubert :) Do you still stand your position that Struts users will use any third-par

RE: SV: Struts 1.3 and Internationalization

2006-03-29 Thread hermod.opstvedt
Hi Again: Full circle. What if we actually fixed this in Struts, meaning that we offer a Struts version of the BeanUtils (as is done for similar things in Shale) where we solve this so that you can have your cake and eat it. Hermod -Original Message- From: [EMAIL PROTECTED] [mailto:[EM

Re: SV: Struts 1.3 and Internationalization

2006-03-29 Thread Martin Cooper
On 3/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi > > And now we have come full circle: You suggest to use Strings in forms, but > if you do - do not blame Struts? Well, if you're using strings in your form beans, per Struts best practices, and the problem is in your (non-Struts) co

Re: [Struts Ti] XWork?

2006-03-29 Thread Don Brown
To add to that, Patrick and I were collaborating on "phase 2" type features before we even thought of merging projects. After that brainstorming session, I started talking to Patrick about one of the ideas that came out of the conversion, like devMode, and Patrick implemented it in WebWork. H

RE: SV: Struts 1.3 and Internationalization

2006-03-29 Thread hermod.opstvedt
Hi And now we have come full circle: You suggest to use Strings in forms, but if you do - do not blame Struts? So, lets stick with Struts, and use Double and Floats etc. We know that this does not work because of RequestUtils. So my statement stills stands: Struts does not do I18N properly.

Re: [Struts Ti] XWork?

2006-03-29 Thread Frank W. Zammetti
That's exactly what I had in mind, thanks for the reference. I see the source of the confusion (phase I vs. II as you say). At least now I can point people that ask me to the right place :) Frank Ted Husted wrote: I think we're all still working off the original proposal. * http://wiki.apa

Re: [Struts Ti] XWork?

2006-03-29 Thread Ted Husted
I think we're all still working off the original proposal. * http://wiki.apache.org/struts/StrutsTi Don is simply referring to "phase 2", while most of us are still focused on "phase 1". -Ted. On 3/30/06, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > Don, I think this is totally at odds with a

Re: SV: Struts 1.3 and Internationalization

2006-03-29 Thread Martin Cooper
On 3/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi > > Martin, Hubert : I am using Strings only in my forms, and using BeanUtils > to populate my VO's. However, consider what Joe is writing here about > Converters and scope. Not only that, Converters are not! localeware. I have > had t

Re: [Struts Ti] XWork?

2006-03-29 Thread Ted Husted
On 3/30/06, Don Brown <[EMAIL PROTECTED]> wrote: > Ted threw out the idea to WebWork for their team to merge forces and work on > Ti Well, Patrick mentioned in the "Web alignment group" that WebWork would like to join forces with another project, and we went from there. We discussed with Jason an

RE: SV: Struts 1.3 and Internationalization

2006-03-29 Thread hermod.opstvedt
Hi Martin, Hubert : I am using Strings only in my forms, and using BeanUtils to populate my VO's. However, consider what Joe is writing here about Converters and scope. Not only that, Converters are not! localeware. I have had to hack them in order to support a comma decimal separator from Dou

Re: [Struts Ti] XWork?

2006-03-29 Thread Frank W. Zammetti
Don, I think this is totally at odds with a lot of the things I've been reading lately. Granted its been hard to separate the facts from the noise lately (through no fault of anyone involved with the merger), but even still... Can I make a suggestion? Certainly for the sake of the users in b

RE: SV: Struts 1.3 and Internationalization

2006-03-29 Thread hermod.opstvedt
Hi I found the old thread : http://servlets.com/archive/servlet/ReadMsg?msgId=479384&listName=struts-user There was not raised an issue back then. Hermod -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Thursday, March 30, 2006 12:17 AM To: Hermod Opstvedt; 'Struts

Re: [Struts Ti] XWork?

2006-03-29 Thread Don Brown
Gabe wrote: I wanted to answer these two comments by Ted. Whether to bring XWork is a very important decision to make ASAP, because it is about how we define Struts Action 2.0. Struts Action 2.0 = Webwork - or - Struts Action 2.0 = Webwork + XWork While I'll let other XWork/WebWork folks

Re: [Struts Ti] XWork?

2006-03-29 Thread Craig McClanahan
On 3/25/06, Ted Husted <[EMAIL PROTECTED]> wrote: > > On 3/25/06, Gabe <[EMAIL PROTECTED]> wrote: > > I'm sure I could come up with more reasons, but this is a good start to > this discussion. > > I don't think anyone would have a problem with this, Gabe. It's just a > matter of whether we need to

Re: [Struts Ti] XWork?

2006-03-29 Thread Jeff Turner
On Wed, Mar 29, 2006 at 06:03:56PM -0800, Gabe wrote: > > I wanted to answer these two comments by Ted. Whether to bring XWork is a > very important decision to make ASAP, because it is about how we define > Struts Action 2.0. > > Struts Action 2.0 = Webwork > > - or - > > Struts Action 2.0 =

Re: [Struts Ti] XWork?

2006-03-29 Thread Frank W. Zammetti
This could be a valuable comment... or maybe it won't be :) ... this is coming from the perspective of an experienced Struts developer who has looked at and worked with Webwork just a bit at this point, so take it for what it's worth... I didn't, before some reading I just did, have a separati

svn commit: r389964 - in /struts/sandbox/trunk/action2/apps/mailreader/src: java/mailreader2/MailreaderSupport.java java/mailreader2/VerifyResourcesInterceptor.java java/mailreader2/Welcome.java java/

2006-03-29 Thread husted
Author: husted Date: Wed Mar 29 18:08:10 2006 New Revision: 389964 URL: http://svn.apache.org/viewcvs?rev=389964&view=rev Log: Action2 Apps * Mailreader ** Change to an action to verify resources Added: struts/sandbox/trunk/action2/apps/mailreader/src/java/mailreader2/Welcome.java (with p

Re: [Struts Ti] XWork?

2006-03-29 Thread Gabe
I wanted to answer these two comments by Ted. Whether to bring XWork is a very important decision to make ASAP, because it is about how we define Struts Action 2.0. Struts Action 2.0 = Webwork - or - Struts Action 2.0 = Webwork + XWork Important note: this does not mean merging Webwork and X

svn commit: r389951 - in /struts/sandbox/trunk/action2: ./ apps/mailreader/src/java/ apps/mailreader/src/java/mailreader2/ apps/mailreader/src/webapp/pages/

2006-03-29 Thread husted
Author: husted Date: Wed Mar 29 17:15:06 2006 New Revision: 389951 URL: http://svn.apache.org/viewcvs?rev=389951&view=rev Log: Action2 Apps * Mailreader ** Add an Interceptor to verify resources Added: struts/sandbox/trunk/action2/apps/mailreader/src/java/mailreader2/VerifyResourcesIntercep

DO NOT REPLY [Bug 39148] New: - [controller] Support commons-chain Command as Controller

2006-03-29 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 39040] - Refactor Struts initialization to ServletContextListener

2006-03-29 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: JIRA instance

2006-03-29 Thread Don Brown
We now have a fully functioning JIRA instance: http://issues.apache.org/struts Thanks to Jeff Turner and Patrick Lightbody for making the migration a success! The WebWork tickets have been migrated, and you'll note, we get our own JIRA instance. The plan is to now migrate Struts Action and Sha

DO NOT REPLY [Bug 39040] - Refactor Struts initialization to ServletContextListener

2006-03-29 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: [VOTE] Struts Shale v1.0.2 Quality

2006-03-29 Thread Sean Schofield
Alpha and beta releases on ibiblio (for maven purposes) works for me. Final releases on the ASF mirror network. Sean On 3/28/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: > On 3/27/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > > > On 3/26/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: > > >

Re: SV: SV: Struts 1.3 and Internationalization

2006-03-29 Thread Paul Benedict
I thought Commons Validator contained a locale attribute so that certain validations could apply accordingly. Wouldn't this help him out? --- Hermod Opstvedt <[EMAIL PROTECTED]> wrote: > Hi > > And now bells start ringing - It is starting to come back to me now, and > RequestUtils.populate was o

Re: JIRA instance

2006-03-29 Thread Martin Cooper
On 3/29/06, Ted Husted <[EMAIL PROTECTED]> wrote: > > On 3/29/06, Don Brown <[EMAIL PROTECTED]> wrote: > > Patrick is working with Jeff Turner to do the JIRA migration. You can > track the status by its infrastructure ticket [1]. > > > [1] http://issues.apache.org/jira/browse/INFRA-742 > > The tic

Re: SV: Struts 1.3 and Internationalization

2006-03-29 Thread Martin Cooper
On 3/29/06, Hubert Rabago <[EMAIL PROTECTED]> wrote: > > On 3/29/06, Joe Germuska <[EMAIL PROTECTED]> wrote: > > I started to believe this, but now I disagree. > > > > It is only solvable with the current code if your application runs in > > one Locale. Struts does not provide a way to register in

Re: SV: Struts 1.3 and Internationalization

2006-03-29 Thread Hubert Rabago
On 3/29/06, Joe Germuska <[EMAIL PROTECTED]> wrote: > I started to believe this, but now I disagree. > > It is only solvable with the current code if your application runs in > one Locale. Struts does not provide a way to register instantaneous > conversion parameters (like the current Locale) --

SV: SV: Struts 1.3 and Internationalization

2006-03-29 Thread Hermod Opstvedt
Hi And now bells start ringing - It is starting to come back to me now, and RequestUtils.populate was one of the places I hacked to solve my specific problem back then (this is 2 years ago). I know that this was raised as an issue not only by me, but also by others back then. I'll see if I can dig

Re: SV: Struts 1.3 and Internationalization

2006-03-29 Thread Joe Germuska
At 3:40 PM -0600 3/29/06, Hubert Rabago wrote: This is a BeanUtils issue. ... This is a user-list topic and should probably move there. I started to believe this, but now I disagree. It is only solvable with the current code if your application runs in one Locale. Struts does not provide a

SV: Struts 1.3 and Internationalization

2006-03-29 Thread Hermod Opstvedt
Hi I know that that was one of the issues, and I use converters for this. OK, maybe I will set up a test with the latest Struts and see If it is still an issue, and if so file r.f.e Hermod -Opprinnelig melding- Fra: Hubert Rabago [mailto:[EMAIL PROTECTED] Sendt: 29. mars 2006 23:40 Til

DO NOT REPLY [Bug 38000] - ShalePhaseListener executes ViewController.prerender twice after exception

2006-03-29 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: Struts 1.3 and Internationalization

2006-03-29 Thread Hubert Rabago
This is a BeanUtils issue. It comes into play after you get your ActionForm inside your Action.execute(), and you call BeanUtils.copyProperties() to copy your form field's String value onto your business object's field. You can look at BeanUtils' converters and registering locale-aware ones. Of

SV: Struts 1.3 and Internationalization

2006-03-29 Thread Hermod Opstvedt
Hi Not quite - If you have an html:text field, and enter a number with a comma as decimal separator, and then try to access it in your action from the form it will be null. Just go ahead and try it. As far as I remember, the "wont touch" reasoning had to do with some code deep down in Struts not b

Re: JIRA instance

2006-03-29 Thread Ted Husted
On 3/29/06, Don Brown <[EMAIL PROTECTED]> wrote: > Patrick is working with Jeff Turner to do the JIRA migration. You can track > the status by its infrastructure ticket [1]. > [1] http://issues.apache.org/jira/browse/INFRA-742 The ticket seems to say that "JIRA is ready to go". If so, where is

Re: Struts 1.3 and Internationalization

2006-03-29 Thread Don Brown
Struts, from the beginning has taken internationalization very seriously. You are probably referring to the validation of numeric values. This was a longstanding struts issue that has been resolved since Struts 1.2.7. There are new validators that will serve your interests. Don Hermod Opstv

Struts 1.3 and Internationalization

2006-03-29 Thread Hermod Opstvedt
Hi What's the status of the Struts 1.3 branch with respect to internationalization? In the 1.2 branch this was a "won't touch" issue. What I am thinking about is amongst other things the ability to use comma as decimal separator. Or is still "English only, please". Also, and I know this is the wr

Re: JIRA instance

2006-03-29 Thread Rainer Hermanns
Thanks Don, I will tell this to all those OpenSymphony devs not yet following the Struts-dev list... (and of course telling them to follow this list) cheers, Rainer On Mar 29, 2006, at 22:26 , Don Brown wrote: Patrick is working with Jeff Turner to do the JIRA migration. You can track the

svn commit: r389881 - in /struts/sandbox/trunk/action2: PRACTICES.txt README.txt

2006-03-29 Thread husted
Author: husted Date: Wed Mar 29 12:30:47 2006 New Revision: 389881 URL: http://svn.apache.org/viewcvs?rev=389881&view=rev Log: PRACTICES * Add links to other resources README * Update status of MailReader Modified: struts/sandbox/trunk/action2/PRACTICES.txt struts/sandbox/trunk/action2/

Re: JIRA instance

2006-03-29 Thread Don Brown
Patrick is working with Jeff Turner to do the JIRA migration. You can track the status by its infrastructure ticket [1]. As for working on the code, feel free to work on bugs and small fixes. Let's hold off on major changes so that we can get an Action 2 release out ASAP. Using the WW-### sy

JIRA instance

2006-03-29 Thread Rainer Hermanns
Hey there, Just to keep the not-yet-apache webwork commiters up-to-date, is the Jira instance for Action2 already up and ready to use and are the 2.3 scheduled issues already imported for Action2? Any update on this would be helpful, cause lots of the current ww developers ask for this

Re: [WebWork2] Status

2006-03-29 Thread Rainer Hermanns
Ted, thanks for the pointer... I will have a look at these soon... Rainer > On 3/29/06, Rainer Hermanns <[EMAIL PROTECTED]> wrote: >> Good job, Frank! >> To enhance these pages with "webworkish/action2" best practices, is >> there >> a page with common best practices for Struts 1.x that we should

svn commit: r389877 - /struts/sandbox/trunk/action2/README.txt

2006-03-29 Thread husted
Author: husted Date: Wed Mar 29 12:12:31 2006 New Revision: 389877 URL: http://svn.apache.org/viewcvs?rev=389877&view=rev Log: Action2 Apps * Restore README.txt Added: struts/sandbox/trunk/action2/README.txt - copied unchanged from r389644, struts/sandbox/trunk/action2/README.txt --

DO NOT REPLY [Bug 21282] - [validator] numeric validations should use locales

2006-03-29 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 39139] - localozed float validator

2006-03-29 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 39139] - localozed float validator

2006-03-29 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 34533] - Specify which module is causing an error in ModuleUtils.selectModule()

2006-03-29 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 34533] - Specify which module is causing an error in ModuleUtils.selectModule()

2006-03-29 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

svn commit: r389844 - /incubator/webwork2/ivy.xml

2006-03-29 Thread mrdon
Author: mrdon Date: Wed Mar 29 09:51:15 2006 New Revision: 389844 URL: http://svn.apache.org/viewcvs?rev=389844&view=rev Log: Updating struts-action and apache info Modified: incubator/webwork2/ivy.xml Modified: incubator/webwork2/ivy.xml URL: http://svn.apache.org/viewcvs/incubator/webwork

[Struts Wiki] Trivial Update of "StrutsReleasePlans" by WendySmoak

2006-03-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by WendySmoak: http://wiki.apache.org/struts/StrutsReleasePlans -- = 1.

[Struts Wiki] Update of "StrutsExtrasRelease131" by WendySmoak

2006-03-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by WendySmoak: http://wiki.apache.org/struts/StrutsExtrasRelease131 The comment on the change is: Next!

[Struts Wiki] Update of "Panchasheel" by MichaelJouravlev

2006-03-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by MichaelJouravlev: http://wiki.apache.org/struts/Panchasheel The comment on the change is: Someone's experiments -

svn commit: r389820 - in /struts/sandbox/trunk/action2: README.txt apps/mailreader/src/java/mailreader2/ApplicationListener.java apps/mailreader/src/webapp/WEB-INF/web.xml

2006-03-29 Thread husted
Author: husted Date: Wed Mar 29 08:18:48 2006 New Revision: 389820 URL: http://svn.apache.org/viewcvs?rev=389820&view=rev Log: Action2 Apps * Mailreader Tour - Work in Progress ** Up to "Welcome.do" Removed: struts/sandbox/trunk/action2/README.txt Modified: struts/sandbox/trunk/action2/

[Struts Wiki] Update of "Panchasheel" by Panchasheel

2006-03-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by Panchasheel: http://wiki.apache.org/struts/Panchasheel New page: ##language:en == Your Name == Email: [[MailTo(you AT SPAMFREE example DOT com)]]

Re: [Standalone Tiles] Maybe too much bound to Locale

2006-03-29 Thread Antonio Petrelli
Greg Reddin ha scritto: But what about adding an API that requires a generic Object key parameter to support the 3rd dimension? That would be fine! But to support also the 4th, the 5th... ;-) Well, it can get pretty crazy. I think we should *at most* provide support for the 3rd with an

Re: [WebWork2] Status

2006-03-29 Thread Ted Husted
On 3/29/06, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > OTOH, as Ted pointed out, the ActionSupport class already does this by > default, so in fact there probably is no need for a new class (just > updated the Wiki to reflect this... I think I missed this originally in > that thread). I added

[Struts Wiki] Update of "IssuesAndSolutions" by TedHusted

2006-03-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by TedHusted: http://wiki.apache.org/struts/IssuesAndSolutions The comment on the change is: Add link to forum thread --

[Struts Wiki] Update of "IssuesAndSolutions" by TedHusted

2006-03-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by TedHusted: http://wiki.apache.org/struts/IssuesAndSolutions The comment on the change is: Add two from my list. I think the ForwardAction issue is

Re: [WebWork2] Status

2006-03-29 Thread Ted Husted
On 3/29/06, Rainer Hermanns <[EMAIL PROTECTED]> wrote: > Good job, Frank! > To enhance these pages with "webworkish/action2" best practices, is there > a page with common best practices for Struts 1.x that we should document > in a webwork/action2 way? There's the original Struts Catalog * http:/

Re: [WebWork2] Status

2006-03-29 Thread Ted Husted
On 3/28/06, Don Brown <[EMAIL PROTECTED]> wrote: > I don't know about a weekly message, but I'll try to get something out > somewhere close to that. Keep up the good work! I updated the STATUS file to include the new items mentioned here. > [1] http://svn.apache.org/viewcvs.cgi/incubator/webwor

svn commit: r389786 - /incubator/webwork2/STATUS.txt

2006-03-29 Thread husted
Author: husted Date: Wed Mar 29 04:57:39 2006 New Revision: 389786 URL: http://svn.apache.org/viewcvs?rev=389786&view=rev Log: Update to jive with comments on list. Modified: incubator/webwork2/STATUS.txt Modified: incubator/webwork2/STATUS.txt URL: http://svn.apache.org/viewcvs/incubator/w

svn commit: r389779 - /struts/site/trunk/xdocs/mail.xml

2006-03-29 Thread husted
Author: husted Date: Wed Mar 29 04:17:50 2006 New Revision: 389779 URL: http://svn.apache.org/viewcvs?rev=389779&view=rev Log: Mailing Lists * Add link to QuickTopic Modified: struts/site/trunk/xdocs/mail.xml Modified: struts/site/trunk/xdocs/mail.xml URL: http://svn.apache.org/viewcvs/st

svn commit: r389767 - /struts/site/trunk/xdocs/announce.xml

2006-03-29 Thread husted
Author: husted Date: Wed Mar 29 03:48:32 2006 New Revision: 389767 URL: http://svn.apache.org/viewcvs?rev=389767&view=rev Log: Announcements * Correct typo. Modified: struts/site/trunk/xdocs/announce.xml Modified: struts/site/trunk/xdocs/announce.xml URL: http://svn.apache.org/viewcvs/strut

DO NOT REPLY [Bug 38487] - [Tiger] Heap memory error when a lot of jars in WEB-INF/lib

2006-03-29 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

svn commit: r389760 - /struts/site/trunk/xdocs/mail.xml

2006-03-29 Thread husted
Author: husted Date: Wed Mar 29 03:34:38 2006 New Revision: 389760 URL: http://svn.apache.org/viewcvs?rev=389760&view=rev Log: Mail * Add an anchor for each pointer Modified: struts/site/trunk/xdocs/mail.xml Modified: struts/site/trunk/xdocs/mail.xml URL: http://svn.apache.org/viewcvs/str

DO NOT REPLY [Bug 39141] New: - Shale tiger extension inside jboss, library path config

2006-03-29 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

svn commit: r389756 - in /struts/site/trunk/xdocs: announce.xml mail.xml

2006-03-29 Thread husted
Author: husted Date: Wed Mar 29 03:28:23 2006 New Revision: 389756 URL: http://svn.apache.org/viewcvs?rev=389756&view=rev Log: Announcements * Add Shale 1.0.2 Alpha Mailing list * Add "Don't Feed the Trolls" guideline Modified: struts/site/trunk/xdocs/announce.xml struts/site/trunk/x

DO NOT REPLY [Bug 39139] New: - localozed float validator

2006-03-29 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: [WebWork2] Status

2006-03-29 Thread Rainer Hermanns
Good job, Frank! To enhance these pages with "webworkish/action2" best practices, is there a page with common best practices for Struts 1.x that we should document in a webwork/action2 way? This might people get started with Action 2 more easily if there is a direct comparision possible. cheers,

Re: [WebWork2] TODO

2006-03-29 Thread Rainer Hermanns
Hey there, I share Alex' opinion on DOJO. We should not add to many dependencies for "core" components into the themes for now. DOJO is still quite unstable and we should wait until their basis gets a bit more stable. Regarding the other AJAX themes, there were plans already to rename the current