Re: Struts and JMX

2003-01-06 Thread Jerome Ernsberger
[EMAIL PROTECTED] wrote: Jerome == Jerome Ernsberger [EMAIL PROTECTED] writes: Jerome Hallo, Jerome do you think it make sense to use struts and JMX I think that only the developer of struts can give me a good answer. You'd be better off asking questions like this on the

RE: Struts and JMX

2003-01-06 Thread James Higginbotham
Yes, if you think that the Struts framework would benefit from the availability of Mbeans for either extension or management controls via JMX clients. What are you thinking you want to manage within Struts? Would it be read-only or can you edit temporarily or permanently? James -Original

DO NOT REPLY [Bug 15814] New: - Create use pages for javadoc

2003-01-06 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=15814. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15815] New: - broken link to faces stuff on status page

2003-01-06 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=15815. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15812] - marginheight=0 should generate marginheight=0

2003-01-06 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=15812. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Struts and JMX

2003-01-06 Thread Micael
If you have a reason to do this, do it, if it makes sense. If you don't, I would not make one up. Isn't it that simple? At 09:13 AM 1/6/03 +0100, you wrote: [EMAIL PROTECTED] wrote: Jerome == Jerome Ernsberger [EMAIL PROTECTED] writes: Jerome Hallo, Jerome do you think it make

cvs commit: jakarta-struts build.xml

2003-01-06 Thread dmkarr
dmkarr 2003/01/06 08:21:35 Modified:.build.xml Log: Enabling use information in javadoc build. Revision ChangesPath 1.92 +1 -0 jakarta-struts/build.xml Index: build.xml === RCS

DO NOT REPLY [Bug 15814] - Create use pages for javadoc

2003-01-06 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=15814. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Struts and JMX

2003-01-06 Thread Jerome Ernsberger
On this point of view its really simple. You re right. But how will you know if it makes sense, if you don t think about it? So I ask someonehow know struts and perheps jmx. Isn t it that simple? thx Jerome Micael wrote: If you have a reason to do this, do it, if it makes sense. If you

DO NOT REPLY [Bug 15816] New: - html:form focus in pages with several forms

2003-01-06 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=15816. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Proposal: Use java2html to generate browseable source code.

2003-01-06 Thread Matt Raible
I don't know if this is a possibility, but it'd be pretty cool to use Java2HTML to generate browseable source code from the JavaDocs. I use this and it's pretty slick - all that's required is a simple link in the JavaDoc comments: a href=ClassName.java.htmlView Source/a And then users can see

Re: Proposal: Use java2html to generate browseable source code.

2003-01-06 Thread Jerome Ernsberger
Hi Matt, there is eclipse plugin java2html. Very funny and you don t need something like a href .. Only select the *.java file and generate the html page. I don t know the link, sorry. I can google for it. jerome Matt Raible wrote: I don't know if this is a possibility, but it'd be

Re: Proposal: Use java2html to generate browseable source code.

2003-01-06 Thread David Graham
I don't see much use for this. IDEs are much better than browsers for looking at source code. David From: Matt Raible [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Proposal: Use java2html to generate browseable

Re: Proposal: Use java2html to generate browseable source code.

2003-01-06 Thread Kevin . Bedell
I've found the ViewCVS site (available at; http://cvs.apache.org/viewcvs/jakarta-struts/ ) to be really useful. It provides a good way to browse all the source code, plus allows you to go back and view any version of any file from any release. The only thing this lacks is a quick method of

RE: Another bright idea, make indexed work with JSTL forEach and friends

2003-01-06 Thread Tim Moore
I'm coming into the thread late, so that's why I'm replying to a random message in it... How about adding indexName and indexProperty attributes. If indexed is true it will use those properties to find a bean containing the current index value. If indexed is true and those other attributes are

Re: Struts Coding Standard

2003-01-06 Thread David Graham
I agree. The spaces issue is a Jakarta standard. I hate prefixes like 'I' for interfaces. You shouldn't care if you're dealing with an interface or an implementation class! David From: Paul Speed [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers

Re: Struts Coding Standard

2003-01-06 Thread Ted Husted
The project is technically Jakarta, and it is explicitly stated: http://jakarta.apache.org/site/source.html Though, I suppose we could link to that from the roadmap. We do have to forbid tab characters since it screws up the CVS emailings otherwise. Personally, I like the Elements of Java

Re: Struts Coding Standard

2003-01-06 Thread Robert Leland
I suggested before having the code automatically formatted when a checkin or checkout happens. This could be done in 2 places: 1) The Jakarta script that checks to see if a user has access to one of the Jakarta projects. 2)CVS provides hooks/calls to be made before or after any check out, or

Re: Beta 3 PlugIn interface change

2003-01-06 Thread Robert Leland
David Morris wrote: One problem I had with Beta 3 is related to a change to the PlugIn (http://cvs.apache.org/viewcvs/jakarta-struts/src/share/org/apache/struts/action/PlugIn.java.diff?r1=texttr1=1.6r2=texttr2=1.7diff_format=l) that forces an update to any class that implements Plugin. Looking

cvs commit: jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/html ELFrameTag.java

2003-01-06 Thread dmkarr
dmkarr 2003/01/06 13:29:27 Modified:contrib/struts-el/src/share/org/apache/strutsel/taglib/html ELFrameTag.java Log: Fixed minor javadoc complaint. Revision ChangesPath 1.5 +11 -12

cvs commit: jakarta-struts/contrib/struts-el build.xml

2003-01-06 Thread dmkarr
dmkarr 2003/01/06 13:30:12 Modified:contrib/struts-el build.xml Log: Fixed packagename reference in javadoc generation. Added 'use=true' to javadoc generation. Revision ChangesPath 1.7 +2 -1 jakarta-struts/contrib/struts-el/build.xml Index: build.xml

Re: Struts Coding Standard

2003-01-06 Thread Erik Hatcher
Just as a data point to this discussion, the XDoclet project uses Pretty to do code formatting during the build process. It seems to work fine, and of course, only touches files that should be touched (the ones you're working on). Its odd sometimes to pop back to an IDE from a command-line

Re: Beta 3 PlugIn interface change

2003-01-06 Thread David Graham
That's the risk you take using beta software. Struts does not guarantee compatibility between betas just between releases. David From: David Morris [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Beta 3 PlugIn interface change Date:

Re: Beta 3 PlugIn interface change

2003-01-06 Thread David Morris
David, My mistake, I didn't realize that ApplicationConfig was not available as part of 1.0.X. For consistency, I would recommend removing ApplicationConfig references from ActionServlet as well. I will pass this on to the Struts Menu project instead. Thanks, David Morris [EMAIL PROTECTED]

DO NOT REPLY [Bug 12302] - Sporadic error in html:form action attribute

2003-01-06 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=12302. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Beta 3 PlugIn interface change

2003-01-06 Thread V. Cekvenich
FYI: Struts menu is aware that plug in services was changed a bit. Very useful is Struts menu (hint). .V David Morris wrote: David, My mistake, I didn't realize that ApplicationConfig was not available as part of 1.0.X. For consistency, I would recommend removing ApplicationConfig

Re: Proposal: Use java2html to generate browseable source code.

2003-01-06 Thread Martin Cooper
How about this: http://cvs.apache.org/~martinc/javasrc-struts/ I used JavaSrc for this (available from SourceForge). I think it gives you everything java2HTML gives you, and more. You don't have to add anything to the source files, either. It would only take a few minutes to add the appropriate

Re: Struts Coding Standard

2003-01-06 Thread Robert Leland
David Graham wrote: Couldn't you do it just on check-in? It seems like it would take forever to check out the project if it's always formatting the code. Yes, it could be done just for check-in. Then we would run into the problem of doing cvs diffs would not be too usefull if The version

DO NOT REPLY [Bug 12302] - Sporadic error in html:form action attribute

2003-01-06 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=12302. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

helping out

2003-01-06 Thread Afshartous, Nick
Hi, I'd like to try and help out and was wondering in what area help is most needed right now ? -- Nick

DO NOT REPLY [Bug 15827] New: - Data Source Configuration Generating Error on Deployment.

2003-01-06 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=15827. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 14749] - Action input not starting with '/' and not a valid forward will cause an internal server error

2003-01-06 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=14749. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Beta 3 PlugIn interface change

2003-01-06 Thread Matt Raible
I figured out the change in the PlugIn interface the hard way. BTW, I've made some recent improvements to Struts Menu, for supporting CoolMenus4 and role-based permissions. If you prod Scott a little, he might even push out a new release ;-) Matt -Original Message- From: news

RE: DynaActionFormClass.getDynaActionFormClass

2003-01-06 Thread Craig R. McClanahan
On Mon, 6 Jan 2003, Matt Raible wrote: Date: Mon, 6 Jan 2003 20:52:22 -0700 From: Matt Raible [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: RE: DynaActionFormClass.getDynaActionFormClass After looking at this

RE: DynaActionFormClass.getDynaActionFormClass [nevermind]

2003-01-06 Thread Matt Raible
Nevermind, this seems to work: FormBeanConfig cfg = mapping.getModuleConfig().findFormBeanConfig(Constants.REQUEST_KEY); DynaActionForm requestForm = (DynaActionForm) DynaActionFormClass.createDynaActionFormClass(cfg).newInstance(); Matt -Original Message- From:

DO NOT REPLY [Bug 15827] - Data Source Configuration Generating Error on Deployment.

2003-01-06 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=15827. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15816] - html:form focus in pages with several forms

2003-01-06 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=15816. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-struts/doc status.xml

2003-01-06 Thread craigmcc
craigmcc2003/01/06 20:27:20 Modified:doc status.xml Log: Fix bad link in the status page. PR: Bugzilla #15815 Submitted by: Hal Deadman hal.deadman at tallan.com Revision ChangesPath 1.24 +2 -2 jakarta-struts/doc/status.xml Index: status.xml

DO NOT REPLY [Bug 15815] - broken link to faces stuff on status page

2003-01-06 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=15815. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Struts Coding Standard

2003-01-06 Thread Martin Cooper
On Mon, 6 Jan 2003, Ted Husted wrote: The project is technically Jakarta, and it is explicitly stated: http://jakarta.apache.org/site/source.html Though, I suppose we could link to that from the roadmap. We do have to forbid tab characters since it screws up the CVS emailings otherwise.

Re: Struts Coding Standard

2003-01-06 Thread Martin Cooper
On Mon, 6 Jan 2003, Robert Leland wrote: I suggested before having the code automatically formatted when a checkin or checkout happens. Based on past experience, I'm not too comfortable with this idea. I had a similar experience to Craig, and also found that some things just didn't work out

Re: helping out

2003-01-06 Thread Martin Cooper
On Mon, 6 Jan 2003, Afshartous, Nick wrote: Hi, I'd like to try and help out and was wondering in what area help is most needed right now ? Here's a good place to start: http://jakarta.apache.org/struts/proposals/release-plan-1.1b3.html Take a look at the section entitled Bugs To Be

cvs commit: jakarta-struts/src/share/org/apache/struts/plugins - New directory

2003-01-06 Thread craigmcc
craigmcc2003/01/06 21:02:35 jakarta-struts/src/share/org/apache/struts/plugins - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-struts/contrib/struts-el build.xml

2003-01-06 Thread martinc
martinc 2003/01/06 21:42:56 Modified:.build.xml contrib/scaffold build.xml contrib/struts-el build.xml Log: Dynamically specify the end year for JavaDoc copyright notices, so that we don't have to update the build script each year. Many

cvs commit: jakarta-struts/contrib/struts-el/doc/stylesheets proposals.xsl struts.xsl

2003-01-06 Thread martinc
martinc 2003/01/06 21:50:12 Modified:contrib/struts-el/doc/stylesheets proposals.xsl struts.xsl Log: Fix line ends. Revision ChangesPath 1.2 +318 -318 jakarta-struts/contrib/struts-el/doc/stylesheets/proposals.xsl Index: proposals.xsl

cvs commit: jakarta-struts/doc/stylesheets faqs.xsl news.xsl proposals.xsl resources.xsl struts.xsl userGuide.xsl

2003-01-06 Thread martinc
martinc 2003/01/06 21:57:37 Modified:contrib/struts-el/doc/stylesheets proposals.xsl struts.xsl userGuide.xsl doc/stylesheets faqs.xsl news.xsl proposals.xsl resources.xsl struts.xsl userGuide.xsl Log: Update end year

DO NOT REPLY [Bug 12302] - Sporadic error in html:form action attribute

2003-01-06 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=12302. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-struts/web/example/WEB-INF struts-config.xml

2003-01-06 Thread craigmcc
craigmcc2003/01/06 22:14:59 Modified:src/share/org/apache/struts/action ActionResources.properties web/example/WEB-INF struts-config.xml Added: src/share/org/apache/struts/plugins ModuleConfigVerifier.java Log:

DO NOT REPLY [Bug 12302] - Sporadic error in html:form action attribute

2003-01-06 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=12302. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionErrors.java ActionFormBeans.java ActionForwards.java ActionMappings.java ActionMessages.java ExceptionHandler.java ForwardingActionForward.java RedirectingActionForward.java RequestActionMapping.java SessionActionMapping.java

2003-01-06 Thread martinc
martinc 2003/01/06 22:32:26 Modified:src/share/org/apache/struts/action ActionErrors.java ActionFormBeans.java ActionForwards.java ActionMappings.java ActionMessages.java ExceptionHandler.java