Re: [Wicket-user] editable form

2007-07-30 Thread Gabor Szokoli
Hi, On 7/29/07, Ed _ <[EMAIL PROTECTED]> wrote: > > I am trying to create an editable form - this has a drop down list. in it > > List ratingList = cfg.getContentRatingList(); > DropDownChoice ratingChoice = new DropDownChoice("rating", new > PropertyModel(form, "category"), ratingList, new > Choi

Re: [Wicket-user] File too long under Vista when extraction Wicket 1.3

2007-06-24 Thread Gabor Szokoli
bag of tricks: cygwin. The command line unzip utility is likely to at least give you a more specific error message. Gabor Szokoli - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version o

Re: [Wicket-user] Accordion pane

2007-05-08 Thread Gabor Szokoli
On 5/8/07, Johan Compagner <[EMAIL PROTECTED]> wrote: > Maybe: > > https://svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-dojo > Indeed, thank you. Sorry about the noise. To add some value, let me note I am using wicket 1.2.6, so I had to check out /branches/WICKET_1_2/ instead of

[Wicket-user] Accordion pane

2007-05-08 Thread Gabor Szokoli
can't find a maven repository for this wicket-contrib-dojo effort. Any advice? Gabor Szokoli - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of yo

Re: [Wicket-user] Multi page inheritance

2007-04-12 Thread Gabor Szokoli
Hi, On 4/11/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > https://issues.apache.org/jira/browse/WICKET-460 Then there it sais: >>> so the new format is <<< Is it really necessary to repeat the attribute on the closing tag? Szocske ---

Re: [Wicket-user] Creating Entire Forms in Java Code Only?

2007-04-12 Thread Gabor Szokoli
Hi! On 4/12/07, Philip Weaver <[EMAIL PROTECTED]> wrote: > I wish that each form or form element element had a default renderer and > would render itself without needing to be embedded in some other html file. In my extremely humble opinion, this is a wicket extension feature, not a core wicket f

Re: [Wicket-user] IMPORTANT: your opinion on the constructor change in2.0

2007-03-07 Thread Gabor Szokoli
is getting on my nerves already. (How did we ever use java without generics?) I am on principle against severe API changes unless they bring significant benefits, but do not feel myself competent to judge the current situation. G

Re: [Wicket-user] Best practice and use of detachable models

2007-02-22 Thread Gabor Szokoli
ped] > Can I assume that doing all this may not be worth it if you are only trying > to derive a simple String value to put into a label - so the "hardcoding" > may be okay for most scenarios? Let's see if I understand wicket basics by now: My take is that each such &quo

Re: [Wicket-user] Problem restarting application in Tomcat

2007-02-13 Thread Gabor Szokoli
for example: Gabor Szokoli - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.

Re: [Wicket-user] wicket under Tomcat, first steps

2007-02-12 Thread Gabor Szokoli
On 2/12/07, James McLaughlin <[EMAIL PROTECTED]> wrote: > Debian has the security manager enabled by default. For development, > you can just edit /etc/default//tomcat5 and set TOMCAT5_SECURITY=no. > For testing/production, add a policy file to /etc/tomcat5/policy.d for > your webapp with the permi

Re: [Wicket-user] wicket under Tomcat, first steps

2007-02-12 Thread Gabor Szokoli
Hi! Thanks for your quick response. On 2/12/07, Johan Compagner <[EMAIL PROTECTED]> wrote: > First wi try to do it through the context classloader: This is clearly the way I'd like it. What version of wicket does it like this? What I experienced with wicket 1.2.4 was constistent with what I have

[Wicket-user] wicket under Tomcat, first steps

2007-02-12 Thread Gabor Szokoli
in tomcat for wicket PropertyModels to work. And that unit tests attempting to instantiate wicket classes outside a servlet container need the commons-logging.jar on their classpath to run. And whatever I'm gonig to come across