[Apache Struts Wiki] New: StrutsCatalogVariousButtonSolutions

2004-10-01 Thread dev
   Date: 2004-09-30T23:56:17
   Editor: MichaelMcGrady [EMAIL PROTECTED]
   Wiki: Apache Struts Wiki
   Page: StrutsCatalogVariousButtonSolutions
   URL: http://wiki.apache.org/struts/StrutsCatalogVariousButtonSolutions

   no comment

New Page:

##language:en
== Various Button Solutions ==

The link below offers various solutions to buttons on webpages, and in particular 
within Struts, which are lightweight and low maintenance.  

=== Link ===

[http://www.michaelmcgrady.com; -- Hook up to the button ideas link.]

=== Contact ===

If you would be interested in a war file of this link, please email me at:

[mailto:[EMAIL PROTECTED]]

Michael !McGrady


=== Comments ===


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Apache Struts Wiki] Updated: StrutsCatalogVariousButtonSolutions

2004-10-01 Thread dev
   Date: 2004-09-30T23:58:50
   Editor: MichaelMcGrady [EMAIL PROTECTED]
   Wiki: Apache Struts Wiki
   Page: StrutsCatalogVariousButtonSolutions
   URL: http://wiki.apache.org/struts/StrutsCatalogVariousButtonSolutions

   no comment

Change Log:

--
@@ -11,7 +11,7 @@
 
 If you would be interested in a war file of this link, please email me at:
 
-[mailto:[EMAIL PROTECTED]]
+mailto:[EMAIL PROTECTED]
 
 Michael !McGrady
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Apache Struts Wiki] Updated: StrutsCatalogVariousButtonSolutions

2004-10-01 Thread dev
   Date: 2004-10-01T00:00:38
   Editor: MichaelMcGrady [EMAIL PROTECTED]
   Wiki: Apache Struts Wiki
   Page: StrutsCatalogVariousButtonSolutions
   URL: http://wiki.apache.org/struts/StrutsCatalogVariousButtonSolutions

   no comment

Change Log:

--
@@ -5,7 +5,7 @@
 
 === Link ===
 
-[http://www.michaelmcgrady.com; -- Hook up to the button ideas link.]
+http://www.michaelmcgrady.com -- Hook up to the button ideas link.]
 
 === Contact ===
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Apache Struts Wiki] Updated: StrutsCatalogLazyList

2004-10-01 Thread dev
   Date: 2004-10-01T00:47:55
   Editor: MichaelMcGrady [EMAIL PROTECTED]
   Wiki: Apache Struts Wiki
   Page: StrutsCatalogLazyList
   URL: http://wiki.apache.org/struts/StrutsCatalogLazyList

   no comment

Change Log:

--
@@ -140,3 +140,11 @@
 }}}
 
 Struts 1.2.4 will ''wrap'' the LazyDynaBean in a BeanValidatorForm automatically.
+
+
+=== Using the Decorator Pattern Underlying !LazyList with Instrumented Forms : One 
Alternative Suggested Some Time Ago ===
+
+Rather than use collections classes that are decorated in forms, why not make the 
forms themselves instrumentable by having them decorate the collections?  I suggested 
this sometime ago on this wiki, but the idea could not be implemented until the 
processing for forms with the collections classes caught up with the idea, 
distinguishing between a mere Map, for example, and an ActionForm that was also a 
decorated Map.  I called these Instrumented Forms and used the recommendations of 
Joshua Bloch to code them.  [http://www.michaelmcgrady.com; -- see the coding ideas 
section and then instrumented forms]
+
+
+Michael !McGrady

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Problem related to Struts-tiles

2004-10-01 Thread Cedric Dumoulin
 Hi BaTien,
 If I remember well, the TileServlet is no more maintained in the 
current Struts distribution. So, maybe you have an old version of the 
TileServlet, with a wrong tiles initialization sequence.
 Have you check how your version of TileServlet works ? Compare it with 
the today initialization of Tiles in Struts.

 Hope this help,
 Cedric
BaTien Duong wrote:
Cedric Dumoulin wrote:
Greeting Cedric:
It has been a long time to see you again on the list. I wonder if you 
have some time to make tiles work better with faces. Here is what I 
have tried faces and tiles without struts (so no plug-in):

1) If i load TileServlet as instructed, the log said tile factory has 
been successully loaded, but somehow the definition factory is not 
loaded. Hence tiles definitions defined in tiles.xml are not 
available. This was done with Faces latest RI.
2) I try tiles with myfaces, i got the same  issue about definition 
factory. However, if i  define tile definition in a page, it works in 
myfaces but not in RI.

I hope you or someone else can give a definitive instruction.
BaTien
DBGROUPS
 Hi,
 Such question should be post in the struts-user mailing list :-).
 Tiles is a framework that build pages by assembling fragment or 
tiles on the server side. When you request a page made of tiles, 
the server return the entire page, not a particular tile.
 If you want only  a particular area of your page to be updated, you 
need to use frames (interpreted on the client side). Tiles and frames 
can be mixed, but you need to manage the frame yourself. Tiles can't 
do it for you.

 Hope this help,
  Cedric
Anant D Agarwal wrote:
Hi,
I am using tiles in my project .I am using classic layout
my tiles-defs.xml  which i made have one definition tag like this
definition name=site.mainLayout
path=/layouts/classicLayout.jsp
put name=title value=Tiles Blank Site /
put name=header value=/tiles/common/header.jsp /
put name=menu value=/tiles/common/menu.jsp /
put name=footer value=/tiles/common/footer.jsp /
put name=body value=/tiles/body.jsp /
/definition
now I am extending this definition tag with another definition
definition name=site.homeLayout
extends=site.mainLayout
put name=body value=/tiles/homebody.jsp /
/definition
Now when  in my first definition i have one menu.jsp on clicking on 
that menu i call extended definition.
Now problem it refresh the entire page instead of body page.

I want only body content should refresh rest header,footer and menu 
should remain like this just like when we use frames.

kindlly suggest what should i do.
regards  thanks
Anant

Regards and thanks,
Anant

Anant Das Agarwal
IBM Global Services India Pvt Ltd
X1-7, Block-EP/GP, Sector-V
Salt Lake Electronic Complex
Kolkata 700091
+91 33 2357 9110 x 3405
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Opening it up for debate...

2004-10-01 Thread Durham David R Jr Contr 805 CSPTS/SCE
 In Struts 1.2.4 it slightly simpler...
 
   // do authentication
   boolean authentic = authenticate();
   if (!authentic) {
getErrors(request).add(logon, new
 ActionError(authenticate.error);
return getInputForward();
   }

Surely you meant:

 new ActionMessage(authenticate.error);  // ;-)


Anyway, does it make sense to have something like this:

saveError(request, errorsKey, messageKey)


I usually end up adding that to a BaseAction in each project, but
maybe it doesn't belong in Action, per se.

While I'm at it, other common methods that don't necessarily belong to
Action, but are common enough to be in Struts somewhere:  (IMO,
obviously)

getInt(request, attributeName); 
// and other common types, Date, Integer, Long ...

Interesting that Struts lacks probably the first Servlet utility ever.
Or am I missing something?


getInteger(form, property); 
// handle all ActionForm and DynaActionForm


These are fairly common I would think, but perhaps not common enough to
go into Action.


- Dave

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Opening it up for debate...

2004-10-01 Thread Durham David R Jr Contr 805 CSPTS/SCE
 While I'm at it, other common methods that don't necessarily belong to
 Action, but are common enough to be in Struts somewhere:  (IMO,
 obviously)
 
   getInt(request, attributeName);
   // and other common types, Date, Integer, Long ...

Let me add that this method often contains third parameter,
defaultValue.  I realize that this might be a 'primitive' technique for
working with the request.  Still, surely it's a quite common one,
especially for newbies.


- Dave

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DynaActionForm with a html:select multichoice

2004-10-01 Thread [EMAIL PROTECTED]
Hi all I try to use DynaActionForm with a html:select  multichoice but in the Action I 
always get null.In struts-config I wrote as its property a String Array (String[]) but 
I get nul.
Any ideas?
Regards




Libero ADSL: navighi gratis a 1.2 Mega, senza canone e costi di attivazione.
Abbonati subito su http://www.libero.it



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Opening it up for debate...

2004-10-01 Thread Joe Germuska

While I'm at it, other common methods that don't necessarily belong to
Action, but are common enough to be in Struts somewhere:  (IMO,
obviously)
getInt(request, attributeName);
// and other common types, Date, Integer, Long ...
Interesting that Struts lacks probably the first Servlet utility ever.
Or am I missing something?
getInteger(form, property);
// handle all ActionForm and DynaActionForm
I think various resources in commons-lang and commons-beanutils 
support these kinds of operations, and putting direct support for 
them in Struts is more like clutter than value.   I'll admit that I'm 
writing little methods like this (my most common is isEmpty(...) 
which combines a null check with a standard emptiness check (string 
length, collection size, etc))  The problem is that everyone has 
their own favorites and it would be a mess to figure out exactly 
which ones and which peculiar variations on similar things are in 
or out -- simpler just to leave 'em all out.

Anyway, does it make sense to have something like this:
saveError(request, errorsKey, messageKey)
I usually end up adding that to a BaseAction in each project, but
maybe it doesn't belong in Action, per se.
On the other hand, this to me is more central to Struts itself, and 
so might be worthy of inclusion.  Here's an alternate approach we 
use:  first, we have an ActionContext which carries the ActionForm, 
ActionMapping, HttpServletRequest and HttpServletResponse around, 
rather than passing all four independently.  This ActionContext then 
has some utility methods that are based on how Struts deals with 
those -- for example, it has properties for two ActionMessages 
objects, one representing errors and one representing messages. 
Then actions can call context.addError(errorsKey, messageKey) as a 
convenience like what you describe above, except that the context 
already has the request.  (Of course, there's a addMessage(...) 
method also, and versions which accept ActionMessage objects for 
cases when you have a replacement value array to pass in also).

The problem is that even these things are fairly idiomatic, and what 
we find convenient here might be fairly contentious among the wider 
world of developers.  (Let's see if any sparks fly here :^)

Joe
--
Joe Germuska
[EMAIL PROTECTED]  
http://blog.germuska.com
In fact, when I die, if I don't hear 'A Love Supreme,' I'll turn 
back; I'll know I'm in the wrong place.
   - Carlos Santana

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Conversion from CVS to Subversion Complete

2004-10-01 Thread Don Brown
It is my pleasure to announce the official migration of the Struts CVS 
repository into Apache Software Foundation's Subversion repository.  The 
previous CVS module, jakarta-struts, has been frozen, and all new 
development will take place in the Subversion repository. 

The following links might be helpful:
 Struts public Subversion repository: 
http://svn.apache.org/repos/asf/struts
 Struts committers Subversion repository: 
https://svn.apache.org/repos/asf/struts
 Subversion: http://subversion.tigris.org
 Subversion Red Book: http://svnbook.red-bean.com/
 Subversion for CVS Users section: 
http://svnbook.red-bean.com/svnbook-1.0/apa.html

The repository is organized like this:
 struts/
   /trunk - The current development branch (like CVS HEAD)
   /branches - All Struts branches
   /tags - All Struts tags
If you want to checkout everything with the command-line client, type:
 svn co http://svn.apache.org/repos/asf/struts
But most developers will only be interested in the trunk, so it would be 
better to type:
 svn co http://svn.apache.org/repos/asf/struts/trunk

There are a number of Subversion client GUI's and IDE plugins linked to 
on the Subversion web site, for those perfer a GUI tool.

Thanks again to the infrastructure team for their assistance!
Don
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


[GUMP@brutus]: jakarta-struts/jakarta-struts failed

2004-10-01 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 folk at [EMAIL PROTECTED]

Project jakarta-struts has an issue affecting its community integration.
This issue affects 6 projects, and has been outstanding for 99L runs.
Project State : 'Failed'
The following are affected:
- cocoon-block-cron :  Java XML Framework
- commons-jelly-tags-quartz :  This is a Jelly interface for the Quartz Scheduler.
- jakarta-struts :  Model 2 Model-View-Controller framework for Servlets and JSP
- jakarta-turbine-jcs :  Cache
- quartz :  Job Scheduler
- struts-sslext :  The Struts SSL Extension for HTTP/HTTPS switching


Full details are available at:

http://brutus.apache.org/gump/public/jakarta-struts/jakarta-struts/index.html

That said, some snippets follow:


The following annotations were provided:
 -DEBUG- Sole output [struts.jar] identifier set to project name
 -DEBUG- Dependency on xml-xerces exists, no need to add for property xerces.jar.
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository


The following work was performed:
http://brutus.apache.org/gump/public/jakarta-struts/jakarta-struts/gump_work/build_jakarta-struts_jakarta-struts.html
Work Name: build_jakarta-struts_jakarta-struts (Type: Build)
State: Failed
Elapsed: 51 secs
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/java/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xml-apis.jar
 org.apache.tools.ant.Main -Dgump.merge=/usr/local/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Dcommons-beanutils.jar=/usr/local/gump/public/workspace/jakarta-commons/beanutils/dist/commons-beanutils-core.jar
 
-Djakarta-oro.jar=/usr/local/gump/public/workspace/jakarta-oro/jakarta-oro-01102004.jar
 -Dantlr.jar=/usr/local/gump/packages/antlr-2.7.3/antlr.jar 
-Djdbc20ext.jar=/usr/local/gump/packages/jdbc2_0/jdbc2_0-stdext.jar 
-Dcommons-lang.jar=/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-01102004.jar
 
-Dcommons-logging.jar=/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging.jar
 -Djdk.version=1.4 
-Dservlet.jar=/usr/local/gump/public/workspace/jakarta-servletapi-4/lib/servlet.jar 
-Dcommons-validator.jar=/usr/local/gump/public/workspace/jakarta-commons/validator/dist/commons-validator.jar
 
-Dcommons-digester-rss.jar=/usr/local/gump/public/workspace/jakarta-commons/digester/src/examples/rss/dist/commons-digester-rss.jar
 -Dxerces.jar=/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar 
-Dcommons-collections.jar=/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-01102004.jar
 
-Dcommons-fileupload.jar=/usr/local/gump/public/workspace/jakarta-commons/fileupload/target/commons-fileupload-01102004.jar
 
-Dcommons-digester.jar=/usr/local/gump/public/workspace/jakarta-commons/digester/dist/commons-digester.jar
 dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-struts]
CLASSPATH : 

[GUMP@brutus]: jakarta-struts/jakarta-struts failed

2004-10-01 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 folk at [EMAIL PROTECTED]

Project jakarta-struts has an issue affecting its community integration.
This issue affects 6 projects, and has been outstanding for 99L runs.
Project State : 'Failed'
The following are affected:
- cocoon-block-cron :  Java XML Framework
- commons-jelly-tags-quartz :  This is a Jelly interface for the Quartz Scheduler.
- jakarta-struts :  Model 2 Model-View-Controller framework for Servlets and JSP
- jakarta-turbine-jcs :  Cache
- quartz :  Job Scheduler
- struts-sslext :  The Struts SSL Extension for HTTP/HTTPS switching


Full details are available at:

http://brutus.apache.org/gump/public/jakarta-struts/jakarta-struts/index.html

That said, some snippets follow:


The following annotations were provided:
 -DEBUG- Sole output [struts.jar] identifier set to project name
 -DEBUG- Dependency on xml-xerces exists, no need to add for property xerces.jar.
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository


The following work was performed:
http://brutus.apache.org/gump/public/jakarta-struts/jakarta-struts/gump_work/build_jakarta-struts_jakarta-struts.html
Work Name: build_jakarta-struts_jakarta-struts (Type: Build)
State: Failed
Elapsed: 51 secs
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xalan/java/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xml-apis.jar
 org.apache.tools.ant.Main -Dgump.merge=/usr/local/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Dcommons-beanutils.jar=/usr/local/gump/public/workspace/jakarta-commons/beanutils/dist/commons-beanutils-core.jar
 
-Djakarta-oro.jar=/usr/local/gump/public/workspace/jakarta-oro/jakarta-oro-01102004.jar
 -Dantlr.jar=/usr/local/gump/packages/antlr-2.7.3/antlr.jar 
-Djdbc20ext.jar=/usr/local/gump/packages/jdbc2_0/jdbc2_0-stdext.jar 
-Dcommons-lang.jar=/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-01102004.jar
 
-Dcommons-logging.jar=/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging.jar
 -Djdk.version=1.4 
-Dservlet.jar=/usr/local/gump/public/workspace/jakarta-servletapi-4/lib/servlet.jar 
-Dcommons-validator.jar=/usr/local/gump/public/workspace/jakarta-commons/validator/dist/commons-validator.jar
 
-Dcommons-digester-rss.jar=/usr/local/gump/public/workspace/jakarta-commons/digester/src/examples/rss/dist/commons-digester-rss.jar
 -Dxerces.jar=/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar 
-Dcommons-collections.jar=/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-01102004.jar
 
-Dcommons-fileupload.jar=/usr/local/gump/public/workspace/jakarta-commons/fileupload/target/commons-fileupload-01102004.jar
 
-Dcommons-digester.jar=/usr/local/gump/public/workspace/jakarta-commons/digester/dist/commons-digester.jar
 dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-struts]
CLASSPATH : 

Re: Conversion from CVS to Subversion Complete

2004-10-01 Thread Hubert Rabago
Congratulations!

Will this affect how patches are generated?  I read from earlier
messages that patches that have already been submitted can still be
used, but what about generating new ones?
I've always referenced
http://jakarta.apache.org/site/source.html#Patches when generating
patches.  Will the Struts project site host a similar page to guide
contributors?  I could take a stab at such a page once I know what the
recommended command is for the project.  I haven't looked at svn's
diff yet, but I'd imagine there'd be a bunch of switches, and I also
imagine that the committers would have a recommended set for patches.

Hubert

On Fri, 01 Oct 2004 12:32:18 -0700, Don Brown [EMAIL PROTECTED] wrote:
 It is my pleasure to announce the official migration of the Struts CVS
 repository into Apache Software Foundation's Subversion repository.  The
 previous CVS module, jakarta-struts, has been frozen, and all new
 development will take place in the Subversion repository.
 
 The following links might be helpful:
 
  Struts public Subversion repository:
 http://svn.apache.org/repos/asf/struts
  Struts committers Subversion repository:
 https://svn.apache.org/repos/asf/struts
  Subversion: http://subversion.tigris.org
  Subversion Red Book: http://svnbook.red-bean.com/
  Subversion for CVS Users section:
 http://svnbook.red-bean.com/svnbook-1.0/apa.html
 
 The repository is organized like this:
  struts/
/trunk - The current development branch (like CVS HEAD)
/branches - All Struts branches
/tags - All Struts tags
 
 If you want to checkout everything with the command-line client, type:
  svn co http://svn.apache.org/repos/asf/struts
 
 But most developers will only be interested in the trunk, so it would be
 better to type:
  svn co http://svn.apache.org/repos/asf/struts/trunk
 
 There are a number of Subversion client GUI's and IDE plugins linked to
 on the Subversion web site, for those perfer a GUI tool.
 
 Thanks again to the infrastructure team for their assistance!
 
 Don
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Conversion from CVS to Subversion Complete

2004-10-01 Thread Don Brown
http://svnbook.red-bean.com/svnbook-1.0/ch03s05.html#svn-ch-3-sect-4.3.2

So pretty much the same, but now you don't need the -u flag - it
defaults to unified format.

So: svn diff Main.java  myPatchfile.txt

Don


On Fri, 1 Oct 2004 14:44:12 -0500, Hubert Rabago [EMAIL PROTECTED] wrote:
 Congratulations!
 
 Will this affect how patches are generated?  I read from earlier
 messages that patches that have already been submitted can still be
 used, but what about generating new ones?
 I've always referenced
 http://jakarta.apache.org/site/source.html#Patches when generating
 patches.  Will the Struts project site host a similar page to guide
 contributors?  I could take a stab at such a page once I know what the
 recommended command is for the project.  I haven't looked at svn's
 diff yet, but I'd imagine there'd be a bunch of switches, and I also
 imagine that the committers would have a recommended set for patches.
 
 Hubert
 
 
 
 On Fri, 01 Oct 2004 12:32:18 -0700, Don Brown [EMAIL PROTECTED] wrote:
  It is my pleasure to announce the official migration of the Struts CVS
  repository into Apache Software Foundation's Subversion repository.  The
  previous CVS module, jakarta-struts, has been frozen, and all new
  development will take place in the Subversion repository.
 
  The following links might be helpful:
 
   Struts public Subversion repository:
  http://svn.apache.org/repos/asf/struts
   Struts committers Subversion repository:
  https://svn.apache.org/repos/asf/struts
   Subversion: http://subversion.tigris.org
   Subversion Red Book: http://svnbook.red-bean.com/
   Subversion for CVS Users section:
  http://svnbook.red-bean.com/svnbook-1.0/apa.html
 
  The repository is organized like this:
   struts/
 /trunk - The current development branch (like CVS HEAD)
 /branches - All Struts branches
 /tags - All Struts tags
 
  If you want to checkout everything with the command-line client, type:
   svn co http://svn.apache.org/repos/asf/struts
 
  But most developers will only be interested in the trunk, so it would be
  better to type:
   svn co http://svn.apache.org/repos/asf/struts/trunk
 
  There are a number of Subversion client GUI's and IDE plugins linked to
  on the Subversion web site, for those perfer a GUI tool.
 
  Thanks again to the infrastructure team for their assistance!
 
  Don
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Conversion from CVS to Subversion Complete

2004-10-01 Thread James Mitchell
I am not able to commit.

I had previously logged into cvs.apache.org and did svnpassword, and I was
able to commit on the test conversion.

Am I missing something?



--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx

- Original Message -
From: Don Brown [EMAIL PROTECTED]
To: Struts Developers List [EMAIL PROTECTED]
Sent: Friday, October 01, 2004 3:32 PM
Subject: Conversion from CVS to Subversion Complete


 It is my pleasure to announce the official migration of the Struts CVS
 repository into Apache Software Foundation's Subversion repository.  The
 previous CVS module, jakarta-struts, has been frozen, and all new
 development will take place in the Subversion repository.

 The following links might be helpful:

   Struts public Subversion repository:
 http://svn.apache.org/repos/asf/struts
   Struts committers Subversion repository:
 https://svn.apache.org/repos/asf/struts
   Subversion: http://subversion.tigris.org
   Subversion Red Book: http://svnbook.red-bean.com/
   Subversion for CVS Users section:
 http://svnbook.red-bean.com/svnbook-1.0/apa.html

 The repository is organized like this:
   struts/
 /trunk - The current development branch (like CVS HEAD)
 /branches - All Struts branches
 /tags - All Struts tags

 If you want to checkout everything with the command-line client, type:
   svn co http://svn.apache.org/repos/asf/struts

 But most developers will only be interested in the trunk, so it would be
 better to type:
   svn co http://svn.apache.org/repos/asf/struts/trunk

 There are a number of Subversion client GUI's and IDE plugins linked to
 on the Subversion web site, for those perfer a GUI tool.

 Thanks again to the infrastructure team for their assistance!

 Don

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: rev 51759 - struts/trunk/xdocs

2004-10-01 Thread mrdon
Author: mrdon
Date: Fri Oct  1 14:32:37 2004
New Revision: 51759

Modified:
   struts/trunk/xdocs/acquiring.xml
Log:
Changed a link to refer to the svn repo, not cvs


Modified: struts/trunk/xdocs/acquiring.xml
==
--- struts/trunk/xdocs/acquiring.xml(original)
+++ struts/trunk/xdocs/acquiring.xmlFri Oct  1 14:32:37 2004
@@ -100,7 +100,7 @@
 p
 If you are interested in the Tag Library Descriptor (TLD) files, 
 they are maintained in the 
-a href=http://cvs.apache.org/viewcvs/jakarta-struts/conf/share/;
+a href=http://svn.apache.org/repos/asf/struts/trunk/conf/share/;
 /conf/share/a folder of he main repository. 
 /p
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Conversion from CVS to Subversion Complete

2004-10-01 Thread Don Brown
Fixed.

Don


On Fri, 1 Oct 2004 17:17:44 -0400, James Mitchell [EMAIL PROTECTED] wrote:
 I am not able to commit.
 
 I had previously logged into cvs.apache.org and did svnpassword, and I was
 able to commit on the test conversion.
 
 Am I missing something?
 
 --
 James Mitchell
 Software Engineer / Open Source Evangelist
 EdgeTech, Inc.
 678.910.8017
 AIM: jmitchtx
 
 
 
 - Original Message -
 From: Don Brown [EMAIL PROTECTED]
 To: Struts Developers List [EMAIL PROTECTED]
 Sent: Friday, October 01, 2004 3:32 PM
 Subject: Conversion from CVS to Subversion Complete
 
  It is my pleasure to announce the official migration of the Struts CVS
  repository into Apache Software Foundation's Subversion repository.  The
  previous CVS module, jakarta-struts, has been frozen, and all new
  development will take place in the Subversion repository.
 
  The following links might be helpful:
 
Struts public Subversion repository:
  http://svn.apache.org/repos/asf/struts
Struts committers Subversion repository:
  https://svn.apache.org/repos/asf/struts
Subversion: http://subversion.tigris.org
Subversion Red Book: http://svnbook.red-bean.com/
Subversion for CVS Users section:
  http://svnbook.red-bean.com/svnbook-1.0/apa.html
 
  The repository is organized like this:
struts/
  /trunk - The current development branch (like CVS HEAD)
  /branches - All Struts branches
  /tags - All Struts tags
 
  If you want to checkout everything with the command-line client, type:
svn co http://svn.apache.org/repos/asf/struts
 
  But most developers will only be interested in the trunk, so it would be
  better to type:
svn co http://svn.apache.org/repos/asf/struts/trunk
 
  There are a number of Subversion client GUI's and IDE plugins linked to
  on the Subversion web site, for those perfer a GUI tool.
 
  Thanks again to the infrastructure team for their assistance!
 
  Don
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 31509] - html:javascript tag doesn't work right with jsFunctionName set

2004-10-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=31509.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31509

html:javascript tag doesn't work right with jsFunctionName set





--- Additional Comments From [EMAIL PROTECTED]  2004-10-01 23:52 ---
Created an attachment (id=12920)
Patch to fix jsFunctionName support.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Conversion from CVS to Subversion Complete

2004-10-01 Thread Martin Cooper
On Fri, 1 Oct 2004 16:20:32 -0700, Craig McClanahan [EMAIL PROTECTED] wrote:
 Hmm ... commit fails for me as well.  I've also logged on to
 cvs.apache.org and done svnpasswd.
 
 The error I get is:
 
   /repos/asf/!svn/act/4eb04502-6be5-0310-a4d6-ce78d8846ea4: 403
 Forbidden (http://svn.apache.org)

If the above error isn't lying, it looks like you're using the non-SSL
URL. Try adding an 's' to the 'http'. ;-)

--
Martin Cooper


 
 
 Craig
 
 
 
 
 On Fri, 1 Oct 2004 14:38:09 -0700, Don Brown [EMAIL PROTECTED] wrote:
  Fixed.
 
  Don
 
  On Fri, 1 Oct 2004 17:17:44 -0400, James Mitchell [EMAIL PROTECTED] wrote:
   I am not able to commit.
  
   I had previously logged into cvs.apache.org and did svnpassword, and I was
   able to commit on the test conversion.
  
   Am I missing something?
  
   --
   James Mitchell
   Software Engineer / Open Source Evangelist
   EdgeTech, Inc.
   678.910.8017
   AIM: jmitchtx
 
 
  
  
  
   - Original Message -
   From: Don Brown [EMAIL PROTECTED]
   To: Struts Developers List [EMAIL PROTECTED]
   Sent: Friday, October 01, 2004 3:32 PM
   Subject: Conversion from CVS to Subversion Complete
  
It is my pleasure to announce the official migration of the Struts CVS
repository into Apache Software Foundation's Subversion repository.  The
previous CVS module, jakarta-struts, has been frozen, and all new
development will take place in the Subversion repository.
   
The following links might be helpful:
   
  Struts public Subversion repository:
http://svn.apache.org/repos/asf/struts
  Struts committers Subversion repository:
https://svn.apache.org/repos/asf/struts
  Subversion: http://subversion.tigris.org
  Subversion Red Book: http://svnbook.red-bean.com/
  Subversion for CVS Users section:
http://svnbook.red-bean.com/svnbook-1.0/apa.html
   
The repository is organized like this:
  struts/
/trunk - The current development branch (like CVS HEAD)
/branches - All Struts branches
/tags - All Struts tags
   
If you want to checkout everything with the command-line client, type:
  svn co http://svn.apache.org/repos/asf/struts
   
But most developers will only be interested in the trunk, so it would be
better to type:
  svn co http://svn.apache.org/repos/asf/struts/trunk
   
There are a number of Subversion client GUI's and IDE plugins linked to
on the Subversion web site, for those perfer a GUI tool.
   
Thanks again to the infrastructure team for their assistance!
   
Don
   
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
   
  
  
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 31509] - html:javascript tag doesn't work right with jsFunctionName set

2004-10-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=31509.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31509

html:javascript tag doesn't work right with jsFunctionName set





--- Additional Comments From [EMAIL PROTECTED]  2004-10-02 00:27 ---
JS Function names for the standard validators are working fine - maybe you 
could attach your validation-rules.xml and new js function script.

Niall

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: rev 51776 - struts/trunk

2004-10-01 Thread craigmcc
Author: craigmcc
Date: Fri Oct  1 17:29:52 2004
New Revision: 51776

Modified:
   struts/trunk/build.xml
Log:
Cosmetic change, to test repository write access.


Modified: struts/trunk/build.xml
==
--- struts/trunk/build.xml  (original)
+++ struts/trunk/build.xml  Fri Oct  1 17:29:52 2004
@@ -6,8 +6,8 @@
 This script will delegate some of it's tasks to the other build*.xml
 scripts (build-webapps.xml, build-tests.xml, ...
 
-For a complete list of executable tasks use -projecthelp when calling this
-build file.
+For a complete list of executable tasks use -projecthelp when calling
+this build file.
 
 --
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: rev 51777 - struts/trunk

2004-10-01 Thread jmitchell
Author: jmitchell
Date: Fri Oct  1 18:07:01 2004
New Revision: 51777

Modified:
   struts/trunk/STATUS.txt
Log:
remove old validator reference - also testing to see if this gets mailed to the list

Modified: struts/trunk/STATUS.txt
==
--- struts/trunk/STATUS.txt (original)
+++ struts/trunk/STATUS.txt Fri Oct  1 18:07:01 2004
@@ -70,7 +70,6 @@
 
 -Showstoppers-
 
-* A stable 1.1.3 release of the Commons Validator (anticipated).
 
 
 -Recent Changes-
@@ -130,5 +129,5 @@
     * Niall Pemberton (niallp at apache.org)
 
 
-$Id: STATUS.txt,v 1.14 2004/07/22 13:31:53 husted Exp $
+$Id$
 ###

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Conversion from CVS to Subversion Complete

2004-10-01 Thread James Mitchell
Thanx



--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx

- Original Message -
From: Don Brown [EMAIL PROTECTED]
To: Struts Developers List [EMAIL PROTECTED]
Sent: Friday, October 01, 2004 5:38 PM
Subject: Re: Conversion from CVS to Subversion Complete


 Fixed.

 Don


 On Fri, 1 Oct 2004 17:17:44 -0400, James Mitchell [EMAIL PROTECTED]
wrote:
  I am not able to commit.
 
  I had previously logged into cvs.apache.org and did svnpassword, and I
was
  able to commit on the test conversion.
 
  Am I missing something?
 
  --
  James Mitchell
  Software Engineer / Open Source Evangelist
  EdgeTech, Inc.
  678.910.8017
  AIM: jmitchtx
 
 
 
  - Original Message -
  From: Don Brown [EMAIL PROTECTED]
  To: Struts Developers List [EMAIL PROTECTED]
  Sent: Friday, October 01, 2004 3:32 PM
  Subject: Conversion from CVS to Subversion Complete
 
   It is my pleasure to announce the official migration of the Struts CVS
   repository into Apache Software Foundation's Subversion repository.
The
   previous CVS module, jakarta-struts, has been frozen, and all new
   development will take place in the Subversion repository.
  
   The following links might be helpful:
  
 Struts public Subversion repository:
   http://svn.apache.org/repos/asf/struts
 Struts committers Subversion repository:
   https://svn.apache.org/repos/asf/struts
 Subversion: http://subversion.tigris.org
 Subversion Red Book: http://svnbook.red-bean.com/
 Subversion for CVS Users section:
   http://svnbook.red-bean.com/svnbook-1.0/apa.html
  
   The repository is organized like this:
 struts/
   /trunk - The current development branch (like CVS HEAD)
   /branches - All Struts branches
   /tags - All Struts tags
  
   If you want to checkout everything with the command-line client, type:
 svn co http://svn.apache.org/repos/asf/struts
  
   But most developers will only be interested in the trunk, so it would
be
   better to type:
 svn co http://svn.apache.org/repos/asf/struts/trunk
  
   There are a number of Subversion client GUI's and IDE plugins linked
to
   on the Subversion web site, for those perfer a GUI tool.
  
   Thanks again to the infrastructure team for their assistance!
  
   Don
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: rev 51778 - struts/trunk/doc/userGuide

2004-10-01 Thread niallp
Author: niallp
Date: Fri Oct  1 18:24:16 2004
New Revision: 51778

Modified:
   struts/trunk/doc/userGuide/configuration.xml
Log:


Modified: struts/trunk/doc/userGuide/configuration.xml
==
--- struts/trunk/doc/userGuide/configuration.xml(original)
+++ struts/trunk/doc/userGuide/configuration.xmlFri Oct  1 18:24:16 2004
@@ -711,6 +711,13 @@
 [true]
 /li
 
+li
+strongconfigFactory/strong - The Java class name of the 
+codeModuleConfigFactory/code used to create the implementation of the 
+codeModuleConfig/code interface. 
+[org.apache.struts.config.impl.DefaultModuleConfigFactory]
+/li
+
 /ul
 
  p

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: rev 51780 - struts/trunk/doc/userGuide

2004-10-01 Thread niallp
Author: niallp
Date: Fri Oct  1 18:38:35 2004
New Revision: 51780

Modified:
   struts/trunk/doc/userGuide/configuration.xml
Log:
Test commit to check log message

Modified: struts/trunk/doc/userGuide/configuration.xml
==
--- struts/trunk/doc/userGuide/configuration.xml(original)
+++ struts/trunk/doc/userGuide/configuration.xmlFri Oct  1 18:38:35 2004
@@ -715,7 +715,7 @@
 strongconfigFactory/strong - The Java class name of the 
 codeModuleConfigFactory/code used to create the implementation of the 
 codeModuleConfig/code interface. 
-[org.apache.struts.config.impl.DefaultModuleConfigFactory]
+ [org.apache.struts.config.impl.DefaultModuleConfigFactory]
 /li
 
 /ul

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: rev 51783 - struts/trunk

2004-10-01 Thread jmitchell
Author: jmitchell
Date: Fri Oct  1 19:18:45 2004
New Revision: 51783

Modified:
   struts/trunk/build-all-clean.bat.sample
Log:
fix cvs references

Modified: struts/trunk/build-all-clean.bat.sample
==
--- struts/trunk/build-all-clean.bat.sample (original)
+++ struts/trunk/build-all-clean.bat.sample Fri Oct  1 19:18:45 2004
@@ -12,8 +12,8 @@
 rem 
 rem assumes jakarta-commons, 
 rem jakarta-commons-sandbox,
-rem jakarta-struts-current
-rem are checked out of CVS in the same directory.
+rem struts
+rem in the same directory.
 rem Also assumes uses of 
 rem   maven beta 10 or above,
 rem   ant 1.5.2
@@ -24,7 +24,7 @@
 remmaven repository directory. I filed a bug report for this.
 rem  
 rem
-rem $Id: build-all-clean.bat.sample,v 1.11 2003/11/27 23:01:22 martinc Exp $
+rem $Id$
 
 cd ..
 
@@ -33,8 +33,8 @@
 rm -rf */*/dist
 rm -rf */*/target
 rm -rf */*/build
-rm -rf jakarta-struts/dist
-rm -rf jakarta-struts/target
+rm -rf struts/dist
+rm -rf struts/target
 
 :manualbuild
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: svn commit: rev 51785 - struts/trunk

2004-10-01 Thread James Mitchell
I'm sure there is a way to specify this with svn, but the few hits on google
wouldn't work for me.  So I just removed that report.

Please fix this if you know how.



--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, October 01, 2004 11:09 PM
Subject: svn commit: rev 51785 - struts/trunk


 Author: jmitchell
 Date: Fri Oct  1 20:09:38 2004
 New Revision: 51785

 Modified:
struts/trunk/project.xml
 Log:
 We are now on SVN.

 Modified: struts/trunk/project.xml


==
 --- struts/trunk/project.xml (original)
 +++ struts/trunk/project.xml Fri Oct  1 20:09:38 2004
 @@ -22,11 +22,13 @@
siteAddressstruts.apache.org/siteAddress
siteDirectory/www/jakarta.apache.org/struts/siteDirectory

distributionDirectory/www/apache.mirrors.pair.com/jakarta/struts//distrib
utionDirectory
 +!--
repository

connectionscm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:jakarta-s
truts/connection

developerConnectionscm:cvs:pserver:[EMAIL PROTECTED]
t}:/home/cvs:jakarta-struts/developerConnection
  urlhttp://cvs.apache.org/viewcvs/jakarta-struts//url
/repository
 +  --
versions
  version
id1.0.2/id
 @@ -368,7 +370,7 @@
  reportmaven-jdepend-plugin/report
  reportmaven-checkstyle-plugin/report
  reportmaven-changes-plugin/report
 -reportmaven-changelog-plugin/report
 +!-- reportmaven-changelog-plugin/report --
  reportmaven-file-activity-plugin/report
  reportmaven-developer-activity-plugin/report
  reportmaven-javadoc-plugin/report

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: rev 51786 - struts/trunk/conf/qa

2004-10-01 Thread jmitchell
Author: jmitchell
Date: Fri Oct  1 20:15:25 2004
New Revision: 51786

Modified:
   struts/trunk/conf/qa/CheckStyle.xml
Log:
Changing references to SVN

Modified: struts/trunk/conf/qa/CheckStyle.xml
==
--- struts/trunk/conf/qa/CheckStyle.xml (original)
+++ struts/trunk/conf/qa/CheckStyle.xml Fri Oct  1 20:15:25 2004
@@ -117,7 +117,7 @@
 module name=TabCharacter/
 
 !-- enforce License Header using a RegExp file to allow some variations
- like the years in copyrights or values of CVS variables. --
+ like the years in copyrights or values of SVN variables. --
 module name=RegexpHeader
property name=headerFile value=LICENSE.CheckStyle/
 /module

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: rev 51787 - struts/trunk/conf/share

2004-10-01 Thread jmitchell
Author: jmitchell
Date: Fri Oct  1 20:17:23 2004
New Revision: 51787

Modified:
   struts/trunk/conf/share/validator-rules.xml
Log:
no changes, just testing

Modified: struts/trunk/conf/share/validator-rules.xml
==
--- struts/trunk/conf/share/validator-rules.xml (original)
+++ struts/trunk/conf/share/validator-rules.xml Fri Oct  1 20:17:23 2004
@@ -4,7 +4,7 @@
 !--
   $Header: /home/cvs/jakarta-struts/conf/share/validator-rules.xml,v 1.52 2004/07/25 
12:00:20 niallp Exp $
   $Revision: 1.52 $
-  $Date: 2004/07/25 12:00:20 $
+  $Date$
 
This file contains the default Struts Validator pluggable validator
definitions.  It should be placed somewhere under /WEB-INF and

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]