[
https://issues.apache.org/jira/browse/WW-4885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16225006#comment-16225006
]
Lukasz Lenart commented on WW-4885:
-----------------------------------
You have hardcoded paths to the {{simple}} theme, see {{text.ftl}}
{code}
<#include "/${parameters.templateDir}/simple/text.ftl" />
{code}
You should rather user a theme expensaion
{code}
<#include "/${parameters.templateDir}/${parameters.expandTheme}/text.ftl" />
{code}
http://struts.apache.org/tag-developers/extending-themes.html#special-parameters
> No validations happening after upgrading to Struts 2.5.12
> ---------------------------------------------------------
>
> Key: WW-4885
> URL: https://issues.apache.org/jira/browse/WW-4885
> Project: Struts 2
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.5.12, 2.5.13
> Reporter: Prasann Grampurohit
> Attachments: TestStruts.zip
>
>
> Hi,
> I have upgraded one of the project from Struts 2.3.x to 2.5.12. After this I
> see that the validations are not working. It is all fine in version 2.3. I
> debug the stack in validate method in action and see it has no field errors
> added.
> I have created a sample project to test this and validations are not
> happening there too. Could you please help with this? I have attached the
> sample project.
> Thanks,
> Prasann
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)