Hi Tobias,

Nice work. BTW, you can do this to remove the ban on openclose tags:

@Override
protected void onComponentTag(final ComponentTag tag)
{
    tag.setType(XmlTag.TagType.OPEN);
    super.onComponentTag(tag);
}

Cheers,
Jesse


On 29/08/2014 10:53, Soloschenko, Tobias wrote:
Hello everyone,

because of some migrations I had to partially include JSP files into Wicket 
HTML Pages. I found a documentation for the prior 1.4 version of Wicket and 
some Stack Overflow posts about newer implementations (mentioned at the readme 
of the git repository).

I modified and improved it a little bit and made it work for wicket 6.16.0.

https://github.com/klopfdreh/wicket.jsp

Is there any other way to do this out of the box in Wicket 6.16.0?

kind regards,

Tobias




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to