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:
https://github.com/wicketstuff/cor
Hello Martin,
I removed it from dependency, thank you!
Best regards,
Anton
On 09/27/2012 09:15 AM, Martin Grigorov wrote:
1.3.7
^^ This is not really needed.
--
Oracle Certified Expert, Enterprise JavaBeans Developer
Oracle Certified Professional, Java SE 6 Programmer
Professional Scrum Ma
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 avail
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 i
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?
regards
Josh
-
To unsubs
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 Bessonovwrote:
Hello list,
I'm trying to implement small file browser and I use TreeTable.
PropertyTreeColumn shows file names and I can g
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 c
I solved it.
new PropertyTreeColumn(new
ColumnLocation(Alignment.MIDDLE, 8, Unit.PROPORTIONAL),
"", "userObject.name") {
@Override
public IRenderable newCell(TreeNode node, int level)
{
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?
Tha
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)
a
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"));
-
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 {
...
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: users-h...@wicket.apache.o
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
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
15 matches
Mail list logo