svn commit: r332546 - in /struts/sandbox/trunk/overdrive/Nexus/Web: GridControl.ascx.cs ViewControl.ascx.cs

2005-11-11 Thread husted
Author: husted Date: Fri Nov 11 05:31:56 2005 New Revision: 332546 URL: http://svn.apache.org/viewcvs?rev=332546&view=rev Log: OVR-21 * Add support for programatic templates to GridControl OVR-24 * Add FindControlParam method to workaround DataGridCommandEventArgs issue. Modified: struts/sand

svn commit: r332548 - /struts/sandbox/trunk/overdrive/PhoneBook/Web/Controls/Lister2.ascx.cs

2005-11-11 Thread husted
Author: husted Date: Fri Nov 11 05:34:21 2005 New Revision: 332548 URL: http://svn.apache.org/viewcvs?rev=332548&view=rev Log: OVR-21 * Refactor for GidConfig * Add support for programatic templates. Still need to set default value. Should also change from DDList to CheckBox. OVR-24 * Use FindCo

Re: Integrating AJAX into Struts

2005-11-11 Thread Hubert Rabago
On 11/10/05, Stephan Heilner <[EMAIL PROTECTED]> wrote: > The benefit of validating forms this way, is that you won't have to > actually post the form to validate it. You can have real-time > validation (done with java) and not have to reload the page. I also played around with this idea, just as

Re: Integrating AJAX into Struts

2005-11-11 Thread Michael Jouravlev
On 11/10/05, Stephan Heilner <[EMAIL PROTECTED]> wrote: > With all the momentum towards AJAX, has anyone started to undertake > integrating AJAX into Struts. I think that it could be relatively easy > using DWR (http://getahead.ltd.uk/dwr/). Here's how I'm thinking you > could do it: ... > The be

Re: Integrating AJAX into Struts

2005-11-11 Thread Frank W. Zammetti
Hubert Rabago wrote: I was (still am) among those who think that we don't need it to be made part of the struts download to be useful. You could use html2 just by including its jar and changing the TLD URI you specify in your JSP: http://www.rabago.net/struts/html2/#tlds I admit the details ar

Re: Integrating AJAX into Struts

2005-11-11 Thread Martin Cooper
On 11/11/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > On 11/10/05, Stephan Heilner <[EMAIL PROTECTED]> wrote: > > With all the momentum towards AJAX, has anyone started to undertake > > integrating AJAX into Struts. I think that it could be relatively easy > > using DWR (http://getahead.ltd

Re: Integrating AJAX into Struts

2005-11-11 Thread Michael Jouravlev
On 11/11/05, Martin Cooper <[EMAIL PROTECTED]> wrote: > On 11/11/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > On 11/10/05, Martin Cooper <[EMAIL PROTECTED]> wrote: > > > In my "day job", we're just wrapping up a fairly large Struts app that's > > > heavily "AJAX"-enabled. We use the Commons

Re: Integrating AJAX into Struts

2005-11-11 Thread Martin Cooper
On 11/11/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > On 11/11/05, Martin Cooper <[EMAIL PROTECTED]> wrote: > > On 11/11/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > > On 11/10/05, Martin Cooper <[EMAIL PROTECTED]> wrote: > > > > In my "day job", we're just wrapping up a fairly larg

Re: Integrating AJAX into Struts

2005-11-11 Thread Michael Jouravlev
On 11/11/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > On 11/11/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > I saw a very nice client-only script to validate simple things like > > numbers, dates, emails and is field is empty or not: > > http://www.themaninblue.com/writing/perspective/2005

Re: Integrating AJAX into Struts

2005-11-11 Thread Hubert Rabago
On 11/11/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > Oops, am I blind or what? Hubert, this is awesome! Thank a > bunch, I would like to, er..., purloin this stuff for my use :-) Sure, have fun! Be aware though that there's a lot of, uhm, "opportunities for improvement" here. I've alrea

Re: Integrating AJAX into Struts

2005-11-11 Thread Michael Jouravlev
On 11/11/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > On 11/11/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > > > Oops, am I blind or what? Hubert, this is awesome! Thanks a > > bunch, I would like to, er..., purloin this stuff for my use :-) > > Sure, have fun! Be aware though that there'

Re: Integrating AJAX into Struts

2005-11-11 Thread Hubert Rabago
On 11/11/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > Please keep this in mind > if you will work on action/form combo :) Why not make sure by taking a look at what I'm doing and maybe working on it, too? Oh, waitasec, I've no plans yet of nominating what I'm doing into the core, so if that

Re: Integrating AJAX into Struts

2005-11-11 Thread Hubert Rabago
On 11/11/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > Hell, it's quite possible I simply didn't think it through enough to > realize the simple solution :) I remember. You had something you wanted to modify in BaseHandlerTag. Niall's validatorjs extension modifies a base class, too: BaseFi

Re: Integrating AJAX into Struts

2005-11-11 Thread Hubert Rabago
Oops, I was actually replying to this part: > I wish I could > remember what it was, but I don't. On 11/11/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > On 11/11/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > > Hell, it's quite possible I simply didn't think it through enough to > > realiz

Re: Integrating AJAX into Struts

2005-11-11 Thread Michael Jouravlev
On 11/11/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > On 11/11/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > Please keep this in mind > > if you will work on action/form combo :) > > Why not make sure by taking a look at what I'm doing and maybe working > on it, too? > > Oh, waitasec, I've

Re: Integrating AJAX into Struts

2005-11-11 Thread Hubert Rabago
On 11/11/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > > I added a "scenario" attribute to element, and on each > > > request I am going to check session and to clean all form beans that > > > do not correspond to action's scenario ("scenario" attribute can > > > enlist several scenarios th

DO NOT REPLY [Bug 37459] - BigInteger and BigDecimal are in java.math

2005-11-11 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 37460] - Some missing "Core" identifier in building model doc

2005-11-11 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: Integrating AJAX into Struts

2005-11-11 Thread Hubert Rabago
On 11/11/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > I don't agree with you. I don't mind agreeing to disagree. :) > Eclipse is an empty hangar, which can be > filled up with tools, benches and other machinery. You use each > machine as it is supposed to be used, and you use the hangar j

DO NOT REPLY [Bug 37474] New: - More misc edits for building_controller.xml

2005-11-11 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 37474] - More misc edits for building_controller.xml

2005-11-11 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: Integrating AJAX into Struts

2005-11-11 Thread Michael Jouravlev
On 11/11/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > On 11/11/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > > > I added a "scenario" attribute to element, and on each > > > > request I am going to check session and to clean all form beans that > > > > do not correspond to action's scenar

Re: Integrating AJAX into Struts

2005-11-11 Thread Hubert Rabago
On 11/11/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > You are right, multiwindow thing breaks this idea. Maybe I could > introduce a flag "this formbean was submitted to" and remove only > submitted beans. Or flag "this form bean was processed"... Got a > better idea by any chance? Sorry,

Re: Integrating AJAX into Struts

2005-11-11 Thread Wendy Smoak
On 11/11/05, Hubert Rabago <[EMAIL PROTECTED]> wrote: > Well, I don't know if any other committer has ever used FormDef. Some > of them haven't even heard of it before. It hasn't stopped people > from using it, though. I had never even heard of it until very recently. You need to advertise mor

Re: Integrating AJAX into Struts

2005-11-11 Thread Frank W. Zammetti
Well, at the end of the day it doesn't really matter any more anyway... I believe the AjaxTags in JWP is a better, more powerful and more flexible solution, and is non-invasive to an existing app, be it Struts or not. In a way, the fact that everyone didn't fall in love with the original idea

DO NOT REPLY [Bug 37460] - Some missing "Core" identifier in building model doc

2005-11-11 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: r332695 - /struts/core/branches/STRUTS_1_2_BRANCH/doc/userGuide/building_controller.xml

2005-11-11 Thread niallp
Author: niallp Date: Fri Nov 11 17:06:33 2005 New Revision: 332695 URL: http://svn.apache.org/viewcvs?rev=332695&view=rev Log: Port fix for Bug 37459 to 1.2.x Branch - correct BigDecimal/BigInteger package names - patch supplied by Christian Meder Modified: struts/core/branches/STRUTS_1_2_BR

DO NOT REPLY [Bug 37459] - BigInteger and BigDecimal are in java.math

2005-11-11 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: [shale] Robust dialogs

2005-11-11 Thread Rahul Akolkar
On 11/11/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > > I cannot tell you about Shale since I use plain Struts + my own > library. Anyway, the concept is simple: > > > I don't think I will be using Shale anytime soon ;-) But I would like > to showcase my approach in the comparison of wizard

DO NOT REPLY [Bug 37476] New: - [shale] DefaultViewControllerMapper has incorrect reserved token

2005-11-11 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 37476] - [shale] DefaultViewControllerMapper has incorrect reserved token

2005-11-11 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 37477] New: - [shale] Cannot have directories beginning with a digit to hold views

2005-11-11 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 37477] - [shale] Cannot have directories beginning with a digit to hold views

2005-11-11 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 37392] - [docs] Indentation and URLs in taglibdoc summaries

2005-11-11 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 37478] New: - Incorrect links in Tag Reference summaries

2005-11-11 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 37479] New: - Identify action paths and infer forwards

2005-11-11 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 37478] - [docs] Incorrect links in Tag Reference summaries

2005-11-11 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 37478] - [docs] Incorrect links in Tag Reference summaries

2005-11-11 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: r332732 - /struts/site/trunk/xdocs/download.cgi

2005-11-11 Thread martinc
Author: martinc Date: Fri Nov 11 20:49:26 2005 New Revision: 332732 URL: http://svn.apache.org/viewcvs?rev=332732&view=rev Log: Change svn:eol-style to LF, since the script must have Unix style line ends to work correctly. Modified: struts/site/trunk/xdocs/download.cgi (props changed) Pro

DO NOT REPLY [Bug 37392] - [docs] Indentation and URLs in taglibdoc summaries

2005-11-11 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 37392] - [docs] Indentation and URLs in taglibdoc summaries

2005-11-11 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