select tag, attributes: cssClass, cssErrorClass, cssStyle, cssErrorStyle

2022-08-28 Thread Stefaan Dutry
For the select tag, in the documentation, I see that it has the following attributes: -) cssClass -) cssErrorClass -) cssStyle -) cssErrorStyle However, when I look at the templating file (select.ftl) I can't find where those attributes are used. I was expecting there to be an include of css.ftl

Re: select tag, attributes: cssClass, cssErrorClass, cssStyle, cssErrorStyle

2022-08-28 Thread Stefaan Dutry
I guess i overlooked the expandTheme include, so ignore this question Op zo 28 aug. 2022 om 11:12 schreef Stefaan Dutry : > For the select tag, in the documentation, I see that it has the following > attributes: > -) cssClass > -) cssErrorClass > -) cssStyle > -) cssErrorStyle > > However, when I

[GitHub] [struts-examples] dependabot[bot] opened a new pull request, #169: Bump quarkus-plugin.version from 2.11.2.Final to 2.11.3.Final

2022-08-28 Thread GitBox
dependabot[bot] opened a new pull request, #169: URL: https://github.com/apache/struts-examples/pull/169 Bumps `quarkus-plugin.version` from 2.11.2.Final to 2.11.3.Final. Updates `quarkus-universe-bom` from 2.11.2.Final to 2.11.3.Final Commits https://github.com/quarkusio/qua

[GitHub] [struts-examples] lukaszlenart merged pull request #169: Bump quarkus-plugin.version from 2.11.2.Final to 2.11.3.Final

2022-08-28 Thread GitBox
lukaszlenart merged PR #169: URL: https://github.com/apache/struts-examples/pull/169 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@str

[GitHub] [struts] lukaszlenart opened a new pull request, #592: [WW-5212] Upgrades to Spring 5.3.22

2022-08-28 Thread GitBox
lukaszlenart opened a new pull request, #592: URL: https://github.com/apache/struts/pull/592 Fixes [WW-5212](https://issues.apache.org/jira/browse/WW-5212) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [struts] lukaszlenart merged pull request #592: [WW-5212] Upgrades to Spring 5.3.22

2022-08-28 Thread GitBox
lukaszlenart merged PR #592: URL: https://github.com/apache/struts/pull/592 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@struts.apach

Re: select tag, attributes: cssClass, cssErrorClass, cssStyle, cssErrorStyle

2022-08-28 Thread Lukasz Lenart
cssClass and cssStyle should be in the basic theme as these are standard HTML attributes Cheers Łukasz niedz., 28 sie 2022 o 11:16 Stefaan Dutry napisał(a): > > I guess i overlooked the expandTheme include, so ignore this question > > Op zo 28 aug. 2022 om 11:12 schreef Stefaan Dutry : > > > Fo