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
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
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
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
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
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
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