Re: WW-3291. Checkin and moving forward...

2009-11-07 Thread Musachy Barroso
I am sorry, I was to excited about the JUEL plugin and totally forgot about it. If you have additional changes, create a new patch and I will merge that one. musachy On Fri, Nov 6, 2009 at 9:40 AM, Christian Stone wrote: > I was wondering if you had a chance to commit the patch I submitted with

Re: WW-3291. Checkin and moving forward...

2009-11-07 Thread Christian Stone
I was wondering if you had a chance to commit the patch I submitted with this bug [WW-3291]. I did more work in the project with another issue (using freemarker and velocity templates interchangeably as decorators with the same *full* value stack) and wish to push that. Since both bugs ta

Re: WW-3291. What should I do to help move this issue forward.

2009-10-27 Thread Lukasz Lenart
2009/10/27 Musachy Barroso : > usually just wait until one of those lazy struts committers merge the > patch :). I can take a look at it and merge it into trunk on the > weekend. Lazy? I'm still a bit afraid to make a change into Struts2 code base ;-) Regards -- Lukasz http://www.lenart.org.pl/

Re: WW-3291. What should I do to help move this issue forward.

2009-10-27 Thread Musachy Barroso
usually just wait until one of those lazy struts committers merge the patch :). I can take a look at it and merge it into trunk on the weekend. On a separate note, now that Sitemesh is more modular and reusable, is it possible to write some tests for it? musachy On Tue, Oct 27, 2009 at 10:13 AM,

Re: WW-3291. What should I do to help move this issue forward.

2009-10-27 Thread Christian Stone
I am asking simply because I have other bug fixes in the same codebase, and I want to resolve one before I complete and build a patch for the other. However, I do not have a possibility of marking the bug resolved or to actually apply the patch to the codebase (I have not checked but I dou

Re: getRequestURI() for Struts 1.1 app in WebSphere 5.1 returns query string if query string is appended in path of forward in struts-config.xml

2009-05-14 Thread Randy Burgess
mule_user > Reply-To: Struts Developers List > Date: Thu, 14 May 2009 13:47:12 -0700 (PDT) > To: > Subject: getRequestURI() for Struts 1.1 app in WebSphere 5.1 returns query > string if query string is appended in path of forward in struts-config.xml > > > I have to ma

Re: getRequestURI() for Struts 1.1 app in WebSphere 5.1 returns query string if query string is appended in path of forward in struts-config.xml

2009-05-14 Thread Philip Luppens
urns the query string > > In other words, if forward has request parameters, then > request.getRequestURI()  in Action class returns > /MyProjWeb/submit.do?my=Update > > According to specification, getRequestURI()  should not return query string. > According to specification, get

getRequestURI() for Struts 1.1 app in WebSphere 5.1 returns query string if query string is appended in path of forward in struts-config.xml

2009-05-14 Thread mule_user
I have to maintain Struts 1.1 application that will be running in WebSphere 5.1 (J2EE 1.3). If struts-config.xml has an entry like: then request.getRequestURI() returns the query string In other words, if forward has request parameters, then request.getRequestURI() in Action

Re: Difference between action and forward attribute in html:link tag

2008-10-02 Thread Antonio Petrelli
Please ask it to the Struts Users mailing list: http://struts.apache.org/mail.html Antonio 2008/10/2 deksa <[EMAIL PROTECTED]>: > > Why is it, when I use html:link tag's action attribute, I get my form > validated on the initial view (for the first time) and if I use html:

Difference between action and forward attribute in html:link tag

2008-10-02 Thread deksa
Why is it, when I use html:link tag's action attribute, I get my form validated on the initial view (for the first time) and if I use html:link tag's forward attribute, I don't get that behaviour? I am using Struts 1.3.8. I am using modules I am using Tiles I am using Struts Vali

Re: Form submision after return forward out of action

2008-03-06 Thread Dave Newton
xt"; document.form.submit();} > > in the jsp i have to make sure > that no value gets in there that i don't set. > > Then it goes through the action class and i null out the button on the form > if its set to next which it does > form.setButton(null); > &g

Form submision after return forward out of action

2008-03-06 Thread phowells
t which it does form.setButton(null); but then after i return the forward, the button gets set again to the value Next again by the utils and then when i click on a link to another page, using the a tag with href=javascript:location="xxx.do" and the form validation hits again and is saving the e

DO NOT REPLY [Bug 18799] - using with a global-forward to a tile

2008-01-31 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

Re: [user-question] Forward back to the page you came from

2006-09-01 Thread Thomas Hamacher
the case it checks for the authentification and authorization. If one of these checks fail I redirect to a loginPage referenced through a global forward. If I could save the original ActionConfig in this loginPage, I could redirect the user to the page he originally wanted to go, if the login

Re: [user-question] Forward back to the page you came from

2006-08-31 Thread Paul Benedict
what I call business actions. Because they perform some heavy operation and then forward off to some view. My editPerson is an action specifically for viewing data; it takes data already loaded and saves it. Which of these would be "pages"? only editPerson, imo, since it's purpo

Re: [user-question] Forward back to the page you came from

2006-08-31 Thread Don Brown
m: My question is: Does the struts-framework provide a possibility to forward back to the page you came from? I can´t believe, that I´m the only one, who has this problem and I don´t think there is no struts-conform solution. Let me give you the following scenarios so that you know what I´m talking a

Re: [user-question] Forward back to the page you came from

2006-08-31 Thread Thomas Hamacher
ce else I might find a solution to > > this problem: > > > > My question is: Does the struts-framework provide a possibility to > > forward back to the page you came from? > > > > I can´t believe, that I´m the only one, who has this problem and I don´t > > think t

Re: [user-question] Forward back to the page you came from

2006-08-30 Thread Michael Jouravlev
ot. So I´m sorry, if I use the developers-list for a stupid user-question, but I don´t know any place else I might find a solution to this problem: My question is: Does the struts-framework provide a possibility to forward back to the page you came from? I can´t believe, that I´m the only one, w

Re: [user-question] Forward back to the page you came from

2006-08-30 Thread Paul Benedict
elopers-list for a stupid user-question, but I don´t know any place else I might find a solution to this problem: My question is: Does the struts-framework provide a possibility to forward back to the page you came from? I can´t believe, that I´m the only one, who has this problem and I don´t

Re: [user-question] Forward back to the page you came from

2006-08-30 Thread Ted Husted
My question is: Does the struts-framework provide a possibility to forward back to the page you came from? Not as a standard feature, no. It's come up several times over the year, but, AFAIK, no one has contributed an elegant solution. When implementing the use case myself for Struts 1,

[user-question] Forward back to the page you came from

2006-08-30 Thread Thomas Hamacher
user-question, but I don´t know any place else I might find a solution to this problem: My question is: Does the struts-framework provide a possibility to forward back to the page you came from? I can´t believe, that I´m the only one, who has this problem and I don´t think there is no struts

[jira] Updated: (WW-1302) UrlHelper omits a forward slash when supplied a relative URL and the scheme changes

2006-04-27 Thread Erik Pilz (JIRA)
[ http://issues.apache.org/struts/browse/WW-1302?page=all ] Erik Pilz updated WW-1302: -- Attachment: UrlHelperTest.patch The original patch for UrlHelperTest was for WW-1301. Please use the updated file. Sorry about that. > UrlHelper omits a forward sl

[jira] Commented: (WW-1302) UrlHelper omits a forward slash when supplied a relative URL and the scheme changes

2006-04-27 Thread Erik Pilz (JIRA)
[ http://issues.apache.org/struts/browse/WW-1302?page=comments#action_37219 ] Erik Pilz commented on WW-1302: --- The UrlHelper.patch file that is attached to WW-1301 fixes this issue. > UrlHelper omits a forward slash when supplied a relative URL and

[jira] Updated: (WW-1302) UrlHelper omits a forward slash when supplied a relative URL and the scheme changes

2006-04-27 Thread Erik Pilz (JIRA)
[ http://issues.apache.org/struts/browse/WW-1302?page=all ] Erik Pilz updated WW-1302: -- Attachment: UrlHelperTest.patch The attached patch adds a test case to UrlHelperTest to illustrate the problem. > UrlHelper omits a forward slash when supplied a relat

[jira] Commented: (WW-1302) UrlHelper omits a forward slash when supplied a relative URL and the scheme changes

2006-04-27 Thread Erik Pilz (JIRA)
[ http://issues.apache.org/struts/browse/WW-1302?page=comments#action_37214 ] Erik Pilz commented on WW-1302: --- I should add that this problem affects WebWork 2.1.7 as well. > UrlHelper omits a forward slash when supplied a relative URL and the sch

[jira] Created: (WW-1302) UrlHelper omits a forward slash when supplied a relative URL and the scheme changes

2006-04-27 Thread Erik Pilz (JIRA)
UrlHelper omits a forward slash when supplied a relative URL and the scheme changes --- Key: WW-1302 URL: http://issues.apache.org/struts/browse/WW-1302 Project: Struts Action 2 Type

[jira] Reopened: (STR-1015) Action "input" not starting with '/' and not a valid forward will cause an internal server error

2006-04-25 Thread David Evans (JIRA)
[ http://issues.apache.org/struts/browse/STR-1015?page=all ] David Evans reopened STR-1015: -- Assign To: (was: Struts Developer Mailing List) > Action "input" not starting with '/' and not a valid forward will cause an

[jira] Closed: (STR-1015) Action "input" not starting with '/' and not a valid forward will cause an internal server error

2006-04-25 Thread David Evans (JIRA)
[ http://issues.apache.org/struts/browse/STR-1015?page=all ] David Evans closed STR-1015: Resolution: Fixed > Action "input" not starting with '/' and not a valid forward will cause an

[jira] Closed: (STR-72) Clean Way to Add Parameters to Redirecting Forward

2006-04-25 Thread David Evans (JIRA)
[ http://issues.apache.org/struts/browse/STR-72?page=all ] David Evans closed STR-72: -- Resolution: Fixed > Clean Way to Add Parameters to Redirecting Forward > -- > > Key: STR-72 &g

[jira] Reopened: (STR-72) Clean Way to Add Parameters to Redirecting Forward

2006-04-25 Thread David Evans (JIRA)
[ http://issues.apache.org/struts/browse/STR-72?page=all ] David Evans reopened STR-72: > Clean Way to Add Parameters to Redirecting Forward > -- > > Key: STR-72 >

[jira] Closed: (STR-1879) multipart/form-data loses all request parameters in action forward.

2006-04-24 Thread David Evans (JIRA)
[ http://issues.apache.org/struts/browse/STR-1879?page=all ] David Evans closed STR-1879: Resolution: Fixed > multipart/form-data loses all request parameters in action forw

[jira] Reopened: (STR-1879) multipart/form-data loses all request parameters in action forward.

2006-04-24 Thread David Evans (JIRA)
[ http://issues.apache.org/struts/browse/STR-1879?page=all ] David Evans reopened STR-1879: -- Assign To: David Evans (was: Struts Developer Mailing List) > multipart/form-data loses all request parameters in action forw

DO NOT REPLY [Bug 39213] - Wildcard action matcher does not set module in forward

2006-04-05 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

DO NOT REPLY [Bug 39213] New: - Wildcard action matcher does not set module in forward

2006-04-05 Thread bugzilla
gzilla/show_bug.cgi?id=39213 Summary: Wildcard action matcher does not set module in forward Product: Struts Version: Unknown Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component:

DO NOT REPLY [Bug 17306] - [validator] Extend tag with "forward" attribute for error page

2006-01-09 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

DO NOT REPLY [Bug 17306] - [validator] Extend tag with "forward" attribute for error page

2006-01-09 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

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

2005-12-11 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

DO NOT REPLY [Bug 26406] - amend example for wizard form (one big form) with forward and stay/backward steps

2005-12-11 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

DO NOT REPLY [Bug 26408] - Say which forward caused IllegalStateException

2005-12-11 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

DO NOT REPLY [Bug 22576] - how to forward control back to other than the input form (input poperty) when problem found in validate

2005-12-11 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

DO NOT REPLY [Bug 22004] - MalformedURLException: You must specify exactly one of "forward", "href", or "page"

2005-12-11 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

DO NOT REPLY [Bug 25434] - multipart/form-data loses all request parameters in action forward.

2005-12-11 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

DO NOT REPLY [Bug 866] - Clean Way to Add Parameters to Redirecting Forward

2005-12-11 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_bug.

DO NOT REPLY [Bug 32134] - Must use contextRelative to forward to Actions in Default module

2005-12-11 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

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

2005-12-11 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

DO NOT REPLY [Bug 32394] - [config] allow nocache attribute on a per forward basis and not only module-wide

2005-12-11 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

DO NOT REPLY [Bug 37778] - Enhance LocaleAction to customize forward

2005-12-11 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

DO NOT REPLY [Bug 13482] - exception declaration in forward/include action.

2005-12-11 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

DO NOT REPLY [Bug 26192] - forward element redirect and className attributes not honored

2005-12-11 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

DO NOT REPLY [Bug 32134] - Must use contextRelative to forward to Actions in Default module

2005-12-11 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

DO NOT REPLY [Bug 31374] - Forward path in Validator struts-config.xml in struts-examples incorrect

2005-12-11 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

DO NOT REPLY [Bug 26192] - forward element redirect and className attributes not honored

2005-12-11 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

DO NOT REPLY [Bug 13788] - Struts-EL: "bean:include" of a forward isn't covered in Struts-EL/JSTL

2005-12-11 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

DO NOT REPLY [Bug 18799] - using with a global-forward to a tile

2005-12-11 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

DO NOT REPLY [Bug 14183] - [taglib] html:img does not support forward attribute

2005-12-11 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

DO NOT REPLY [Bug 37778] - Enhance LocaleAction to customize forward

2005-12-03 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

DO NOT REPLY [Bug 37778] New: - Enhance LocaleAction to customize forward

2005-12-03 Thread bugzilla
gzilla/show_bug.cgi?id=37778 Summary: Enhance LocaleAction to customize forward Product: Struts Version: Unknown Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: Cont

DO NOT REPLY [Bug 33547] - [docs] document that landing on target anchors when coming from struts-config.xml 'forward path="/myAction.do"' declaration inside an action element only works if redire

2005-06-19 Thread bugzilla
s when coming |on target anchors when |from struts-config.xml |coming from struts- |'forward|config.xml 'forward |path="/myAction.do"'|path="/myAction.do"'

DO NOT REPLY [Bug 35361] - Throw exception when forward not found

2005-06-18 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

DO NOT REPLY [Bug 35361] - Throw exception when forward not found

2005-06-18 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

DO NOT REPLY [Bug 35361] - Throw exception when forward not found

2005-06-18 Thread bugzilla
gzilla/show_bug.cgi?id=35361 --- Additional Comments From [EMAIL PROTECTED] 2005-06-18 19:53 --- Well, I've overridden the forward-locating mechanism in more than half of my Struts apps, so I'm not sure I would consider it exceptional. ;-) Consider that I want to extend Struts

DO NOT REPLY [Bug 35361] - Throw exception when forward not found

2005-06-18 Thread bugzilla
at it isn't, although I can certainly envision where it would be useful. If it is more of an exceptional situation though, I would still say throwing the exception is more apppropriate the majority of he time. "...but I'd much prefer to see all of the 'get me a forward

DO NOT REPLY [Bug 32394] - [config] allow nocache attribute on a per forward basis and not only module-wide

2005-06-18 Thread bugzilla
gzilla/show_bug.cgi?id=32394 [EMAIL PROTECTED] changed: What|Removed |Added Summary|allow nocache attribute on a|[config] allow nocache |per forward basis a

DO NOT REPLY [Bug 35361] - Throw exception when forward not found

2005-06-17 Thread bugzilla
gzilla/show_bug.cgi?id=35361 --- Additional Comments From [EMAIL PROTECTED] 2005-06-18 08:45 --- "Can anyone think of a reason you would _want_ to get back a null?" Yes. I might want to look for a pre-configured forward, and, if one is not found, construct my own based on some oth

DO NOT REPLY [Bug 35361] - Throw exception when forward not found

2005-06-17 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

DO NOT REPLY [Bug 35361] New: - Throw exception when forward not found

2005-06-14 Thread bugzilla
gzilla/show_bug.cgi?id=35361 Summary: Throw exception when forward not found Product: Struts Version: Unknown Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Unknown Assi

DO NOT REPLY [Bug 14183] - [taglib] html:img does not support forward attribute

2005-06-12 Thread bugzilla
gzilla/show_bug.cgi?id=14183 [EMAIL PROTECTED] changed: What|Removed |Added Summary|html:img does not support |[taglib] html:img does not |forward att

DO NOT REPLY [Bug 14183] - html:img does not support forward attribute

2005-05-03 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

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

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

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

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

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

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

DO NOT REPLY [Bug 26408] - Say which forward caused IllegalStateException

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

DO NOT REPLY [Bug 866] - Clean Way to Add Parameters to Redirecting Forward

2005-04-01 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_bug.

Re: Action Forward class :

2005-02-22 Thread Joe Germuska
rd (using "className" attribute) in forward tag..? Thanks and regards Rajasekaran Iyanu -- Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex -

Action Forward class :

2005-02-22 Thread Iyanu, Rajasekaran
Hi, Can anyone please revert back with the pros and cons of specifying a subclass of ActionForward (using "className" attribute) in forward tag..? Thanks and regards Rajasekaran Iyanu

DO NOT REPLY [Bug 33644] - New action forward dispatch action

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

DO NOT REPLY [Bug 33644] - New action forward dispatch action

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

DO NOT REPLY [Bug 33644] New: - New action forward dispatch action

2005-02-18 Thread bugzilla
gzilla/show_bug.cgi?id=33644 Summary: New action forward dispatch action Product: Struts Version: 1.2.4 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: Standard A

DO NOT REPLY [Bug 33547] - document that landing on target anchors when coming from struts-config.xml 'forward path="/myAction.do"' declaration inside an action element only works if redirect="true"

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

DO NOT REPLY [Bug 33547] - document that landing on target anchors when coming from struts-config.xml 'forward path="/myAction.do"' declaration inside an action element only works if redirect="true"

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

DO NOT REPLY [Bug 866] - Clean Way to Add Parameters to Redirecting Forward

2005-02-14 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_bug.

DO NOT REPLY [Bug 33547] - document that landing on target anchors when coming from struts-config.xml 'forward path="/myAction.do"' declaration inside an action element only works if redirect="true"

2005-02-14 Thread bugzilla
g from|target anchors when coming |struts-config.xml "forward" |from struts-config.xml |declaration inside an action|'forward |element |path="/myAction.do"' |

DO NOT REPLY [Bug 33547] New: - enable to land on target anchors when coming from struts-config.xml "forward" declaration inside an action element

2005-02-13 Thread bugzilla
gzilla/show_bug.cgi?id=33547 Summary: enable to land on target anchors when coming from struts-config.xml "forward" declaration inside an action element Product: Struts Version: 1.2.4 Platform: PC

DO NOT REPLY [Bug 866] - Clean Way to Add Parameters to Redirecting Forward

2005-02-11 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_bug.

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

2005-02-04 Thread Joe Germuska
7;ll make these two fixes you've suggested. Joe At 10:17 AM +0100 2/4/05, Wolfgang Gehner wrote: 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

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

DO NOT REPLY [Bug 866] - Clean Way to Add Parameters to Redirecting Forward

2004-12-23 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_bug.

DO NOT REPLY [Bug 866] - Clean Way to Add Parameters to Redirecting Forward

2004-12-22 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_bug.

DO NOT REPLY [Bug 866] - Clean Way to Add Parameters to Redirecting Forward

2004-12-22 Thread bugzilla
scope before the re-direct and then remove them afterwards. That seems a more straight forward solution and there is a saveMessages() method in Action which stores and removes them from the session. IMO it would be neat to be able to specify parameters for a forward in the struts-config. Somethin

DO NOT REPLY [Bug 866] - Clean Way to Add Parameters to Redirecting Forward

2004-12-22 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_bug.

DO NOT REPLY [Bug 866] - Clean Way to Add Parameters to Redirecting Forward

2004-12-22 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_bug.

DO NOT REPLY [Bug 866] - Clean Way to Add Parameters to Redirecting Forward

2004-12-22 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_bug.

DO NOT REPLY [Bug 866] - Clean Way to Add Parameters to Redirecting Forward

2004-12-21 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_bug.

DO NOT REPLY [Bug 866] - Clean Way to Add Parameters to Redirecting Forward

2004-12-21 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_bug.

DO NOT REPLY [Bug 32628] - Wildcard support in global forward declarations (and possibly other places)

2004-12-21 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

DO NOT REPLY [Bug 32628] - Wildcard support in global forward declarations (and possibly other places)

2004-12-21 Thread bugzilla
gzilla/show_bug.cgi?id=32628 --- Additional Comments From [EMAIL PROTECTED] 2004-12-22 04:35 --- I like this idea, but it makes it impossible to determine which value to replace. If wildcards are used in the @path attribute, AND in the forward name, which matched value do we replace in the

DO NOT REPLY [Bug 866] - Clean Way to Add Parameters to Redirecting Forward

2004-12-21 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_bug.

DO NOT REPLY [Bug 866] - Clean Way to Add Parameters to Redirecting Forward

2004-12-21 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_bug.

DO NOT REPLY [Bug 32628] New: - Wildcard support in global forward declarations (and possibly other places)

2004-12-09 Thread bugzilla
gzilla/show_bug.cgi?id=32628 Summary: Wildcard support in global forward declarations (and possibly other places) Product: Struts Version: 1.2.4 Platform: All OS/Version: All Status: NEW Severity: enhan

DO NOT REPLY [Bug 32394] New: - allow nocache attribute on a per forward basis and not only module-wide

2004-11-25 Thread bugzilla
gzilla/show_bug.cgi?id=32394 Summary: allow nocache attribute on a per forward basis and not only module-wide Product: Struts Version: 1.2.4 Platform: PC OS/Version: All Status: NEW Severity: enhan

  1   2   >