śr., 22 sty 2025 o 09:55 Murali Challa <challamura...@gmail.com> napisał(a):
>
> Hi,
>
> I'm trying to migrate application from Struts 2.5.33 to struts 6.7.0 but
> JSP EL is not working post migration.
>
> ${obj.prop} giving empty value.
>
> Can someone suggest on this?
>
> Servelt api 3.1 will work only on WAS 9?
>
> If yes, my WAS version is 8.5.x, will this be a problem for EL not working?

I never used WAS9 but there are some docs on configuring http session
https://www.ibm.com/docs/en/was/9.0.5?topic=applications-configuring-http-sessions
https://www.ibm.com/docs/en/was/9.0.5?topic=extensions-java-servlet-considerations#cweb_consid__title__4

or supporting Servlet API 3.1
https://www.ibm.com/docs/en/was/9.0.5?topic=applications-servlet-31-feature-functions

I also found this
https://stackoverflow.com/questions/48863844/was-9-how-to-use-servlet-3-0-in-websphere-9

Also, do you use a proper web.xml header definition for Servlet API 3.1?
https://gist.github.com/wesleyegberto/6dfca5a952fe7512e7fb7ce2909c0f75


Cheers
Łukasz

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to