You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2014/07/28 17:31:40 UTC

[jira] [Resolved] (WW-3675) Plugin - Config Browser : Error when action extension is blank (Unnecessary comma in default location)

     [ https://issues.apache.org/jira/browse/WW-3675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart resolved WW-3675.
-------------------------------

    Resolution: Fixed

Already solved

> Plugin - Config Browser : Error when action extension is blank (Unnecessary comma in default location)
> ------------------------------------------------------------------------------------------------------
>
>                 Key: WW-3675
>                 URL: https://issues.apache.org/jira/browse/WW-3675
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Other
>            Reporter: liew
>            Priority: Minor
>             Fix For: 2.3.18
>
>
> Error occur when 
> [struts.xml]
> {code:xml}
>  <constant name="struts.action.extension" value=",," />
> {code}
> [/config-browser/]
> [Action information]
> Default location : namespace/actionName. (Unnecessary comma)
> Suggested solution
> In [/struts2-config-browser-plugin/config-browser/showConfig.ftl], replace
> {code}
> .${extension}
> {code}
> with 
> {code}
> <#if extension?has_content>.${extension}</#if>
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)