application.init() {
  super.init();
  getmarkupsettings.setmarkupparserfactory(new MarkupParserFactory() {
               protected void initMarkupFilters(final MarkupParser parser)
   {
            super.initMarkupFilters(parser);
         parser.registermarkupfilter(new wicketmessagetaghandler());
   }


-igor


On 1/20/07, Peter Thomas <[EMAIL PROTECTED]> wrote:

make sure you have WicketMessageTagHandler added to markupparser.
>
> -igor
>

I had the same question - but now how exacty do I add WicketMessageTagHandler
to markupparser ?  I am trying to do this in the application but 
WicketMessageTagHandler
needs a ContainerInfo.  Help!

- Peter

On 1/19/07, Igor Vaynberg <[EMAIL PROTECTED] > wrote:
>
> yes you can :)
>
> -igor
>
>
> On 1/19/07, Erik van Oosten <[EMAIL PROTECTED] > wrote:
> >
> > Wauw!
> >
> > Can also do that with more properties?
> > Something like <input wicket:id="somethingButton" type="submit"
> > value="hereSomething" wicket:message="value=key,type=key2"/> ?
> >
> >     Erik.
> >
> > Igor Vaynberg wrote:
> > > <input wicket:id="somethingButton" type="submit"
> > value="hereSomething"
> > > wicket:message="value=key"/>
> > >
> > > make sure you have WicketMessageTagHandler added to markupparser.
> > >
> > > -igor
>
>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to