Re: New warning message with V6.1.1 - SecurityMemberAccess...

2023-01-04 Thread Lukasz Lenart
śr., 4 sty 2023 o 19:53 Ralph Grove napisał(a): > > Could you try to use the simple theme? > > When I change it to theme=“simple”, the warning messages do not appear. It can be related to this fix https://github.com/struts-community-plugins/struts2-bootstrap/pull/51 Regards -- Łukasz + 48 606

Re: New warning message with V6.1.1 - SecurityMemberAccess...

2023-01-04 Thread Ralph Grove
> On Jan 4, 2023, at 12:53 PM, Lukasz Lenart wrote: > > śr., 4 sty 2023 o 18:19 Ralph Grove napisał(a): >>> cssClass="form-vertical"> > > Could you try to use the simple theme? When I change it to theme=“simple”, the warning messages do not appear. > > > Regards > -- > Łukasz >

Re: New warning message with V6.1.1 - SecurityMemberAccess...

2023-01-04 Thread Lukasz Lenart
śr., 4 sty 2023 o 18:19 Ralph Grove napisał(a): > cssClass="form-vertical"> Could you try to use the simple theme? Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ - To unsubscribe, e-mail:

Re: New warning message with V6.1.1 - SecurityMemberAccess...

2023-01-04 Thread Ralph Grove
I stripped the code down for further testing - this is what the minimal action and jsp look like. package org.personalitypad.action; import com.opensymphony.xwork2.ActionSupport; import java.util.Map; import java.util.HashMap; /** in struts.xml: * * /WEB-INF/jsp/test.jsp

Re: New warning message with V6.1.1 - SecurityMemberAccess...

2023-01-04 Thread Ralph Grove
> On Jan 4, 2023, at 11:39 AM, Lukasz Lenart wrote: > > wt., 3 sty 2023 o 20:40 Ralph Grove napisał(a): >> The message is a result of the execution of this tag: >> >name="status" >>label="Status" >>list="statuses" /> > > Does any value on the

Re: New warning message with V6.1.1 - SecurityMemberAccess...

2023-01-04 Thread Lukasz Lenart
wt., 3 sty 2023 o 20:40 Ralph Grove napisał(a): > The message is a result of the execution of this tag: >name="status" > label="Status" > list="statuses" /> Does any value on the list "statuses" have the value "disabled"? Regards -- Łukasz + 48

Re: New warning message with V6.1.1 - SecurityMemberAccess...

2023-01-04 Thread Yasser Zamani
You would have .disabled somewhere in your own app code ognl expressions, I would guess. Could you please search for .disabled there? Or put a break-point at [1] and see what ognl, how and why are trying to access UIBean.disabled non-public member! Regards [1]

New warning message with V6.1.1 - SecurityMemberAccess...

2023-01-03 Thread Ralph Grove
I just upgraded from Struts2 2.5.3 to 6.1.1 . After a few tweaks (mostly related to Bootstrap5), the application is running correctly, but it’s generating a new warning message (always 4 times): [WARN ] 2023-01-03 14:20:08 [https-jsse-nio-8443-exec-186] SecurityMemberAccess - Access to