TLDs not included in maven build of struts-taglib jar

2005-02-04 Thread Bill Siggelkow
After deploying then struts-mailreader app, built with maven, the /WEB-INF/struts-logic.tld could not be found. In fact, neither the built 'struts-mailreader' directory or war file contained any of the struts-taglib tlds; but the struts-taglib.jar file was included in the WEB-INF/lib. Perhaps w

Re: help building taglib sub-project with maven

2005-02-04 Thread Bill Siggelkow
Thanks Paul, I actually added the setting for the 'maven.changelog.factory' property to the changelog plugin's plugin.properties file. This fixed the problem. The error message you suggested sounds good. -Bill Siggelkow Paul Sundling wrote: I already submitted a patch to maven to make error mess

Re: help building taglib sub-project with maven

2005-02-04 Thread Paul Sundling
I already submitted a patch to maven to make error message more useful, so the root cause of the problem will be obvious (http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/cvslib/CvsChangeLogGenerator.java?view=diff&rev=126033&p1=maven/maven-1/plugins/tru

help building taglib sub-project with maven

2005-02-04 Thread Bill Siggelkow
After building struts-core using maven; I tried to build the struts-taglib subproject (maven dist) and received the following error: -- BUILD FAILED File.. C:\Documents and Settings\Bill Siggelkow\.maven\cache\maven-file-acti

svn commit: r151453 - struts/core/trunk/src/share/org/apache/struts/util/TokenProcessor.java

2005-02-04 Thread germuska
Author: germuska Date: Fri Feb 4 17:01:07 2005 New Revision: 151453 URL: http://svn.apache.org/viewcvs?view=rev&rev=151453 Log: expose an alternate token generation method which takes a String, to help extract ourselves from direct dependencies on the Servlet API. Change the existing generateTok

svn commit: r151452 - struts/core/trunk/src/test/org/apache/struts/mock/MockActionServlet.java

2005-02-04 Thread germuska
Author: germuska Date: Fri Feb 4 16:51:11 2005 New Revision: 151452 URL: http://svn.apache.org/viewcvs?view=rev&rev=151452 Log: expose initInternal as public to facilitate testing Modified: struts/core/trunk/src/test/org/apache/struts/mock/MockActionServlet.java Modified: struts/core/trunk

Re: duplicate files

2005-02-04 Thread Martin Cooper
On Thu, 3 Feb 2005 05:47:00 -0500, James Mitchell <[EMAIL PROTECTED]> wrote: > Yes, I remember you mentioning that. However, I don't see the cactus test > being run when I do "maven dist", am I missing something? No, you're not missing anything. I just haven't tried to do that yet. ;-) -- Martin

svn commit: r151358 - struts/tiles/trunk/src/java/org/apache/struts/tiles/commands/TilesPreProcessor.java

2005-02-04 Thread germuska
Author: germuska Date: Fri Feb 4 06:45:56 2005 New Revision: 151358 URL: http://svn.apache.org/viewcvs?view=rev&rev=151358 Log: do an include (instead of forward) in the case where the response is already committed. Thanks to Wolfgang Gehner for the suggestion. Modified: struts/tiles/trunk

svn commit: r151357 - struts/tiles/trunk/src/java/org/apache/struts/tiles/TilesPlugin.java

2005-02-04 Thread germuska
Author: germuska Date: Fri Feb 4 06:41:35 2005 New Revision: 151357 URL: http://svn.apache.org/viewcvs?view=rev&rev=151357 Log: correct order of test to see if configured RequestProcessor class is same as or a subclass of ComposableRequestProcessor. Modified: struts/tiles/trunk/src/java/org

Re: TilesPlugin RequestProcessor compatibility check issue

2005-02-04 Thread Joe Germuska
But, in short, you're right. Whoops; no, you're not, although there was an error along these lines in the current code. Here's what is there right now: [1] // Check to see if request processor uses struts-chain. If so, // no need to replace the request processor. if (confi

Re: 1.3 TilesPreProcessor should convert forward to include if action is called from definition

2005-02-04 Thread Joe Germuska
Now I understand better your earlier email. I think it would be simpler to change doInclude = (tileContext != null); to doInclude = (tileContext != null || swcontext.getResponse.isCommitted()); I'd never encountered this use case, so I didn't realize the need. I'll make these tw

Re: TilesPlugin RequestProcessor compatibility check issue

2005-02-04 Thread Joe Germuska
I think you're using the wrong version of the Tiles Plugin. For Struts 1.3, Tiles has been pulled out to http://svn.apache.org/repos/asf/struts/tiles and the head version of the plugin is at http://svn.apache.org/repos/asf/struts/tiles/trunk/src/java/org/apache/struts/tiles/TilesPlugin.java As f

Re: hai

2005-02-04 Thread Alan Mehio
Please try to post on the User-list. I am sure you will get more help there. This list is intended for struts development and not how to use Struts. Regards, Alan Vijay Kumar <[EMAIL PROTECTED]> wrote: Hai Iam using windows 2000 japanese version.i am trying to get all my from field names in

DO NOT REPLY [Bug 32396] - contentType has no effect with tomcat 5.0.28

2005-02-04 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

1.3 TilesPreProcessor should convert forward to include if action is called from definition

2005-02-04 Thread Wolfgang Gehner
Hi Guys again, Previous Struts versions had a feature where a forward would be converted to an include if the action was called from a tiles definition, as /do/testAct in: main.jsp test.pg is Where testAct is a classic Action that forwards to a jsp. This used to work, but fails in 1.3 with

TilesPlugin RequestProcessor compatibility check issue

2005-02-04 Thread Wolfgang Gehner
Hi Guys, I am testing Struts 1.3 with Tiles. I see http://svn.apache.org/viewcvs.cgi/struts/core/trunk/src/share/org/apache/struts/tiles/TilesPlugin.java?rev=57589&view=markup and think that the test(s) tilesProcessorClass.isAssignableFrom(configProcessorClass) should be inverted, as in: configProc

Re: Hello

2005-02-04 Thread Akshay Pandit
I think U should check the page encoding, and set it according to Japanese locale -- Warm regards. Akshay Pandit Email : [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

hai

2005-02-04 Thread Vijay Kumar
Hai Iam using windows 2000 japanese version.i am trying to get all my from field names in Japanese .but iam getting junk values...can anyone have the solution for this bye vijay

Hello

2005-02-04 Thread Vijay Kumar
Hai Iam using windows 2000 japanese version.i am trying to get all my from field names in Japanese .but iam getting junk values...can anyone have the solution for this bye vijay

RE: hai

2005-02-04 Thread Vijay Kumar
-Original Message- From: Vijay Kumar [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 1:42 PM To: 'Struts Developers List' Subject: RE: hai -Original Message- From: Vijay Kumar [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 1:40 PM To: dev@struts.apache.or

RE: hai

2005-02-04 Thread Vijay Kumar
-Original Message- From: Vijay Kumar [mailto:[EMAIL PROTECTED] Sent: Friday, February 04, 2005 1:40 PM To: dev@struts.apache.org Subject: hai Hai Iam using windows 2000 japanese version.i am trying to get all my from field names in Japanese .but iam getting junk values...can anyone hav

hai

2005-02-04 Thread Vijay Kumar
Hai Iam using windows 2000 japanese version.i am trying to get all my from field names in Japanese .but iam getting junk values...can anyone have the solution for this bye vijay