Re: Struts 2.5.x EOL

2023-10-08 Thread Lukasz Lenart
śr., 4 paź 2023 o 09:09 Greg Huber napisał(a): > > +1. > > If we are going to create a plugin for the Jakarta changes, would > make it easier. It's not the case ... many other libs like commons-fileupload or sitemesh3 based directly on JakartaEE - I already posted another topic how to move

Re: Struts 2.5.x EOL

2023-10-08 Thread Lukasz Lenart
śr., 4 paź 2023 o 08:40 napisał(a): > for my taste it's too short - the last EOL Announcement (2.3) was over a > half year. That's why I posted this question, 6 months is fair enough :) Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/

Re: tooltip on

2023-10-08 Thread Lukasz Lenart
niedz., 8 paź 2023 o 12:08 Greg Huber napisał(a): > > How is this supposed to work? > > I get this at the bottom of the form, but for me it maps to an invalid url? > > > > > > > http://www.xx.xx/static/domTT.js > > Is there some js that is supposed to take care of this? > >

Re: tooltip on

2023-10-08 Thread Greg Huber
Not to sure what you mean? Its auto generated by /core/src/main/resources/template/simple/form-close-tooltips.ftl <#if (parameters.hasTooltip!false)><#t/> <#lt/> <#lt/><@s.script type="text/javascript" src="${base}${parameters.staticContentPath}/domTT.js" /> <#lt/><@s.link

Towards Struts 7.x

2023-10-08 Thread Lukasz Lenart
Hi, It's time to start planning work on Struts 7.x. I think all the main blockers have been addressed, and we should be able to implement Struts 7 using JDK 17 and JakartaEE. However, we should still keep working on Struts 6.4.0 and support Struts 2.5.x for at least another 6 months (in case of

Re: tooltip on

2023-10-08 Thread Lukasz Lenart
niedz., 8 paź 2023 o 12:52 Greg Huber napisał(a): > > Not to sure what you mean? > > Its auto generated by > > /core/src/main/resources/template/simple/form-close-tooltips.ftl So then it supposed to work, as far as I can recall since Strutts 6.x /struts resource path has been replaced by /static

Re: Towards Struts 7.x

2023-10-08 Thread Kusal Kithul-Godage
Yes this is a good approach. As you said, we should periodically merge master into release/7.0. Rebasing will become cumbersome the longer the branch lives on. We could probably even automate this with a GitHub action. On Sun, 8 Oct 2023 at 21:58, Lukasz Lenart wrote: > Hi, > > It's time to

Re: tooltip on

2023-10-08 Thread Greg Huber
All I get is a 404 Loading failed for the

Re: tooltip on

2023-10-08 Thread Łukasz Lenart
Maybe serving static content is disabled https://struts.apache.org/core-developers/static-content (mobile) W dniu niedz., 8.10.2023 o 13:23 Greg Huber napisał(a): > All I get is a 404 > > Loading failed for the

tooltip on

2023-10-08 Thread Greg Huber
How is this supposed to work? I get this at the bottom of the form, but for me it maps to an invalid url? http://www.xx.xx/static/domTT.js Is there some js that is supposed to take care of this? https://struts.apache.org/tag-developers/textfield-tag does not mention anything.