Re: Programmatic creation of messages with nested components

2019-07-24 Thread Martin Terra
Hi!

Can you show an example of solution now vs. solution after change, what are
the benefits of such visibility change to your case? Maybe there is another
way to accomplish your goal?

**
Martin

ke 24. heinäk. 2019 klo 22.25 Thomas Heigl (tho...@umschalt.com) kirjoitti:

> Hi all,
>
> I'd like to create Wicket messages with child components programatically.
> Currently, this is only possible by using the  tag and
> nesting components inside of it.
>
> For most use cases this is sufficient, but I sometimes come across cases
> where I'd like to programatically define the message key instead of
> hard-coding it in the template.
>
> The class that does all the interpolation is currently
> private:
> org.apache.wicket.markup.resolver.WicketMessageResolver.MessageContainer
>
> Would it be possible to make this a public (top-level) class in Wicket 9?
> If I understand correctly, this would solve my requirement without any
> other code changes.
>
> Best regards,
>
> Thomas
>


Programmatic creation of messages with nested components

2019-07-24 Thread Thomas Heigl
Hi all,

I'd like to create Wicket messages with child components programatically.
Currently, this is only possible by using the  tag and
nesting components inside of it.

For most use cases this is sufficient, but I sometimes come across cases
where I'd like to programatically define the message key instead of
hard-coding it in the template.

The class that does all the interpolation is currently
private: 
org.apache.wicket.markup.resolver.WicketMessageResolver.MessageContainer

Would it be possible to make this a public (top-level) class in Wicket 9?
If I understand correctly, this would solve my requirement without any
other code changes.

Best regards,

Thomas