Re: New sit for user guide examples.

2016-04-03 Thread Štefan Šimík
Thank you, looks really great. I would also vote to display related source code for best experience. On Sun, Apr 3, 2016 at 3:00 PM, Andrea Del Bene wrote: > Hi, > > I've finally found the time to work on a site with live examples from the > user guide. You can see the result here : > http://exa

Re: New documentation on Wicket internals

2016-03-25 Thread Štefan Šimík
Thankx, very useful, I like these clear explanations about wicket internals. It is not always easy to understand them from code. On Fri, Mar 25, 2016 at 6:05 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Thanks! > > On Fri, Mar 25, 2016 at 4:34 PM, andrea del bene > wrote: > > > H

Re: WicketStuff status and future; awesome-wicket project

2016-01-31 Thread Štefan Šimík
I find the list excellent. I had no idea, about so many useful things out there! Thank you for your effort! It definitely goes to one of primary wicket related links ;) On Sun, Jan 31, 2016 at 1:38 AM, Илья Нарыжный wrote: > Guys, > > Please help me understand what's status of wicketstuff proje

Re: Input Stream DownloadLink

2016-01-05 Thread Štefan Šimík
Hi Martin, I found it very useful and really appreciate you contribution. I think it is definitely worth of effort, if something very similar does not already exist in wicket distribution. In that case, it would be great source of inspiration for new pull-request into wicket. Simple, short and cle

Re: contributing to wicketstuff-core, how to format file in IntelliJ IDEA?

2015-12-29 Thread Štefan Šimík
I am not sure, if I answer your question, but here is what came to my mind: Shortcut for formatting code: *Ctrl + Alt + L* Formatting settings: *Settings / Code Style / Java* *More info:* https://www.jetbrains.com/idea/help/reformatting-source-code.html On Tue, Dec 29, 2015 at 12:34 PM, Ernesto

Re: Properties file for *.jar full of custom validators

2015-12-28 Thread Štefan Šimík
> > Tobias > > > Am 27.12.2015 um 21:24 schrieb Štefan Šimík : > > > > Thank you for tip Martin ... > > I tried both YourValidator.properties or YourValidator.utf8.propertiesit > > right now, but the feedback message was empty string ("") in both c

Re: Properties file for *.jar full of custom validators

2015-12-27 Thread Štefan Šimík
ying next to YourValidator.class should work. > On Dec 27, 2015 8:28 PM, "Štefan Šimík" wrote: > > > I have separate *.jar containing custom form-component validators. > > (in the *.jar file, there are only validators - no other Components, no > > WebPage(s), >

Properties file for *.jar full of custom validators

2015-12-27 Thread Štefan Šimík
I have separate *.jar containing custom form-component validators. (in the *.jar file, there are only validators - no other Components, no WebPage(s), no WebApplication) MY QUESTION: Which *.properties file should I create for these validators, so the validator classes and their default messages c

Re: WicketFilter without web.xml

2015-12-08 Thread Štefan Šimík
I can send you my configuration, that works in my project with Wicket 7.1 It really is empty - because all configuration information is contained in annotations above. import org.apache.wicket.protocol.http.WicketFilter; import javax.servlet.annotation.WebFilter; import javax.servlet.annotation

Re: Passing ListItemModel to another model

2015-11-28 Thread Štefan Šimík
ides PropertyListView, which exactly wraps a > ListItemModel in a CompoundPropertyModel. > > Please create a quickstart so we can see the cause of your problem. > > Have fun > Sven > > > > > On 28.11.2015 21:10, Štefan Šimík wrote: > >> PROBLEM: >>

Passing ListItemModel to another model

2015-11-28 Thread Štefan Šimík
PROBLEM: When ListItemModel is wrapped into CompoundPropertyModel (that is used as default model of Form), then Form model-object is never updated -> so old data are saved, without any changes. EXAMPLE OF PROBLEM: Example of problem: (data in form object are NOT updated after from submission)

Contribution to Wicket WIKI

2014-07-07 Thread Štefan Šimík
I would like to ask, how is possible to update WIKI. I found som info at: https://cwiki.apache.org/confluence/display/WICKET/How+to+contribute+documentation+to+the+Wiki but I cannot find any link for editing of the page (I am logged in, as common user). Stefan