Re: [Wicket-user] Wicket 2 HEAD problem - java.lang.NoSuchMethodError: wicket.MetaDataKey.(Ljava/lang/Class; )V

2007-01-14 Thread Caleb Land
ance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > ___ > Wicket-user mailing list > Wicket-user@lists.sourceforge.net >

Re: [Wicket-user] HTML ids in 2.0-SNAPHOT are being generated even when hardcoded

2006-12-27 Thread Caleb Land
u have a component that uses a > hardcoded > > > > > > id, and later the user of that component uses it twice in a page, > or puts it > > > > > > into a repeater you will have duplicate ids in html which is not > legal, and > > > > > > w

[Wicket-user] HTML ids in 2.0-SNAPHOT are being generated even when hardcoded

2006-12-11 Thread Caleb Land
be used." has been deleted... Should I be able to hard code HTML ids in the future or was that "feature" removed? I used hard coded HTML ids in my Page markup files I sometimes use HTML ids to reference elements from CSS and javascript and I had to use a class instead because of t

Re: [Wicket-user] Ajax autocompletion troubles

2006-11-02 Thread Caleb Land
->]]>*/>  >>>  >> These pieces of _javascript_ are unfortunately not being executed.>      >> Note that the id's ar

Re: [Wicket-user] Ajax autocompletion troubles

2006-11-02 Thread Caleb Land
t;>> These pieces of _javascript_ are unfortunately not being executed.>> Note that the id's are empty and there this weird "src_" attribute. I am >> sure how FireFox treats this. Also I wonder why the scripts are so&g

Re: [Wicket-user] Ajax autocompletion troubles

2006-11-01 Thread Caleb Land
s. I tried to debug the load phase with FireBug. Unfortunately my _javascript_ is lacking way too much for this advanced stuff. Any help is greatly appreciated. Regards, Erik. -- Erik van Oostenhttp://www.day-to-day

Re: [Wicket-user] I can't update my trunk

2006-10-26 Thread Caleb Land
] illegal character: \65533On 10/26/06, Caleb Land <[EMAIL PROTECTED]> wrote: I can check Wicket out of svn now, but my compiler is barfing (when I run "mvn install" from the wicket module's directory): [INFO]

Re: [Wicket-user] I can't update my trunk

2006-10-26 Thread Caleb Land
ning Sun Java 1.5.0 and I get the same results.On 10/26/06, Frank Bille <[EMAIL PROTECTED]> wrote: Hey does that mean that you have fixed it? BTW The files should be in ISO-8859-1 (latin1) in svn. Do you still have problems?Frank On 10/26/06, Caleb Land <[EMAIL PROTECTED]> wrote: Aft

Re: [Wicket-user] I can't update my trunk

2006-10-26 Thread Caleb Land
After a quick search for "mac os x utf-8 filenames subversion" I found this page, which fixes the problem.http://www.snark.de/index.cgi/0003Of course, I used: env LC_CTYPE=en_US.UTF-8 svnas my command instead of de_DE.UTF-8.On 10/26/06, Caleb Land <[EMAIL PROTECTED] > wrote:I r

Re: [Wicket-user] I can't update my trunk

2006-10-26 Thread Caleb Land
I removed my wicket working directory and tried checking out fresh, still no luck.On 10/26/06, Caleb Land <[EMAIL PROTECTED] > wrote:I tried just now and it's still not working from Mac OS X. On 10/26/06, Igor Vaynberg <[EMAIL PROTECTED] > wrote:that should have been fixed last

Re: [Wicket-user] I can't update my trunk

2006-10-26 Thread Caleb Land
I tried just now and it's still not working from Mac OS X.On 10/26/06, Igor Vaynberg <[EMAIL PROTECTED] > wrote:that should have been fixed last night, please try again-Igor On 10/26/06, Caleb Land < [EMAIL PROTECTED] > wrote:I tried updating my working directory of Wicket trunk

[Wicket-user] I can't update my trunk

2006-10-26 Thread Caleb Land
and then build from there. Does anybody know if there is a fix for Mac OS X?-- Caleb Land([EMAIL PROTECTED]) - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated tec

Re: [Wicket-user] IBehavior#rendered() is called twice when a component that has that behavior is rendered via AJAX.

2006-10-16 Thread Caleb Land
On 10/16/06, Caleb Land <[EMAIL PROTECTED]> wrote: I'm using Wicket 2.0The IBehavior#rendered() method is called twice when a component that has that behavior is rendered via AJAX.  When rendering the component though the normal process (not ajax) it is only called once. Here are the

Re: [Wicket-user] Wicket 2.0: Adding a component via ajax that contributes javascript (like AutoCompleteTextField) doesn't work correctly in Firefox

2006-10-16 Thread Caleb Land
the _javascript_ is executed correctly in firefox, and that _javascript_ is not added as a in the ajax response.I don't understand why having the _javascript_ in a as well as a in the response would cause it not to execute correctly.On 10/15/06, Caleb Land <[EMAIL PROTECTED] > wrote

[Wicket-user] IBehavior#rendered() is called twice when a component that has that behavior is rendered via AJAX.

2006-10-16 Thread Caleb Land
h ajax.If this is a bug I can add it to the JIRA.-- Caleb Land( [EMAIL PROTECTED] ) - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make you

Re: [Wicket-user] Wicket 2.0: Adding a component via ajax that contributes javascript (like AutoCompleteTextField) doesn't work correctly in Firefox

2006-10-15 Thread Caleb Land
Okay.  I'm making this up as I go along, so this could be the worst idea ever, but what about scanning a component's response for

Re: [Wicket-user] Wicket 2.0: Adding a component via ajax that contributes javascript (like AutoCompleteTextField) doesn't work correctly in Firefox

2006-10-15 Thread Caleb Land
I've created the same testcase using wicket 1.2.2 and it works correctly in Firefox:http://www.granfalloon.com/~caleb/wicket-quickstart-1.2.2.zip I'm looking into the cause of it...On 10/15/06, Caleb Land <[EMAIL PROTECTED]> wrote: I'm using the 2.0 trunk.  I think he was re

Re: [Wicket-user] Wicket 2.0: Adding a component via ajax that contributes javascript (like AutoCompleteTextField) doesn't work correctly in Firefox

2006-10-15 Thread Caleb Land
I'm using the 2.0 trunk.  I think he was referring to the header contribution working when added via ajax.  That does appear to work (the correct

[Wicket-user] Wicket 2.0: Adding a component via ajax that contributes javascript (like AutoCompleteTextField) doesn't work correctly in Firefox

2006-10-14 Thread Caleb Land
hing work correctly in Firefox. -- Caleb Land([EMAIL PROTECTED]) - 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 IB

Re: [Wicket-user] Call stack size exceeded in Safari with Wicket-1.x

2006-10-14 Thread Caleb Land
   run(); > }>> I put a log message above the if statement that printed the value of> this.depth and Safari goes to 11 and then crashes, so I changed the> conditional to:>> if (this.depth > 10 || Wicket.Browser.isKHTML()) {>> and everything works correctly.>

[Wicket-user] Call stack size exceeded in Safari with Wicket-1.x

2006-10-13 Thread Caleb Land
e the if statement that printed the value of this.depth and Safari goes to 11 and then crashes, so I changed the conditional to: if (this.depth > 10 || Wicket.Browser.isKHTML()) {and everything works correctly.Could something I'm doing be causing this problem?  Or is this a bug in Wicket-1

Re: [Wicket-user] [tutorial] Wicket + Spring integration - revisited

2006-10-05 Thread Caleb Land
ou'll get the chance to share youropinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___Wicket-user mailing listWicket-user@lists.source