Re: From ??? Re: From ??? Re: Checkbox tag new attribute submitUnchecked

2022-11-09 Thread Britta Katzenbach
Thanks! I entered the ticket: https://issues.apache.org/jira/browse/WW-5260 As I described in the ticket, the best solution would be to stick with default value false, but offer a solution to change it via configuration. Kind regards, Britta Katzenbach

Re: From ??? Re: From ??? Re: Checkbox tag new attribute submitUnchecked

2022-11-09 Thread Britta Katzenbach
if you set the attribute in the tag. Best regards, Britta Britta Katzenbach _ e-Mail: katzenb...@liwa.de Dr. Lippke & Dr. Wagner GmbH Nassauische Str. 25 10717 Berlin Tel./Fax: +49 30 2147309-0 / 2 Geschäftsführer: Florian Schlittgen Regis

Re: From ??? Re: Checkbox tag new attribute submitUnchecked

2022-11-09 Thread Britta Katzenbach
if there is a short remark in the migration guide, that the attribute is added and its default value. Otherwise it is kind of hard to notice that the application is behaving differently. Kind regards, Britta Britta Katzenbach _ e-Mail: katzenb

Checkbox tag new attribute submitUnchecked

2022-11-09 Thread Britta Katzenbach
Hi, We are migrating from struts 2.5 to 6.0.3. You have implemented the new tag attribute submitUnchecked in the checkbox. The default value is false. Is there any way to set the attribute default value to true? Best regards, Britta Britta Katzenbach

ActionSupport implements Serializable

2022-03-16 Thread Britta Katzenbach
Hi, Can you please explain why ActionSupport needs to be serializable? Thanks and best regards, Britta Britta Katzenbach _ e-Mail: katzenb...@liwa.de Dr. Lippke & Dr. Wagner GmbH Nassauische Str. 25 10717 Berlin Tel./Fax: +49 30 21473

Problem Freemarker struts 2.5.27

2022-01-04 Thread Britta Katzenbach
Hi, When switching from struts 2.5.26 to 2.5.27 we get the following error: FreeMarker template error (HTML_DEBUG mode; use RETHROW in production!) Template inclusion failed (for parameter value "/Empty{name='templateDir'}/Empty{name='expandTheme'}/scripting-events.ftl"): Template not found fo

disallowProxyMemberAccess

2019-04-16 Thread Britta Katzenbach
think it will have other impacts if we leave it to false? Do you recommend moving back to 2.5.18 or downgrading ognl? As I see it is fixed in 2.5.21, do you have any perspective when it will be available? Best regards and thanks for the help, Britta Britta Katzenbach

Re: struts 2 with OpenJDK 11

2018-10-16 Thread Britta Katzenbach
Thank you for the information! As the bug entry is a year old, do you have any perspective when this will be solved? Best regards, Britta Britta Katzenbach _ e-Mail: katzenb...@liwa.de Tel. +49 30 27019889 Dr. Lippke & Dr. Wagner

struts 2 with OpenJDK 11

2018-10-16 Thread Britta Katzenbach
-convention-plugin-2.5.18.jar:2.5.18] Thanks for your input! Best regards, Britta Katzenbach _ e-Mail: katzenb...@liwa.de Tel. +49 30 27019889 Dr. Lippke & Dr. Wagner GmbH Nassauische Str. 25 10717 Berlin Tel./Fax: +49 30 2147309-0

Re: Allowed methods

2018-01-25 Thread Britta Katzenbach
The JIRA entry is: https://issues.apache.org/jira/projects/WW/issues/WW-4912 Regards, Britta Katzenbach > Am 25.01.2018 um 12:02 schrieb Lukasz Lenart : > > 2018-01-25 10:50 GMT+01:00 Britta Katzenbach <mailto:katzenb...@liwa.de>>: >> struts.xml: >> >>

Re: Allowed methods

2018-01-25 Thread Britta Katzenbach
"changeLanguage", "deleteAttachment“, "uploadMailAttachment“ additionally, the other methods, which are allowed via the package-info.java, are not allowed anymore. Is this a wanted behavior? I will register a ticket, thank you for your quick response. Regards, Britta Katzenbach >

Re: Allowed methods

2018-01-25 Thread Britta Katzenbach
ipAndComplete", "start", "suspend", "uploadTaskAttachment"}) public abstract class AbstractBasicJbpmTask extends AbstractCrmAction implements ModelDriven, Preparable {…} This it would look like, if we could use inheritance. In others cases we have one or more lay

Allowed methods

2018-01-25 Thread Britta Katzenbach
packages. But this works only if I do not add methods directly on a certain action class. Is there a reason why allowed methods are not inherited? Why can I not add allowed methods to all actions in the package and add special methods on certain actions? Best regards, Britta Katzenbach