Re: Issue in Struts 7.0.0 with <s:form> tag

Lukasz Lenart <[email protected]> Thu, 17 Apr 2025 07:27:56 +0200
Newsgroups gmane.comp.jakarta.struts.user
Message-ID <CAMopvkPH8aMXNy1u2EiTZHYHBP-0YD4OnFoL8u=++2vMMag8mg@mail.gmail.com>
wt., 15 kwi 2025 o 09:57 shankar sawate <[email protected]> napisał(a):
> While migrating to Struts 7.0.0, I'm encountering an issue when using the
> <s:form> tag. Even though the tag is present like this
>
> jsp
> <%--<s:form></s:form>--%>
> I’m getting the following warning or error:
>
> The s:form tag declares that it accepts dynamic attributes but does not
> implement the required interface

It would be good to provide more details, when does it happen? What
Java version do you use? Is this in an IDE or when running a webapp in
a container?

There are a bunch of examples which are working just fine, so I assume
it's something wrong with your setup.
https://github.com/apache/struts-examples/


Cheers
Łukasz