Re: searching for a Rich text editor

2013-12-22 Thread Anton Bessonov
Hello Dirk, I'm not on the track, but this RTEs are just javascript helper to create html documents. What do you see? Do you check that javascript loaded, or html be escaped? But in generally, it should just work. Have you see some examples from wicketstuff:

Re: Small Wicket 6 Auth Example

2012-09-27 Thread Anton Bessonov
Hello Martin, I removed it from dependency, thank you! Best regards, Anton On 09/27/2012 09:15 AM, Martin Grigorov wrote: wicket-spring-annot.version1.3.7/wicket-spring-annot.version ^^ This is not really needed. -- Oracle Certified Expert, Enterprise JavaBeans Developer Oracle Certified

Re: Small Wicket 6 Auth Example

2012-09-26 Thread Anton Bessonov
Hello Wicketeers, now same example for Wicket 6 and Jetty 8: https://github.com/Bessonov/wicket-6-example Best regards, Anton On 08/12/2012 08:53 PM, Anton Bessonov wrote: Hello wicketeers, I've updated my old small Wicket example to 1.5.7 and pushed it to github [1]. It's available under

Small Wicket Auth Example

2012-08-12 Thread Anton Bessonov
Hello wicketeers, I've updated my old small Wicket example to 1.5.7 and pushed it to github [1]. It's available under cc-by license (also for commercial use, redistributing and so on). Maybe helpful for someone. Example include: - i18n - Hibernate (hsqldb is default and mysql example config

Re: internationalizing page title

2011-02-27 Thread Anton Bessonov
Hello Josh, have you found any solution? Best regards, Anton Am trying to internationalize the page title. The below snipplet doesnt seem to work. Where am i going wrong? head meta http-equiv=Content-Type content=text/html; charset=UTF-8 wicket:head titlewicket:message

Re: TreeTabel and file download

2011-02-23 Thread Anton Bessonov
Hello Martin, thanks for your reply! You mean override newLink method in DefaultAbstractTree? See DownloadLink. On Fri, Dec 31, 2010 at 3:19 AM, Anton Bessonovexe...@googlemail.comwrote: Hello list, I'm trying to implement small file browser and I use TreeTable. PropertyTreeColumn shows

Re: Wicket with fest assert

2011-01-21 Thread Anton Bessonov
Of course! https://cwiki.apache.org/WICKET/type-safe-testing-in-wicket.html It must be built in :) There is a room for improvement in that area. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: TreeTabel and file download

2010-12-31 Thread Anton Bessonov
I solved it. new PropertyTreeColumn(new ColumnLocation(Alignment.MIDDLE, 8, Unit.PROPORTIONAL), , userObject.name) { @Override public IRenderable newCell(TreeNode node, int level) {

TreeTabel and file download

2010-12-30 Thread Anton Bessonov
Hello list, I'm trying to implement small file browser and I use TreeTable. PropertyTreeColumn shows file names and I can get (newCell - getTreeTable().getTreeState().isNodeSelected(node)) java.io.File. Now, I'm need force to download file after click on the file name. Any suggestions?

Re: Simple way to show image on WebPage

2010-12-28 Thread Anton Bessonov
Hi Andrea, thanks for your reply, but this is'nt exactly what I want. ContextImage generate stateless path, also not binded to session. What I need is cryptic path such as for Link-Component. Best regards, Anton add(new ContextImage(icon, images/imageFileName.jpg));

Re: Simple way to show image on WebPage

2010-12-28 Thread Anton Bessonov
Hi Martin, thanks! DynamicImageResource does this! Best Regards, Anton Hi Anton, you need custom Resource or ResourceReference to load the image. See org.apache.wicket.markup.html.image.Image.Image(String, ResourceReference) org.apache.wicket.markup.html.image.Image.Image(String, Resource)

Simple way to show image on WebPage

2010-12-24 Thread Anton Bessonov
Hello, I've folder of images such as $PROJECT_ROOT/images/ and in $PROJECT_ROOT/src/main/java/org/myproject/myprofile/MyProfilePage.java: package org.myproject.myprofile; public class MyProfilePage extends WebPage { ... public MyProfilePage() { ... class MyProfileForm extends Form {

Test CheckBoxMultipleChoice or CheckGroup

2010-12-15 Thread Anton Bessonov
Hello list, I'm trying to set checkboxes with junit but without significant success. My trouble is to find checkboxes. I've not found any way to access it if I use CheckBoxMultipleChoice. With CheckGroup I get access with Visitor tester.getLastRenderedPage().visitChildren(Check.class, new

Re: Test CheckBoxMultipleChoice or CheckGroup

2010-12-15 Thread Anton Bessonov
Thanks, I will try! Use getters: https://cwiki.apache.org/WICKET/type-safe-testing-in-wicket.html - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail:

Re: Sort column header for PageableListView

2010-08-19 Thread Anton Bessonov
Hi! Like this? https://cwiki.apache.org/confluence/display/WICKET/Simple+Sortable+DataTable+Example Best Regards, Anton Hi All, My project is already developed in Wicket framework. In which PageableListView is used to display number of records with pagination. Further i have to make this list