Re: tooltip on <s:textfield>

Lukasz Lenart <[email protected]>
Newsgroups gmane.comp.jakarta.struts.devel
Message-ID <CAMopvkNgoRq6OA5w5bmFUijr2ZRH57-F1jPy1NG3wTu8CoBQfA@mail.gmail.com>
wt., 10 paź 2023 o 11:50 Greg Huber <[email protected]> napisał(a):
>
> My bad the filter mapping has changed from /struts/*.
>
> <filter-mapping>
>       <filter-name>struts2</filter-name>
>       <url-pattern>/static/*</url-pattern>
> </filter-mapping>
>
> ....Although the docs don't mention this, if you app is bigger and only
> filter on the .action you need to map the static.
>
> <filter-mapping>
>       <filter-name>struts2</filter-name>
>       <url-pattern>*.action</url-pattern>
> </filter-mapping>
>
> <filter-mapping>
>       <filter-name>struts2</filter-name>
>       <url-pattern>/static/*</url-pattern>
> </filter-mapping>

Great! I extended the description to match your case, is this clear enough?
https://github.com/apache/struts-site/pull/206


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.