DO NOT REPLY [Bug 37817] - TagUtils doesn't create XHTML compliant URLs when called from LinkTag when using forwards defined with redirect="true"

2006-01-09 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 37932] - [Shale] Commons validator ignores the immediate attribute when using client side validation

2006-01-09 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

[EMAIL PROTECTED]: Project struts-tiles (in module struts) failed

2006-01-09 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project struts-tiles has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project struts-tiles (in module struts) failed

2006-01-09 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project struts-tiles has an issue affecting its community integration. This issue affects

Re: WebWork 2.2 this week

2006-01-09 Thread Martin Cooper
Cool! Man, I need to get speed-reading on my copy of WWiA... ;-) -- Martin Cooper On 1/9/06, Patrick Lightbody <[EMAIL PROTECTED]> wrote: > > Hey guys, just a heads up. WebWork 2.2 is coming out Wednesday. We're > just doing the final touch-up on the docs and we're going in to a > code freeze to

DO NOT REPLY [Bug 38208] New: - Should an attribute add to tag for ellipsis?

2006-01-09 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: [SAF 2.0][Shale] Sharing action invocation between SAF and Shale

2006-01-09 Thread netsql
public interface Processor { public void process(FacesContext context, This of course could just be process(Context // like execute(Context and then ANYTHING is compatible on the "action" side. I realy like the execute(Context) signature, I don't even do interfaces since everything

Re: Should an attribute add to tag?

2006-01-09 Thread Rahul Akolkar
On 1/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > In WriteTag.java > // .. > // ... > if (abbreviate > 0) { >output = StringUtils.abbreviate(output, abbreviate); >} > > > Then we can use for short > text we want. > FWIW, I think ellipsis can be quite us

Should an attribute add to tag?

2006-01-09 Thread truncatei
In WriteTag.java // .. protected int abbreviate = 0; public int getAbbreviate() { return abbreviate; } public void setAbbreviate(int abbreviate) { this.abbreviate = abbreviate; } // .. public int doStartTag() throws JspException { // ... if (ab

WebWork 2.2 this week

2006-01-09 Thread Patrick Lightbody
Hey guys, just a heads up. WebWork 2.2 is coming out Wednesday. We're just doing the final touch-up on the docs and we're going in to a code freeze tonight. XWork 1.1 will be pushed out tomorrow, and then WebWork 2.2 on Wednesday morning. If you have some time, please check out the wiki and

[Struts Wiki] Update of "StrutsTaglibHtmlBase" by MichaelJouravlev

2006-01-09 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/StrutsTaglibHtmlBase -

RE: What's in a name? (was: Sharing action invocation between SAF and Shale)

2006-01-09 Thread George.Dinwiddie
Craig McClanahan wrote: > On 1/9/06, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> > wrote: > > > > Craig McClanahan said: > > > One of the things we talked about at the Struts BOF at > ApacheCon was > > > ways to share technology between SAF and Shale. > > > > SAF? > > > Struts Action Framework. I

DO NOT REPLY [Bug 32875] - [validator] Unable to do validwhen comparisons of doubles.

2006-01-09 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 17306] - [validator] Extend tag with "forward" attribute for error page

2006-01-09 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: r367346 - /struts/site/trunk/xdocs/index.xml

2006-01-09 Thread craigmcc
Author: craigmcc Date: Mon Jan 9 09:33:32 2006 New Revision: 367346 URL: http://svn.apache.org/viewcvs?rev=367346&view=rev Log: Make the paragraph about choosing a framework for new applications a bit more even handed :-). Modified: struts/site/trunk/xdocs/index.xml Modified: struts/site/tr

Re: What's in a name? (was: Sharing action invocation between SAF and Shale)

2006-01-09 Thread Craig McClanahan
On 1/9/06, Patrick Lightbody <[EMAIL PROTECTED]> wrote: > > Heh, the wording seems a bit unfair to the SAF at the moment :) > > "If you are starting a new project, you might want to consider our > Shale Framework. Some people feel that JSF and Shale is the quickest > way to write new Java web appli

Re: What's in a name? (was: Sharing action invocation between SAF and Shale)

2006-01-09 Thread Patrick Lightbody
Heh, the wording seems a bit unfair to the SAF at the moment :) "If you are starting a new project, you might want to consider our Shale Framework. Some people feel that JSF and Shale is the quickest way to write new Java web applications." Overall though, I like the site. It is very clear wh

Re: What's in a name? (was: Sharing action invocation between SAF and Shale)

2006-01-09 Thread Craig McClanahan
On 1/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Craig McClanahan said: > > One of the things we talked about at the Struts BOF at > > ApacheCon was ways to share technology between SAF and Shale. > > SAF? Struts Action Framework. Is that what Struts is now being called? That is w

What's in a name? (was: Sharing action invocation between SAF and Shale)

2006-01-09 Thread George.Dinwiddie
Craig McClanahan said: > One of the things we talked about at the Struts BOF at > ApacheCon was ways to share technology between SAF and Shale. SAF? Is that what Struts is now being called? - To unsubscribe, e-mail: [EMAIL PROT

svn commit: r367292 [3/3] - in /struts/sandbox/trunk/mailreader-course/lab-2-1-src: ./ META-INF/ WEB-INF/ java/ java/org/ java/org/apache/ java/org/apache/struts/ java/org/apache/struts/apps/ java/org

2006-01-09 Thread husted
Propchange: struts/sandbox/trunk/mailreader-course/lab-2-1-src/webapp/WEB-INF/struts-html.tld -- svn:eol-style = native Added: struts/sandbox/trunk/mailreader-course/lab-2-1-src/webapp/WEB-INF/web.xml URL: http://svn

[EMAIL PROTECTED]: Project struts-action (in module struts) failed

2006-01-09 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project struts-action has an issue affecting its community integration. This issue affect

[EMAIL PROTECTED]: Project struts-action (in module struts) failed

2006-01-09 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project struts-action has an issue affecting its community integration. This issue affect

DO NOT REPLY [Bug 21698] - [validator] validateDate() doesn't take String date(Tawainese, Japanese, Chinese... date)

2006-01-09 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 17306] - [validator] Extend tag with "forward" attribute for error page

2006-01-09 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 14471] - [validator] validator-rules.xml JavaScript fails when field not present in jsp

2006-01-09 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