Re: [RELEASE] Apache Tapestry 5.7.3 released

2021-08-30 Thread Thiago H. de Paula Figueiredo
Hello! I'm sorry for the very late answer. On Mon, Aug 16, 2021 at 11:29 AM Vangel V. Ajanovski wrote: > I'm experiencing some issue where session.createQuery always returns a > null in the constructor of a SessionState object, after moving to 5.7.3. > Otherwise everything works and is a welcome

Re: Render a single Enum value

2021-08-30 Thread Thiago H. de Paula Figueiredo
Hello! Have you tried ? This component is used by BeanDisplay and Grid for outputting property values, using the contributed display blocks to the BeanBlockSource, and uses TapestryInternalUtils.getLabelForEnum(Messages, Enum). On Wed, Aug 25, 2021 at 11:31 PM Paul Stanton wrote: > Using ${obje