You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Matt Raible (JIRA)" <ji...@apache.org> on 2006/09/01 05:40:31 UTC

[jira] Created: (WW-1428) Error message needs updating, says webwork.devMode - should be struts.devMode

Error message needs updating, says webwork.devMode - should be struts.devMode
-----------------------------------------------------------------------------

                 Key: WW-1428
                 URL: http://issues.apache.org/struts/browse/WW-1428
             Project: Struts 2
          Issue Type: Bug
          Components: Interceptors
    Affects Versions: 2.0.0
            Reporter: Matt Raible


ERROR - ParametersInterceptor.setParameters(143) | Developer Notification (set webwork.devMode to false to disable this message):

Should be struts.devMode.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WW-1428) Error message needs updating, says webwork.devMode - should be struts.devMode

Posted by "Matt Raible (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1428?page=comments#action_38108 ] 
            
Matt Raible commented on WW-1428:
---------------------------------

This appears to be a message from xwork:

alotta:~/dev/xwork2 mraible$ grep -r "webwork.devMode to false" .
./src/java/com/opensymphony/xwork2/interceptor/.svn/text-base/ParametersInterceptor.java.svn-base:                        String developerNotification = LocalizedTextUtil.findText(ParametersInterceptor.class, "webwork.messages.devmode.notification", ActionContext.getContext().getLocale(), "Developer Notification (set webwork.devMode to false to disable this message):\n{0}", new Object[]{
./src/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java:                        String developerNotification = LocalizedTextUtil.findText(ParametersInterceptor.class, "webwork.messages.devmode.notification", ActionContext.getContext().getLocale(), "Developer Notification (set webwork.devMode to false to disable this message):\n{0}", new Object[]{

I thought xwork wasn't supposed to be aware of upper-level libraries? ;-)

> Error message needs updating, says webwork.devMode - should be struts.devMode
> -----------------------------------------------------------------------------
>
>                 Key: WW-1428
>                 URL: http://issues.apache.org/struts/browse/WW-1428
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Interceptors
>    Affects Versions: 2.0.0
>            Reporter: Matt Raible
>
> ERROR - ParametersInterceptor.setParameters(143) | Developer Notification (set webwork.devMode to false to disable this message):
> Should be struts.devMode.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (WW-1428) Error message needs updating, says webwork.devMode - should be struts.devMode

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1428?page=all ]

Don Brown resolved WW-1428.
---------------------------

    Fix Version/s: 2.0.2
                       (was: Future)
       Resolution: Fixed
         Assignee: Don Brown

Fixed in XWork

> Error message needs updating, says webwork.devMode - should be struts.devMode
> -----------------------------------------------------------------------------
>
>                 Key: WW-1428
>                 URL: http://issues.apache.org/struts/browse/WW-1428
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Interceptors
>            Reporter: Matt Raible
>         Assigned To: Don Brown
>             Fix For: 2.0.2
>
>
> ERROR - ParametersInterceptor.setParameters(143) | Developer Notification (set webwork.devMode to false to disable this message):
> Should be struts.devMode.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WW-1428) Error message needs updating, says webwork.devMode - should be struts.devMode

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1428?page=all ]

Don Brown updated WW-1428:
--------------------------

        Fix Version/s: 2.0.1
    Affects Version/s:     (was: 2.0.0)

Leaving this ticket here to remind us to work on it for xwork

> Error message needs updating, says webwork.devMode - should be struts.devMode
> -----------------------------------------------------------------------------
>
>                 Key: WW-1428
>                 URL: http://issues.apache.org/struts/browse/WW-1428
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Interceptors
>            Reporter: Matt Raible
>             Fix For: 2.0.1
>
>
> ERROR - ParametersInterceptor.setParameters(143) | Developer Notification (set webwork.devMode to false to disable this message):
> Should be struts.devMode.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (WW-1428) Error message needs updating, says webwork.devMode - should be struts.devMode

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1428?page=all ]

Ted Husted updated WW-1428:
---------------------------

    Fix Version/s: Future
                       (was: 2.0.1)

> Error message needs updating, says webwork.devMode - should be struts.devMode
> -----------------------------------------------------------------------------
>
>                 Key: WW-1428
>                 URL: http://issues.apache.org/struts/browse/WW-1428
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Interceptors
>            Reporter: Matt Raible
>             Fix For: Future
>
>
> ERROR - ParametersInterceptor.setParameters(143) | Developer Notification (set webwork.devMode to false to disable this message):
> Should be struts.devMode.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WW-1428) Error message needs updating, says webwork.devMode - should be struts.devMode

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1428?page=comments#action_38189 ] 
            
Don Brown commented on WW-1428:
-------------------------------

Hmm...this seems to be a bigger problem that this one case.  Apparently WebWork is referenced in many places in the code, comments, and error messages.

> Error message needs updating, says webwork.devMode - should be struts.devMode
> -----------------------------------------------------------------------------
>
>                 Key: WW-1428
>                 URL: http://issues.apache.org/struts/browse/WW-1428
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Interceptors
>    Affects Versions: 2.0.0
>            Reporter: Matt Raible
>
> ERROR - ParametersInterceptor.setParameters(143) | Developer Notification (set webwork.devMode to false to disable this message):
> Should be struts.devMode.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WW-1428) Error message needs updating, says webwork.devMode - should be struts.devMode

Posted by "Wendy Smoak (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1428?page=comments#action_38107 ] 
            
Wendy Smoak commented on WW-1428:
---------------------------------

I don't see that particular string, it may have been changed already.

The only instance of 'webwork' I can find is this:

core/src/main/java/org/apache/struts2/components/Debug.java: * @s.tag name="debug" tld-body-content="JSP" tld-tag-class="com.opensymphony.webwork.views.jsp.ui.DebugTag"

> Error message needs updating, says webwork.devMode - should be struts.devMode
> -----------------------------------------------------------------------------
>
>                 Key: WW-1428
>                 URL: http://issues.apache.org/struts/browse/WW-1428
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Interceptors
>    Affects Versions: 2.0.0
>            Reporter: Matt Raible
>
> ERROR - ParametersInterceptor.setParameters(143) | Developer Notification (set webwork.devMode to false to disable this message):
> Should be struts.devMode.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (WW-1428) Error message needs updating, says webwork.devMode - should be struts.devMode

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/struts/browse/WW-1428?page=comments#action_38191 ] 
            
Don Brown commented on WW-1428:
-------------------------------

See See http://jira.opensymphony.com/browse/XW-415

> Error message needs updating, says webwork.devMode - should be struts.devMode
> -----------------------------------------------------------------------------
>
>                 Key: WW-1428
>                 URL: http://issues.apache.org/struts/browse/WW-1428
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Interceptors
>            Reporter: Matt Raible
>             Fix For: 2.0.1
>
>
> ERROR - ParametersInterceptor.setParameters(143) | Developer Notification (set webwork.devMode to false to disable this message):
> Should be struts.devMode.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira