How to contribute to Wicketstuff

2014-09-01 Thread Soloschenko, Tobias
Hello again, I was looking around how to contribute something to Wicketstuff, yesterday. Any advice here? :) kind regards and thanks a lot Tobias

AW: Partially include JSP files into Wicket-HTML-Pages via Custom Tag

2014-09-01 Thread Soloschenko, Tobias
Consulting https://twitter.com/mtgrigorov On Mon, Sep 1, 2014 at 9:32 AM, Soloschenko, Tobias < tobias.solosche...@rewe-group.com> wrote: > Yep, but this will not check if the Servlets / JSPs content is > translated by the tags, or do you think it is not required here? > > kind

AW: Partially include JSP files into Wicket-HTML-Pages via Custom Tag

2014-08-31 Thread Soloschenko, Tobias
org.apache.wicket.util.tester.WicketTester#WicketTester(org.apache.wicket.protocol.http.WebApplication, javax.servlet.ServletContext) Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Sep 1, 2014 at 9:20 AM, Soloschenko, Tobias < tobias.solosche...@rewe-group.com> wrote: > Hi Martin, >

AW: Partially include JSP files into Wicket-HTML-Pages via Custom Tag

2014-08-31 Thread Soloschenko, Tobias
lting https://twitter.com/mtgrigorov On Fri, Aug 29, 2014 at 11:53 AM, Soloschenko, Tobias < tobias.solosche...@rewe-group.com> wrote: > Hello everyone, > > because of some migrations I had to partially include JSP files into > Wicket HTML Pages. I found a documentation for the

AW: Partially include JSP files into Wicket-HTML-Pages via Custom Tag

2014-08-29 Thread Soloschenko, Tobias
[UNSIGNIERT] 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

Partially include JSP files into Wicket-HTML-Pages via Custom Tag

2014-08-29 Thread Soloschenko, Tobias
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

AW: Ajax update of container listview in a panel

2014-07-18 Thread Soloschenko, Tobias
4 15:20 An: users@wicket.apache.org Betreff: Re: Ajax update of container listview in a panel [UNSIGNIERT] Hi Tobias, Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Jul 18, 2014 at 2:57 PM, Soloschenko, Tobias < tobias.solosche...@rewe-group.com>

Ajax update of container listview in a panel

2014-07-18 Thread Soloschenko, Tobias
Hello everyone, maybe someone is so kind and explain how to replace / update a panel which contains wicket container via ajax. My LeftToolbarPanel is looking this way (The java class is a simple listview): HTML:

Generation of wicket ids with prefix or suffix

2014-05-02 Thread Soloschenko, Tobias
Hello everyone, currently we are using the de.agilecoders.wicket.extensions.markup.html.bootstrap.contextmenu.ButtonListContextMenu and a Label to which the context menu is going to be assigned to. (contextMenu.assignTo(contextLabel)) For both components ids are going to be generated within th