How to render Enum values as RadioGroup and set default value

2010-08-16 Thread Ralf Eichinger
I have an User class with a gender field using a Gender-Enum: public class User implements DomainObjectLong { ... private Gender gender; I want to bind this gender field to a radiogroup (representing all enum values) in a registration form. This is what I did so far: code public enum Gender {

Re: Re: Re: RE: Rich Text Editors and Wicket

2010-06-02 Thread ralf . eichinger
I did not use it (yet), but found this improvement requirement from the year 2007: [CMS-794] - Inline image-upload in editor should have a configurable maxFileSize So I assume the answer is: yes. Quoting wicketyan wicket...@gmail.com: thanks eichinger,Is this integration contains image

Re: Re: RE: Rich Text Editors and Wicket

2010-06-01 Thread ralf . eichinger
have a look at the powerful xinha editor (http://www.xinha.org/). A Wicket integration can be found here: http://svn.hippocms.org/repos/hippo/hippo-ecm/trunk/addon/ - To unsubscribe, e-mail:

Re: Javascript template as linked header contribution?

2010-05-18 Thread Ralf Eichinger
) Am Montag, den 19.04.2010, 17:52 -0700 schrieb Igor Vaynberg: i meant you have to create the classes... -igor On Mon, Apr 19, 2010 at 4:10 PM, Ralf Eichinger ralf.eichin...@pixotec.de wrote: Am Montag, den 19.04.2010, 09:08 -0700 schrieb Igor Vaynberg: you will have to create

order of javascript sources

2010-05-17 Thread Ralf Eichinger
How can I ensure that lightbox JavaScriptReference (see below) is loaded after the two HeaderContributions (prototype and scriptaculous)? - Headercontributions: add(JavascriptPackageResource.getHeaderContribution(this.getClass(), js/prototype.js));

Re: Javascript template as linked header contribution?

2010-04-19 Thread Ralf Eichinger
Am Montag, den 19.04.2010, 09:08 -0700 schrieb Igor Vaynberg: you will have to create a TextTemplateResource to serve such resources and a TextTemplateResourceReference to create urls for them. -igor as there are no TextTemplateResource and TextTemplateResourceReference classes in Wicket

Javascript template as linked header contribution?

2010-04-18 Thread Ralf Eichinger
How to change add(JavascriptPackageResource.getHeaderContribution(this.getClass(), js/lightbox.js)); so that variables inside lightbox.js are replace on delivery? I tried something like this: PackagedTextTemplate jsTemplate = new PackagedTextTemplate(this

Bugs in PropertiesFactory?

2010-02-28 Thread Ralf Eichinger
loading my own properties-file with PropertiesFactory (1.4.6) does not work: placed myfile.properties in com.mycompany.webapp (where also MyApplication.java resides) and wanted to load it in the init()-method of MyApplication with: PropertiesFactory propertiesFactory = new

Re: [whishlist] JS libraries

2010-01-08 Thread Ralf Eichinger
YUI library, especially DataGrid and SplitPanes... nino martinez wael wrote: Hi This is a whishlist for js that should be integrated with wicket but arent.. So please go ahead and whish, I just might do an integration if it's something I need aswell :) regards Nino

Wicket Wiki: create attachments permission

2009-11-02 Thread ralf . eichinger
I would like to ask some screenshots and descriptive images to my documentations in the wiki. Can anybody give me these permissions? (I think of some screenshots ot the liferay portal when started first. Then in the future screenshots of wicket widgets, to promote them better...) I swear

Wicket Examples as portlets in Liferay

2009-11-02 Thread Ralf Eichinger
Hi, I try to get the wicket-examples-WAR running as portlets in Liferay according to my description here: http://cwiki.apache.org/confluence/display/WICKET/Wicket+Examples+as+portlets But after drag'n'drop e.g. the echo example portlet, it is not shown. When I look in the HTML-source of the

Wicket Examples as portlets in Liferay

2009-11-02 Thread Ralf Eichinger
Hi sending again, as I do not see it in user list...: Hi, I try to get the wicket-examples-WAR running as portlets in Liferay according to my description here: http://cwiki.apache.org/confluence/display/WICKET/Wicket+Examples+as+portlets But after drag'n'drop e.g. the echo example portlet, it

Re: Fw: new to wicket

2009-10-26 Thread Ralf Eichinger
have a look at http://cwiki.apache.org/WICKET/newuserguide.html perhaps it helps... sharief Mohammed wrote: Hi, i am resending this message .i thought question would be missed since iam not subscribed to the list .since i sent the message for subscription i hope the subscription is

Re: Open Source projects using Wicket

2009-10-17 Thread ralf . eichinger
added it to http://cwiki.apache.org/confluence/display/WICKET/Websites+based+on+Wicket Quoting Pedro Santos pedros...@gmail.com: Nice site, it was deployed in development mode and has a nice performance :) On Fri, Oct 16, 2009 at 5:16 PM, Vytautas Racelis turi...@gmail.com wrote: Hi, i've

Re: Open Source projects using Wicket

2009-10-17 Thread ralf . eichinger
added mistletoe to http://cwiki.apache.org/confluence/display/WICKET/Related+Projects+and+Tools Quoting Ceki Gulcu c...@qos.ch: When I wrote: it is possible to create a web-application quickly and cleanly, I meant to say that was possible to create a web-application quickly and cleanly

Re: Open Source projects using Wicket

2009-10-15 Thread Ralf Eichinger
see here: http://cwiki.apache.org/WICKET/products-based-on-wicket.html Igor Vaynberg wrote: keeping that in mind, i wouldnt look at brix, most wicket-related code there has to do with plumbing and implementing a development model that is unlike wicket but works better for cmses. maybe look at

Re: Open source Wicket blog

2009-10-14 Thread ralf . eichinger
added elephas blogging system to Wiki: http://cwiki.apache.org/confluence/display/WICKET/Products+based+on+Wicket Quoting danisevsky danisev...@gmail.com: It would be nice, I am very interested. BTW there is another great open-source blogging system - http://code.google.com/p/elephas/

Re: [WIKI] Websites based on Wicket page presentation

2009-10-14 Thread ralf . eichinger
communication with Ralf Eichinger who has been making a valuable contribution over the last few weeks by starting to improve documentation on the Wiki, especially with a view to help people evaluating Wicket get a fairer appreciation of it, who's using it and what they are doing with it. Now

Re: Integrating Separate Different Wicket Applications Into One

2009-10-14 Thread ralf . eichinger
perhaps have a look on www.devproof.org. it is a portal like wicket application, which hosts different modules (JARs). Quoting Carlo Camerino carlo.camer...@gmail.com: Hi, I was wondering what are the most efficient ways to separate different applications into one application? We have this

Re: Open source Wicket blog - Open Source CMS with Wicket

2009-10-14 Thread ralf . eichinger
Hi Erik, this was already on this list: http://cwiki.apache.org/confluence/display/WICKET/Products+based+on+Wicket As it is a product and not a tool... it is a project, but not one that is a extension to wicket... ok, I understand that everyone thinks different about the lists Quoting

Re: Integrating Separate Different Wicket Applications Into One

2009-10-14 Thread ralf . eichinger
in my former company I implemented a framework that integrates different webapplications into one. I made a integration-application which takes a template with placeholders for the foreign parts, gets the contents from the different servers, parses all content (within 100 ms), changes every

Re: [ANN] wicket-dnd project

2009-10-03 Thread Ralf Eichinger
Sven Meier wrote: I'm happy to announce wicket-dnd, a generic drag and drop framework for Wicket. http://code.google.com/p/wicket-dnd/ I added it to the Wicket Wiki: http://cwiki.apache.org/confluence/display/WICKET/Related+Projects

Re: FYI: new wicket site

2009-09-25 Thread Ralf Eichinger
I added it to this Wiki page: http://cwiki.apache.org/confluence/display/WICKET/Sites+and+Products+based+on+Wicket Sites and Products based on Wicket -- View this message in context: http://www.nabble.com/FYI%3A-new-wicket-site-tp17226228p25612209.html Sent from the Wicket - User mailing list

Re: Twenty Six Wicket Tricks

2009-07-29 Thread Ralf Eichinger
Hi Jonathan, Wicket Tricks. Each trick in the book (lettered from A-Z) demonstrates something that people typically want to do and in the process builds a reusable and educational component. I would prefer to see - Javascript component integration: especially YUI split, resizable

YUI integration (and is BSD License compatible with Apache license)?

2009-07-16 Thread Ralf Eichinger
as I am looking for good wicket widgets I found the datatable and layouting widgets from YUI very pleasant. look this: http://developer.yahoo.com/yui/examples/layout/adv_layout_source.html !!! there is a yui-project at wicketstuff, but hardly to find, which repository path is the right one for

button-tag submitting a form?

2009-06-19 Thread ralf . eichinger
I try to submit a form using a button-tag (button type=button/button). deleteButton does not work: as SubmitLink (inside Form), as AjaxButton (inside/outside), as Button (inside)... (tried them all) (I want to use the html-button-tag because of having nice icon and text under icon...) HTML

Eelco's wicket-contrib-navmenu revival? OR: Doing menus in Wicket...

2009-05-08 Thread ralf . eichinger
under wicketstuff for 1.2 I found the little project wicket-contrib-navmenu. I started to update it for Wicket 1.4-rc2. Does this make sense or is there a better way to create hierarchy-like menues? Eelco? I know there is a TabbedPanel component. But I somehow feel strange to implement my whole

Re: Eelco's wicket-contrib-navmenu revival? OR: Doing menus in Wicket...

2009-05-08 Thread Ralf Eichinger
Martijn Dashorst wrote: Wicket in Action does discuss menus: see page 185 (index entry: menu), though not multilevel menus. You are right, the easy way is described... Martijn Dashorst wrote: Just take a look at YUI-menu or some jquery plugin for menus. The reason for not continuing

Using widgets from itmill?

2009-04-02 Thread Ralf Eichinger
is it possible (or wanted) to use the fine widgets of www.itmill.com? there is the wicketstuff-dojo project. but itmill seems easier to integrate? and it is apache license, too. would it be worth to elaborate how to bring the two together? anyone started, yet?

Need rich-widgets: splitpane and lazy loading table (by scrolling)

2009-04-02 Thread Ralf Eichinger
I am looking for some rich wicket 1.4rc2 widgets. for a lazy loading table I found this one: http://wicketstuff.org/wicketdojo13/?wicket:bookmarkablePage=%3Aorg.wicketstuff.dojo.examples.lazylist.LazyTableSample But I want it for wicket 1.4rc2 and with more features (sorting, column resizing,