Iterate Tag uses EVAL_BODY_TAG and always buffers the body content - add option
to include the body
---
Key: STR-2937
URL: http://issues.apache.org/struts/browse/STR-2
[ http://issues.apache.org/struts/browse/SB-38?page=all ]
Antonio Petrelli reassigned SB-38:
--
Assignee: Antonio Petrelli
> Inserting a definition results to a NullPointerException
>
>
>
[ http://issues.apache.org/struts/browse/SB-38?page=all ]
Work on SB-38 started by Antonio Petrelli.
> Inserting a definition results to a NullPointerException
>
>
> Key: SB-38
> URL: http://issues.apach
[ http://issues.apache.org/struts/browse/SB-38?page=all ]
Work on SB-38 stopped by Antonio Petrelli.
> Inserting a definition results to a NullPointerException
>
>
> Key: SB-38
> URL: http://issues.apach
[ http://issues.apache.org/struts/browse/SB-38?page=all ]
Antonio Petrelli resolved SB-38.
Fix Version/s: 2.0
Resolution: Fixed
Before trying to get an attribute value, it is checked whether an instance of
ComponentContext has been registered.
Th
[
http://issues.apache.org/struts/browse/STR-1116?page=comments#action_38042 ]
Michael Jouravlev commented on STR-1116:
This change request (CR) is not about automatic call of the reset() method, it
is about being able to figure out whet
[
http://issues.apache.org/struts/browse/STR-1116?page=comments#action_38042 ]
Michael Jouravlev commented on STR-1116:
This change request (CR) is not about automatic call of the reset() method, it
is about being able to figure out whet
[ http://issues.apache.org/struts/browse/STR-904?page=all ]
Michael Jouravlev closed STR-904.
-
Resolution: Won't Fix
Struts 1 has enough dispatch actions. Struts 1.2.7 introduced ActionDispatcher,
while Struts 1.2.9 introduced EventActionDispatcher and
[
http://issues.apache.org/struts/browse/STR-1906?page=comments#action_38044 ]
Michael Jouravlev commented on STR-1906:
I suggest closing this issue with "Won't Fix".
HTML spec does not define a specific behavior for the "default submit"
[
http://issues.apache.org/struts/browse/STR-1906?page=comments#action_38044 ]
Michael Jouravlev commented on STR-1906:
I suggest closing this issue with "Won't Fix".
HTML spec does not define a specific behavior for the "default submit"
[ http://issues.apache.org/struts/browse/STR-2167?page=all ]
Michael Jouravlev closed STR-2167.
--
Resolution: Won't Fix
Assignee: (was: Struts Developers)
Existing Action.execute() contract cannot be changed because it would break
backward com
[
http://issues.apache.org/struts/browse/STR-2197?page=comments#action_38046 ]
Michael Jouravlev commented on STR-2197:
I suggest using predefined constants like webapproot, actionroot, jsproot,
cssroot, etc as well as user-defined param
[
http://issues.apache.org/struts/browse/STR-2197?page=comments#action_38046 ]
Michael Jouravlev commented on STR-2197:
I suggest using predefined constants like webapproot, actionroot, jsproot,
cssroot, etc as well as user-defined param
xhtml form-close-validate.ftl template has incorrect regex validation
-
Key: WW-1419
URL: http://issues.apache.org/struts/browse/WW-1419
Project: Struts 2
Issue Type: Bug
[ http://issues.apache.org/struts/browse/WW-1419?page=all ]
Josh Foure updated WW-1419:
---
Priority: Minor (was: Major)
> xhtml form-close-validate.ftl template has incorrect regex validation
> ---
[ http://issues.apache.org/struts/browse/STR-2211?page=all ]
Michael Jouravlev closed STR-2211.
--
Resolution: Won't Fix
Assignee: (was: Struts Developers)
Agree with Mike. Beans are searched in page->request->session->app sequence,
same with J
[ http://issues.apache.org/struts/browse/STR-2278?page=all ]
Michael Jouravlev closed STR-2278.
--
Resolution: Won't Fix
Assignee: (was: Struts Developers)
Closing with "Won't Fix". This is a well-known gotcha described in the
documentation.
>
[
http://issues.apache.org/struts/browse/STR-2314?page=comments#action_38049 ]
Michael Jouravlev commented on STR-2314:
It is possible to use several HTML forms on a page, each tied to a separate
action mapping and to a separate ActionFo
[
http://issues.apache.org/struts/browse/STR-2314?page=comments#action_38049 ]
Michael Jouravlev commented on STR-2314:
It is possible to use several HTML forms on a page, each tied to a separate
action mapping and to a separate ActionFo
[
http://issues.apache.org/struts/browse/STR-2844?page=comments#action_38050 ]
Michael Jouravlev commented on STR-2844:
Struts uses standard Java property files for resources. Java property files use
ASCII only. While your extension brea
[
http://issues.apache.org/struts/browse/STR-2365?page=comments#action_38051 ]
Michael Jouravlev commented on STR-2365:
Struts 1.2.7+ has ActionDispatcher that allows to use dispatch functionality
while extending an action from a custom
[
http://issues.apache.org/struts/browse/STR-2601?page=comments#action_38052 ]
Michael Jouravlev commented on STR-2601:
I suggest clearly stating that Struts tags with functionality similar to JSTL
tags should be deprecated, and JSTL sho
[
http://issues.apache.org/struts/browse/STR-2601?page=comments#action_38052 ]
Michael Jouravlev commented on STR-2601:
I suggest clearly stating that Struts tags with functionality similar to JSTL
tags should be deprecated, and JSTL sho
[ http://issues.apache.org/struts/browse/STR-1464?page=all ]
Michael Jouravlev closed STR-1464.
--
Resolution: Won't Fix
Assignee: (was: Struts Developers)
Struts 1.2.9+ provides ways to solve the issues related to this bug. Use
EventDispatchAc
[
http://issues.apache.org/struts/browse/STR-2864?page=comments#action_38054 ]
Paul Benedict commented on STR-2864:
The current code just logs when an action config is going to be overwritten:
if (actionConfigs.containsKey(key)) {
Use default struts-config.xml stored in classloader path like chain-config.xml
--
Key: STR-2938
URL: http://issues.apache.org/struts/browse/STR-2938
Project: Struts 1
[ http://issues.apache.org/struts/browse/STR-2938?page=all ]
Michael Jouravlev closed STR-2938.
--
Resolution: Not A Problem
Oops. Did not think about how I will be resolving URL to Action class. Closing.
Not a problem.
> Use default struts-config.xml s
[
http://issues.apache.org/struts/browse/STR-2938?page=comments#action_38058 ]
Wendy Smoak commented on STR-2938:
--
How to resolve a URL to an Action? Wildcards!Let's reopen it. :)
> Use default struts-config.xml stored in classloader pat
[
http://issues.apache.org/struts/browse/STR-2938?page=comments#action_38059 ]
Paul Benedict commented on STR-2938:
I think this is a good idea. It surely be a minimal configuration, but give it
a shot.
> Use default struts-config.xml store
[
http://issues.apache.org/struts/browse/STR-1170?page=comments#action_38060 ]
Paul Benedict commented on STR-1170:
Good idea but (perhaps) awkard solution. I believe forwards should always have
the same destination -- regardless of locale -
[
http://issues.apache.org/struts/browse/STR-1170?page=comments#action_38061 ]
Ted Husted commented on STR-1170:
-
I would suggest that because the forwards are "logical" outcomes, rather than
"physical" locations, then forwards should observe th
[ http://issues.apache.org/struts/browse/STR-2938?page=all ]
Michael Jouravlev reopened STR-2938:
Reopening, thanks Wendy for the tip on wildcards.
Here is my idea of simple zero-configuration: one of the reasons is simpler
learning proc
32 matches
Mail list logo