DO NOT REPLY [Bug 11950] - Missing script in generated javascipt

2002-10-23 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=11950. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13878] New: - Form tag eats action value with default servlet mapping

2002-10-23 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=13878. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13853] - Change Tiles CompContext Request Attribute Name

2002-10-23 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=13853. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

HTML formatting of newline characters with bean:write tag

2002-10-23 Thread Inge Solvoll
When outputting text with the bean:write tag, it can be text that was entered by a user in a textarea. The text is submitted with \n (linefeed) characters, and in most cases that I can think of, these linefeeds should be preserved when outputted in HTML. Why isn't all newline characters

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

2002-10-23 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: [VOTE] James Mitchell as Struts Committer

2002-10-23 Thread Eddie Bush
Not that you need it now :-) but +1 Ted Husted wrote: James Mitchell has been a long-time contributor of good ideas as well as patches on the developer list. He is also generous with his help on the user list. I believe it's time that we nominated James as a Committer. After all, we can

Why is there DynaValidatorActionForm and DynaValidatorForm??

2002-10-23 Thread James Holmes
Just curious why there are 2 classes? Seems like the DynaValidatorActionForm could go away. It simply overrides the validate() method in the parent. Why do we need 2 implementations of validate()? -james __ Do you Yahoo!? Y! Web Hosting - Let

DO NOT REPLY [Bug 13765] - fail to reconnect after the database was down and back up again.

2002-10-23 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=13765. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: HTML formatting of newline characters with bean:write tag

2002-10-23 Thread Craig R. McClanahan
Can't you just embed your bean:write tag inside a pre element and get the same effect? Craig On Wed, 23 Oct 2002, Inge Solvoll wrote: Date: Wed, 23 Oct 2002 14:25:48 +0200 From: Inge Solvoll [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED]

[docs] how to get into Struts Resources?

2002-10-23 Thread Thomas L Roche
WebSphere Studio has Struts tooling, so we'd like to put a link-and-a-blurb on http://jakarta.apache.org/struts/resources/guis.html How should we do this? -- To unsubscribe, e-mail: mailto:struts-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail:

Re: HTML formatting of newline characters with bean:write tag

2002-10-23 Thread Arron Bates
Craig R. McClanahan wrote: Can't you just embed your bean:write tag inside a pre element and get the same effect? Craig pre opens a can of worms if the designers/managers are picky. For one, it roots the browsers ability to word wrap. Use a regex in your action code or some funky tag and

Re: [docs] how to get into Struts Resources?

2002-10-23 Thread James Holmes
submit a documentation enhancement request in Bugzilla. See the section on the below page called Contributing Patches to Code or Documentation. http://jakarta.apache.org/struts/ -james --- Thomas L Roche [EMAIL PROTECTED] wrote: WebSphere Studio has Struts tooling, so we'd like to put a

Re: [docs] how to get into Struts Resources?

2002-10-23 Thread Arron Bates
Thomas L Roche wrote: WebSphere Studio has Struts tooling, so we'd like to put a link-and-a-blurb on http://jakarta.apache.org/struts/resources/guis.html How should we do this? Ask nicely. :) ...and log a docco enhancement in bugzilla. Arron. -- To unsubscribe, e-mail:

RE: HTML formatting of newline characters with bean:write tag

2002-10-23 Thread Geddes, Mark (ANTS)
Or redisplay in a textarea? -Original Message- From: Arron Bates [mailto:struts-dev;keyboardmonkey.com] Sent: 23 October 2002 17:20 To: Struts Developers List Subject: Re: HTML formatting of newline characters with bean:write tag Craig R. McClanahan wrote: Can't you just embed your

Re: HTML formatting of newline characters with bean:write tag

2002-10-23 Thread David Graham
If this is a common problem, maybe we could add a method to Action like breakNewLines(String) that does this transformation. The bean:write tag should not do any transformation, just display what it's given. What do you think? Dave From: Arron Bates [EMAIL PROTECTED] Reply-To: Struts

Re: HTML formatting of newline characters with bean:write tag

2002-10-23 Thread Eddie Bush
There are already taglibs that do this transformation, aren't there? Doesn't the taglibs project have things that address this? Is there a way to do this using the JSTL (Martin?)? David Graham wrote: If this is a common problem, maybe we could add a method to Action like

Re: Why is there DynaValidatorActionForm and DynaValidatorForm??

2002-10-23 Thread Ted Husted
It's a little odd. Somebody wanted to key on the action path rather than the attribute, and so David accomodated by providing the other class. A better way to go would be some type of switch as we have for whether action input is a path or a forward name. -Ted. 10/23/2002 11:17:09 AM,

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested NestedPropertyHelper.java

2002-10-23 Thread arron
arron 2002/10/23 10:11:42 Modified:src/share/org/apache/struts/taglib/nested NestedPropertyHelper.java Log: Making the tags keep on ticking even if they weren't supplied with a property property. Bug 11574. Reported and fixed by Steve Byrne

Re: HTML formatting of newline characters with bean:write tag

2002-10-23 Thread Craig R. McClanahan
On Thu, 24 Oct 2002, Arron Bates wrote: Date: Thu, 24 Oct 2002 02:20:12 +1000 From: Arron Bates [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: HTML formatting of newline characters with bean:write tag Craig

Re: Why is there DynaValidatorActionForm and DynaValidatorForm??

2002-10-23 Thread James Holmes
Ok, so should we update DynaValidatorForm and deprecate DynaValidatorActionForm? -james --- Ted Husted [EMAIL PROTECTED] wrote: It's a little odd. Somebody wanted to key on the action path rather than the attribute, and so David accomodated by providing the other class. A better way

DO NOT REPLY [Bug 11574] - Nested logic tags are brittle

2002-10-23 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=11574. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-struts/doc/userGuide struts-nested.xml

2002-10-23 Thread arron
arron 2002/10/23 10:29:43 Modified:doc/userGuide struts-nested.xml Log: updating the site docco to turn off the empty table in the empty attribute docco handled in the super-tag. Revision ChangesPath 1.12 +2 -2 jakarta-struts/doc/userGuide/struts-nested.xml

Re: HTML formatting of newline characters with bean:write tag

2002-10-23 Thread Arron Bates
Craig R. McClanahan wrote: On Thu, 24 Oct 2002, Arron Bates wrote: Date: Thu, 24 Oct 2002 02:20:12 +1000 From: Arron Bates [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: HTML formatting of newline characters with

AppException

2002-10-23 Thread David Graham
From browsing the archives and looking at source code I'm still a bit confused about AppException. It seems like the only benefit it provides is to let you specify a message key and replacement values for the error message. Is that right? I'm concerned about application exceptions extending

Re: HTML formatting of newline characters with bean:write tag

2002-10-23 Thread Eddie Bush
Let me correct myself. It does not appear there is such an animal in taglibs at this point in time. There was someone wanting c:out to provide this behavior, and the response was that the string taglib may provide this functionality in the future. You may wish to join taglibs-user or

Re: HTML, XML, XHTML and html:html

2002-10-23 Thread Antoni Reus
Hi, sorry for the late answer, but I'm in GMT+1 ;-) A Dimecres 23 Octubre 2002 04:01, Craig R. McClanahan va escriure: On Tue, 22 Oct 2002, Antoni Reus wrote: [snip] As you could expect I would like to see this in 1.1 controlled by the xhtml attribute!! This result has two

RE: HTML formatting of newline characters with bean:write tag

2002-10-23 Thread edgar
Wouldn't the solution be, rather than rewriting the bean:write tag, be for *someone* to write a tag which in the processing of the body substitutes \n for br /. You would use it like usertag:brbean:write property='' //usertag:br I have one which sticks in tr /tr after a given number

Re: HTML formatting of newline characters with bean:write tag

2002-10-23 Thread Antoni Reus
Hi, The tag replace in the string jakarta taglibs can do this look at: http://jakarta.apache.org/taglibs/doc/string-doc/index.html#replace I used it in a project, was something like: st:replace replace=\n with=lt;brgt; bean:write ./ /st:replace Salut, -- Antoni Reus A Dimecres 23

Re: HTML formatting of newline characters with bean:write tag

2002-10-23 Thread Eddie Bush
Yeah - I don't think Struts should be responsible for this either. As I said - check out Jakarta Taglibs. There is discussion of implementing this behavior in the string taglib I think. edgar wrote: Wouldn't the solution be, rather than rewriting the bean:write tag, be for *someone* to write

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html CheckboxTag.java

2002-10-23 Thread arron
arron 2002/10/23 11:54:49 Modified:src/share/org/apache/struts/taglib/html CheckboxTag.java Log: Bug 13189. Allowing the checking state of a checkbox to be defined by the value rather than our pre-defined list of on values. Reported and fixed by Saxon D'Aubin.

DO NOT REPLY [Bug 13189] - html:checkbox tag should render checked if property equals value

2002-10-23 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=13189. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 11685] - Unsafe URLEncoding in RequestUtil

2002-10-23 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=11685. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13831] - Suggestion for bug 11865

2002-10-23 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=13831. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: HTML formatting of newline characters with bean:write tag

2002-10-23 Thread Clovis Yutaka Harada
(finally i have time to read this list :-) Hi people, There are many ways to get into similar problems (eg. when your source is in a database or e-mail or ...). Things like this may occur with other types of data also, when you have to display monetary, date and other values for example. So I

RE: Struts-EL - BUILD FAILED

2002-10-23 Thread Karr, David
Dunno. I've never tried to use relative paths myself. -Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Monday, October 21, 2002 11:46 AM To: Struts Developers List Subject: Re: Struts-EL - BUILD FAILED Ok - exploring that path. I need to know how the

[struts-el] HTML taglib

2002-10-23 Thread Eddie Bush
Is anyone else unable to compile JSPs which make use of the struts-html-el:html tag? I was changing some struts-html stuff over to use struts-html-el so I could just remove all references to struts-html (one less thing to refer to and I don't have to think about whether I can use EL or not -

RE: [struts-el] HTML taglib

2002-10-23 Thread Karr, David
Tell us what happened, Eddie. -Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Wednesday, October 23, 2002 1:41 PM To: Struts Developers List Subject: [struts-el] HTML taglib Is anyone else unable to compile JSPs which make use of the struts-html-el:html

DO NOT REPLY [Bug 12185] - HTML tags badly parsed in text/xml mode

2002-10-23 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=12185. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12185] - HTML tags badly parsed in text/xml mode

2002-10-23 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=12185. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 12185] - HTML tags badly parsed in text/xml mode

2002-10-23 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=12185. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Problem with modules

2002-10-23 Thread bachan s
Hi , I am trying to work with sub application(modules) in Struts 1.1 . I have made the following entry in my web.xml init-param param-nameconfig/param-name param-value/WEB-INF/conf/struts-default.xml/param-value /init-param

Re: Problem with modules

2002-10-23 Thread Craig R. McClanahan
On Wed, 23 Oct 2002, bachan s wrote: http://127.0.0.1:8080/struts-example/switch.do?prefix=modpage=index.do Change this to: http://127.0.0.1:8080/struts-example/switch.do?prefix=/modpage=index.do (i.e. the module prefix includes the preceeding slash, just like module-relative and

Indexed form Properties

2002-10-23 Thread Virgilio Lustre Jr.
Hello People, I am quite new to struts. and right now i am using 1.1. I have questions regarding creating indexed form elements... I want to be able to have multiple updateable objects. my jsp page... html:form action=/stockControlConfirm.do method=POST logic:iterate id=stock name=stockSearch

Re: [struts-el] HTML taglib

2002-10-23 Thread Eddie Bush
Ok - you asked for it. Note that this error *only* arises if I try to use the html tag (ELHtmlTag class). It occurs during page compilation - not during execution. index.jsp [-1:-1] java.lang.ExceptionInInitializerError at java.lang.Class.forName0(Native Method) at

Re: [struts-el] HTML taglib

2002-10-23 Thread Eddie Bush
Oh, btw, it does not matter if it is a page fragment or a full page. I think you noted that fragments can be problematic sometimes. I am using JDK 1.4_01 and Netbeans 3.4 - I suppose it could be related to one of those, but this is the only tag that seems to give me fits. -- Eddie Bush --

DO NOT REPLY [Bug 13871] New: - Form tag transforms URL

2002-10-23 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=13871. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [VOTE] James Mitchell as Struts Committer

2002-10-23 Thread Cedric Dumoulin
+1 Ted Husted wrote: James Mitchell has been a long-time contributor of good ideas as well as patches on the developer list. He is also generous with his help on the user list. I believe it's time that we nominated James as a Committer. After all, we can always use another Evangelist.

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

2002-10-23 Thread dmkarr
dmkarr 2002/10/23 22:08:06 Modified:contrib/struts-el/src/share/org/apache/strutsel/taglib/logic ELIterateTagBeanInfo.java Log: Removed reflection-based property descriptor (just to be consistent). Provided both getter and setter names, although getter is

cvs commit: jakarta-struts/contrib/struts-el/web/exercise-taglib logic-iterate.jsp

2002-10-23 Thread dmkarr
dmkarr 2002/10/23 22:08:45 Modified:contrib/struts-el/web/exercise-taglib logic-iterate.jsp Log: Added test for iterating over EL-valued collection. Revision ChangesPath 1.2 +13 -0 jakarta-struts/contrib/struts-el/web/exercise-taglib/logic-iterate.jsp

Re: [struts-el] HTML taglib

2002-10-23 Thread David M. Karr
Eddie == Eddie Bush [EMAIL PROTECTED] writes: Eddie Ok - you asked for it. Note that this error *only* arises if I try to use the Eddie html tag (ELHtmlTag class). It occurs during page compilation - Eddie not during execution. Eddie index.jsp [-1:-1]

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

2002-10-23 Thread dmkarr
dmkarr 2002/10/23 22:39:07 Added: contrib/struts-el/src/share/org/apache/strutsel/taglib/html package.html Log: first draft of html package description Revision ChangesPath 1.1

Re: Suggestions for placement of Struts-EL information in the use r gu ide?

2002-10-23 Thread David M. Karr
Ted == Ted Husted [EMAIL PROTECTED] writes: Ted 10/18/2002 11:11:47 AM, Karr, David [EMAIL PROTECTED] wrote: Will there be a straightforward (even if somewhat messy) way for me to generate a link from these pages to the package descriptions for the base library? That is, in