DO NOT REPLY [Bug 30292] - Replacement of LookupDispatchAction

2005-07-26 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=30292.
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=30292


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #15754|0   |1
is obsolete||
  Attachment #15762|0   |1
is obsolete||




--- Additional Comments From [EMAIL PROTECTED]  2005-07-26 10:36 ---
Created an attachment (id=15777)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=15777action=view)
SelectAction: uniformly works with pushbuttons, image buttons and links.

Back to original design. Attachment 15762 contained Michael McGrady's code,
this one, like previous ones, does not. 

* uses prefix to define an event;
* allows to define default event for default submit case;
* works with pushbuttons, image buttons and links;
* compatible with standard DispatchAction if using parameter attribute;
* uses event-to-method map, defined in the action (indirect method access seems
more secure than referencing action method right in the HTML form).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 33999] - [resources] move WriteTag.formatValue() to org.apache.commons.resources

2005-07-26 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=33999.
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=33999





--- Additional Comments From [EMAIL PROTECTED]  2005-07-26 12:57 ---
ok, I guess this will be re-opened once it is james's turn to become
internationalized == see http://issues.apache.org/jira/browse/JAMES-386

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.

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



[Struts Wiki] Update of AjaxStruts by FrankZammetti

2005-07-26 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 FrankZammetti:
http://wiki.apache.org/struts/AjaxStruts

--
  
  Hope this is useful to someone! :)
  
+ I have also written a taglib that allows you to quickly and easily add Ajax 
functionality to a JSP with NO coding on your part (it's all declarative, just 
like Struts)... there originally was a Strtus-only version (an extended version 
of the HTML taglib) which is still available on the Struts Apps Sourceforge 
page.  However, that version is no longer being developed and has been 
superceeded by the Ajax Tags sub-component of the Java Web Parts project 
(url:http://javawebparts.sourceforge.net).  This version of the taglib, which 
is very similar to the original Struts-only version, is not tied to Struts at 
all and has a little more flexibility out-of-the-box.
  
  http://www.crackwillow.com/ajax-1.png
  

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



DO NOT REPLY [Bug 35764] - [shale] Clay View-Handler doesn't work correctly with client side state saving.

2005-07-26 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=35764.
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=35764





--- Additional Comments From [EMAIL PROTECTED]  2005-07-27 05:03 ---
Created an attachment (id=15792)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=15792action=view)
patch

This patch work well with the Sun faces RI.  The myfaces url state saving is
not supported.  

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



svn commit: r225451 - in /struts/shale/trunk: build.properties.sample build.xml core-library/build.xml

2005-07-26 Thread wsmoak
Author: wsmoak
Date: Tue Jul 26 22:01:14 2005
New Revision: 225451

URL: http://svn.apache.org/viewcvs?rev=225451view=rev
Log:
Added 'dist' to global build file to allow building all modules at once.
Moved Spring WebFlow properties to the sample properties file
Fixed location of tiles-core.jar file

Modified:
struts/shale/trunk/build.properties.sample
struts/shale/trunk/build.xml
struts/shale/trunk/core-library/build.xml

Modified: struts/shale/trunk/build.properties.sample
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/build.properties.sample?rev=225451r1=225450r2=225451view=diff
==
--- struts/shale/trunk/build.properties.sample (original)
+++ struts/shale/trunk/build.properties.sample Tue Jul 26 22:01:14 2005
@@ -97,3 +97,7 @@
 # the findbugs tool (http://findbugs.sourceforge/net/)
 findbugs.home = /usr/local/findbugs-0.8.6
 
+# The location and name of the Spring WebFlow JAR file
+# REQUIRED to build core-library during WebFlow/JSF integration development
+webflow.home=/usr/local/spring-webflow-pr4
+spring-webflow.jar=${webflow.home}/spring-webflow-pr4.jar

Modified: struts/shale/trunk/build.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/build.xml?rev=225451r1=225450r2=225451view=diff
==
--- struts/shale/trunk/build.xml (original)
+++ struts/shale/trunk/build.xml Tue Jul 26 22:01:14 2005
@@ -282,7 +282,7 @@
 
 
   targetname=clean
-  description=Execute 'clean' all all modules
+  description=Execute 'clean' on all modules
 
 antcall   target=execute
   param name=target
@@ -291,6 +291,16 @@
 
   /target
 
+  targetname=dist
+  description=Execute 'dist' on all modules
+
+antcall   target=execute
+  param name=target
+value=dist/
+/antcall
+
+  /target
+
 
 
   !-- === Initialize Local Repository = 
--
@@ -471,7 +481,7 @@
 
 mkdirdir=${lib.dir}/tiles/
 copy   todir=${lib.dir}/tiles
- file=${tiles.dir}/lib/tiles-core.jar/
+ file=${tiles.dir}/dist/lib/tiles-core.jar/
 
   /target
 

Modified: struts/shale/trunk/core-library/build.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/core-library/build.xml?rev=225451r1=225450r2=225451view=diff
==
--- struts/shale/trunk/core-library/build.xml (original)
+++ struts/shale/trunk/core-library/build.xml Tue Jul 26 22:01:14 2005
@@ -67,7 +67,7 @@
 value=${spring.home}/spring-context.jar/
   property name=spring-core.jar  value=${spring.home}/spring-core.jar/
   property name=spring-web.jar   value=${spring.home}/spring-web.jar/
-  property name=spring-webflow.jar 
value=${spring.home}/spring-webflow.jar/
+
   property name=tiles.jar
value=${tiles.dir}/dist/lib/tiles-core.jar/
 
 



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