Maven Reports

2004-01-07 Thread Paul Sundling
I was looking at the maven reports and they're pretty interesting. One thing I found interesting was the report that shows duplications. There is a large number of classes that only differ in which class they extend. One large grouping of that is in the nested taglib classes. In the

RE: Getting the CheckBox Collection Value in FormBean Class

2004-01-07 Thread Richard Hightower
wrong list... go to the user list. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 10:14 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Getting the CheckBox Collection Value in FormBean Class Hi, Greetings To You. I am new

Logic:Equal

2004-01-07 Thread Kamal Gupta
Hi, I have a list which has some values which i get from database. I want to loop through the list and get values which are not duplicated for this i think the best way in struts is to use logic:equal. Can some one please send me some example on the same Regards Kamal Gupta

RE: Logic:Equal

2004-01-07 Thread Kamal Gupta
Hi, I am trying to store a value of a list into a variable on a jsp page. the clode below writes the information pf planstarttime on the jsp page. bean:write name=results property =planStartTime / if i want to store the value of plan start time into an int what should i do can anyone help

Re: Logic:Equal

2004-01-07 Thread Mark Lowe
Reckon you'll need to post the struts user list rather than the developer list. Before anyone will respond. On 7 Jan 2004, at 12:58, Kamal Gupta wrote: Hi, I am trying to store a value of a list into a variable on a jsp page. the clode below writes the information pf planstarttime on the jsp

Re: Logic:Equal

2004-01-07 Thread David Graham
--- Kamal Gupta [EMAIL PROTECTED] wrote: Hi, I have a list which has some values which i get from database. I want to loop through the list and get values which are not duplicated for this i think the best way in struts is to use logic:equal. Please post this question to struts-user.

DO NOT REPLY [Bug 25963] New: - Handling for mulitiple file input with same name

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

DO NOT REPLY [Bug 25963] - Handling mulitiple file input with same name

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

cvs commit: jakarta-struts/web/tiles-documentation/examples/tiles footer.jsp

2004-01-07 Thread rleland
rleland 2004/01/07 13:14:40 Modified:web/tiles-documentation/common footer.jsp web/tiles-documentation/examples/tiles footer.jsp Log: remove Cerdics personal Copyright and leave only Apache Copyright Revision ChangesPath 1.3 +1 -3

Getting started building struts from source - need a little help

2004-01-07 Thread Daniel Rabe
I'm trying to build struts from current CVS source. I've run into a couple of issues and thought I'd mention them here (because I don't know what else to do with them): - If I want to run test.junit, it looks like I still have to set up the cactus properties, because the init target in

Re: cvs commit: jakarta-struts/web/tiles-documentation/examples/tiles footer.jsp

2004-01-07 Thread Martin Cooper
Is there a reason for removing Cedric's copyright? As I understand it, based on the language in the CLA, Cedric is entitled to keep his own copyright there, if he so desires. -- Martin Cooper On Wed, 7 Jan 2004 [EMAIL PROTECTED] wrote: rleland 2004/01/07 13:14:40 Modified:

Re: cvs commit: jakarta-struts/web/tiles-documentation/examples/tiles footer.jsp

2004-01-07 Thread David Graham
--- Martin Cooper [EMAIL PROTECTED] wrote: Is there a reason for removing Cedric's copyright? As I understand it, based on the language in the CLA, Cedric is entitled to keep his own copyright there, if he so desires. Regardless of whether he's entitled I think this change was appropriate.

DO NOT REPLY [Bug 23255] - FormFile.getFileName() problem in multibyte character file name

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

Re: cvs commit: jakarta-struts/web/tiles-documentation/examples/tiles footer.jsp

2004-01-07 Thread Ted Husted
We really can't remove Cedric's copyright, any more than someone else could remove ours. The ASF takes oversight regarding copyrights and licensing very seriously. We need Cedric's permission first. I do agree with the sentiment. In fact, as soon as 1.2.0 is wrapped up, I plan to start

@author tags in Struts code

2004-01-07 Thread David Graham
The @author javadoc tag topic has been discussed on commons-dev recently and Ted brought it up in a recent struts-dev thread so I thought it might be nice to get the Struts community's opinion on it. Some arguments against @author tags by Greg Stein can be found here: http://tinyurl.com/yrlhu

DO NOT REPLY [Bug 25971] New: - Cannot retrieve all MessageResources messages

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

Re: Getting started building struts from source - need a little help

2004-01-07 Thread Paul Sundling
If you look at some of my earlier messages you'll see I encountered the problem as well. You notice that Joe Germuska was even kind enough to add a comment to the project.xml as I suggested. So you can go and get the jar for the new validator from the URL in the comment below and then put it

Re: @author tags in Struts code

2004-01-07 Thread Paul Sundling
I can see a lot of valid points in the article. I also don't buy the positive side regarding author tags helping point out who to go to for help on a particular file. Whatever the final decision, the philosophy should be documented on the web site in the section where it talks about how to

Re: @author tags in Struts code

2004-01-07 Thread Craig R. McClanahan
Quoting David Graham [EMAIL PROTECTED]: The @author javadoc tag topic has been discussed on commons-dev recently and Ted brought it up in a recent struts-dev thread so I thought it might be nice to get the Struts community's opinion on it. Some arguments against @author tags by Greg Stein

Re: @author tags in Struts code

2004-01-07 Thread Craig R. McClanahan
Quoting Paul Sundling [EMAIL PROTECTED]: I can see a lot of valid points in the article. I also don't buy the positive side regarding author tags helping point out who to go to for help on a particular file. Whatever the final decision, the philosophy should be documented on the web

DO NOT REPLY [Bug 25971] - Cannot retrieve all MessageResources messages

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

DO NOT REPLY [Bug 25971] - Cannot retrieve all MessageResources messages

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