Re: Struts7: Select lists for nested objects with lookup objects

2025-09-14 Thread Lukasz Lenart
Did you define a proper struts-conversion.properties? https://github.com/apache/struts-examples/blob/main/type-conversion/src/main/resources/struts-conversion.properties You can review this example for some hints: https://github.com/apache/struts-examples/tree/main/type-conversion Cheers Łukasz

Re: Weird behavior with Struts form and namespace attribute

2025-09-14 Thread Lukasz Lenart
sob., 13 wrz 2025 o 14:05 Selim H napisał(a): > > Hello, > > I'm following the Struts tutorial, and if I strictly follow the > tutorial "Processing forms" > https://struts.apache.org/getting-started/processing-forms, I use > Struts2-core 7.0.0 and Jetty maven plugin v11.0.25 > > The error happens

Re: Struts 7 Migration Issues

2025-09-14 Thread Lukasz Lenart
wt., 9 wrz 2025 o 08:53 Zoran Avtarovski napisał(a): > > Hi Guys, > > We are moving forward with our plans to migrate from Struts6/Tomcat9 to > Struts7/Tomcat11 but we've hit a few snags I was hoping someone else has > experienced and hopefully solved. > > The first and biggest issue is with Tomca

Re: @StrutsParameter

2025-09-14 Thread Lukasz Lenart
czw., 21 sie 2025 o 19:18 Prasanth napisał(a): > Is the struts parameter tag supposed to be on setXXX method or getXXX method > for a check box list when the argument is Vector/ArrayList?. We have old code > that takes the data as a vector, for this we > have the parameter on the getXXX and it w