Re: Questions about Wicket sessions

2009-07-26 Thread David Chang
: Erik van Oosten e.vanoos...@grons.nl Subject: Re: Questions about Wicket sessions To: users@wicket.apache.org Date: Sunday, July 26, 2009, 2:08 PM David, Please note Sessions are not thread-safe in Wicket context means that the Session /object/ is not thread-safe. Note that requests

Re: Questions about Wicket sessions

2009-07-26 Thread David Chang
no, incorrect. multiple browser tabs can be used to access the same session instance simultaneously. -igor On Sun, Jul 26, 2009 at 1:17 PM, David Changdavid_q_zh...@yahoo.com wrote: Erik, thanks for your input. Please note Sessions are not thread-safe in Wicket context means

Serialization of a page with a long and dynamic list of records

2009-07-25 Thread David Chang
I am learning and evaluating Wicket now and have a question to ask. I have a page that displays a long list (say 2000) of records. This page is dynamic, which means the list of records may change for each reload. I understand that I should use loadable detachable model. My question is: does

Wicket Bench website has been down for a few days

2009-07-24 Thread David Chang
http://www.laughingpanda.org/mediawiki/index.php/Wicket_Bench Does anybody know why? I hope to use this Eclipse plugin. Thanks. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands,

Member variables in WebApplication are not serialized under Terracotta, correct?

2009-07-23 Thread David Chang
- they are not serialized however I don't know what will happen when using Terracotta... Am 23.07.2009 um 01:09 schrieb David Chang: Sorry if this is a dumb question. Thanks. - To unsubscribe, e-mail: users

Member variables in WebApplication are not serialized, correct?

2009-07-22 Thread David Chang
Sorry if this is a dumb question. Thanks. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Wicket Bench website is down

2009-07-22 Thread David Chang
I am hoping to download the Eclipse plugin and followed the link from the Wicket website, but the site is down. http://www.laughingpanda.org/mediawiki/index.php/Wicket_Bench Any other place to download this plugin? Thanks.

Re: Member variables in WebApplication are not serialized, correct?

2009-07-22 Thread David Chang
correct - they are not serialized however I don't know what will happen when using Terracotta... Am 23.07.2009 um 01:09 schrieb David Chang: Sorry if this is a dumb question. Thanks. - To unsubscribe, e

PageLink deprecated in 1.4

2009-07-21 Thread David R Robison
I noticed that the PageLink class is deprecated in 1.4. What should it be replaced with in my application code? David -- David R Robison Open Roads Consulting, Inc. 103 Watson Road, Chesapeake, VA 23320 phone: (757) 546-3401 e-mail: drrobi...@openroadsconsulting.com web: http

Portlet

2009-07-14 Thread David Skuben
Hello

Re: Large internet rich UI Wicket websites?

2009-07-03 Thread David Chang
, David Changdavid_q_zh...@yahoo.com wrote: Martin, I looked at the list and it seems none of them meets what I said about large rich ui Wicket website. Likely I am ignorant. Please enlighten me. By large, I mean something similar or close to amazon.com or ebay.com that have a large

Re: Large internet rich UI Wicket websites?

2009-07-02 Thread David Chang
, David Changdavid_q_zh...@yahoo.com wrote: Martin, I looked at the list and it seems none of them meets what I said about large rich ui Wicket website. Likely I am ignorant. Please enlighten me. By large, I mean something similar or close to amazon.com or ebay.com that have a large

Re: Large internet rich UI Wicket websites?

2009-07-02 Thread David Chang
for choosing a framework you should probably go with servlets. there are some very very large sites out there written in pure jsp and servlets. good luck. -igor On Thu, Jul 2, 2009 at 10:57 AM, David Changdavid_q_zh...@yahoo.com wrote: Jeremy, thanks for your input. I don't quite

Large internet rich UI Wicket websites?

2009-07-01 Thread David Chang
I am still learning Wicket. The more I read from Wicket in Action, the more I like it. From the book, I know that companies from startups to large-size ones such as IBM, Amazon, etc. use Wicket for their projects, but I cannot find a list of specific larget internet rich UI websites coded

Re: Large internet rich UI Wicket websites?

2009-07-01 Thread David Chang
01.07.2009 um 20:11 schrieb David Chang: I am still learning Wicket. The more I read from Wicket in Action, the more I like it. From the book, I know that companies from startups to large-size ones such as IBM, Amazon, etc. use Wicket for their projects, but I cannot find a list of specific

Re: Mix generic HTML for Wicket

2009-06-16 Thread David Brown
Hello Igor, thanks for the reply. If I browse the repo at: http://wicket-stuff.svn.sf.net/svnroot/wicket-stuff only shows ghosted folders for: attic, sandbox, etc. The sourcecode is not available for check out. Please advise, David. - Original Message - From: Igor Vaynberg igor.vaynb

Re: Mix generic HTML for Wicket

2009-06-09 Thread David Brown
would give me the same as is found in the wicketstuff attic please advise, David. - Original Message - From: Igor Vaynberg igor.vaynb...@gmail.com To: users@wicket.apache.org Sent: Saturday, June 6, 2009 12:14:41 PM GMT -06:00 US/Canada Central Subject: Re: Mix generic HTML for Wicket

WicketRuntimeException: Unable to initialize org.apache.wicket.extensions.Initializer

2009-06-09 Thread David Brown
, David. Yet some, not wise, go to the other side of the globe, to barbarous and unhealthy regions, and devote ten or twenty years, in that they may live,-that is, keep comfortably warm,- and die in New England at last. Henry David Thoreau - Walden - 1845

Problems with UTF-8 chars in query string

2009-06-08 Thread David Leangen
this should not be a problem. Thank you! =David - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Problems with UTF-8 chars in query string

2009-06-08 Thread David Leangen
%259C%25AC%25E8%25AA%259E HTTP/1.1 The second request is double-encoded and is not correct. So, not a Wicket problem. However, any ideas where I could look for the solution? Thanks! =David On Jun 9, 2009, at 1:56 PM, David Leangen wrote: Hello! I am having a problem with the double

Re: Problems with UTF-8 chars in query string

2009-06-08 Thread David Leangen
Ok, sorry for the noise. I just needed to add the [NE] rule to my RewriteRule in my apache config and that did the trick. Cheers, =David On Jun 9, 2009, at 2:06 PM, David Leangen wrote: Ok, this seems to have something to do with proxying, not Wicket. When I enter 日本語 into the form

Re: WIA ch 13 DAO creation (just a lot of cheese?)

2009-06-03 Thread david
Hello Igor, thanks for the reply. I have already tried the wiki/forum: 20-30 views but no replies. Thanks, David. Igor Vaynberg wrote .. the book has a forum that may be a better place to ask this. www.wicketinaction.com/support -igor On Tue, Jun 2, 2009 at 6:44 AM, David Brown dbr

Re: WIA ch 13 DAO creation (just a lot of cheese?)

2009-06-02 Thread David Brown
...@carmanconsulting.com To: users@wicket.apache.org Sent: Monday, June 1, 2009 9:39:32 PM GMT -06:00 US/Canada Central Subject: Re: WIA ch 13 DAO creation (just a lot of cheese?) Does Test extend DomainObject? On Mon, Jun 1, 2009 at 10:32 PM, David Brown dbr...@sexingtechnologies.com wrote: Hello wicket

WIA ch 13 DAO creation (just a lot of cheese?)

2009-06-01 Thread David Brown
Hello wicket bunch, I have a curious situation using the WIA ch13 DAO/hibernate code. When I try to introduce a third class aptly named: Test in the domain and a DAO interface named: TestDao and then a class: TestDaoImpl I get the unresolvable Error: ***

Error filterStart -- how to know what caused tomcat start failure?

2009-05-30 Thread David Chang
Hello, I am in the process of learning Wicket and testing different things. One of the biggest problems so far is that when starting Tomcat, I often get the following error message: SEVERE: Error filterStart AND Tomcat gives no detail what cuased the problem Any way I can make Tomcat

Re: Wicket Quickstart vs WIA eclipse projects: why so different?

2009-05-30 Thread david
properties limits copying .HTML files with the classes. I have not found how or where to change this. Any and all feedback welcomed. Regards, David. Igor Vaynberg wrote .. like i said, the best way is to right click the Start class and do run as java application. you can, of course, do it any

Re: Error filterStart -- how to know what caused tomcat start failure?

2009-05-30 Thread David Chang
I googled a lot but failed to find satisfactory answers. I just find a way to make tomcat to produce more error info than simply May 30, 2009 12:06:57 PM org.apache.catalina.core.StandardContext start SEVERE: Error filterStart May 30, 2009 12:06:57 PM org.apache.catalina.core.StandardContext

Re: Error filterStart -- how to know what caused tomcat start failure?

2009-05-30 Thread David Chang
filterStart -- how to know what caused tomcat start failure? To: users@wicket.apache.org Date: Saturday, May 30, 2009, 12:24 PM There are also other tomcat logs, have you looked into them? I found an cause of this error in other log, but I do not remember which one was that. Vitek David

Re: Wicket Quickstart vs WIA eclipse projects: why so different?

2009-05-30 Thread David Brown
for work I'm running out of time quickly. Thanks and regards, David. - Original Message - From: Luther Baker lutherba...@gmail.com To: users@wicket.apache.org Sent: Saturday, May 30, 2009 9:36:55 AM GMT -06:00 US/Canada Central Subject: Re: Wicket Quickstart vs WIA eclipse projects: why

Re: Wicket Quickstart vs WIA eclipse projects: why so different?

2009-05-30 Thread David Brown
Hello Igor, thanks - that did the trick. Regards, David. - Original Message - From: Igor Vaynberg igor.vaynb...@gmail.com To: users@wicket.apache.org Sent: Saturday, May 30, 2009 4:13:37 PM GMT -06:00 US/Canada Central Subject: Re: Wicket Quickstart vs WIA eclipse projects: why so

Wicket Quickstart vs WIA eclipse projects: why so different?

2009-05-29 Thread David Brown
but no change. The Windows cmd console shows the usual Wicket WARNING: running in development mode. I plan to use the wicket-in-action almost verbatim including the Hibernate DAO for my current gig. It is probably only a few weeks before they start holding my feet to the fire. Please advise, David

Re: Wicket Quickstart vs WIA eclipse projects: why so different?

2009-05-29 Thread David Brown
Hello Ryan, thanks for the reply but I have the project imported successfully into Eclipse. David. - Original Message - From: Ryan Gravener r...@ryangravener.com To: users@wicket.apache.org Cc: david da...@davidwbrown.name Sent: Friday, May 29, 2009 4:53:33 PM GMT -06:00 US/Canada

Re: Wicket Quickstart vs WIA eclipse projects: why so different?

2009-05-29 Thread David Brown
Hello Igor, thanks for the reply. Can I just ignore the QuickStart embedded jetty and install jetty on Eclipse then do a run-as without any issues? Please advise, David. - Original Message - From: Igor Vaynberg igor.vaynb...@gmail.com To: users@wicket.apache.org Cc: david da

How to receive digested emails once a day from this mailing list ???

2009-05-27 Thread David Chang
I am new to this mailing list and I like it very much. I like the active community and the questions and answers, but I prefer to receive all the emails combined together in a single email once a day. I want to stay in the loop. I tried user-digest-subscr...@wicket.apache.org and there is no

Re: Misfunctionality in WIA source code

2009-05-26 Thread David Brown
Hello, did you ever resolve the issue with the book code?. I am on chapter 5.x in the WIA and I have posted a couple of issues but no response here either. David. - Original Message - From: HHB hubaghd...@yahoo.ca To: users@wicket.apache.org Sent: Sunday, May 17, 2009 7:09:57 AM GMT

Re: How to test for a redirect after form submit, eg. setting RedirectRequestTarget?

2009-05-26 Thread David Brown
Hello, if you don't get a Wicket solution you might want to try real-time testing for re-direction using something like the Apache JMeter: http://jakarta.apache.org/jmeter/ - Original Message - From: Jörn Zaefferer joern.zaeffe...@googlemail.com To: Wicket Users

Re: DownloadLink (Javadoc)

2009-05-26 Thread David Brown
such that I don't have to switch to a terminal or command window to redeploy to see the results of my changes. Maybe, somebody out there has a suggestion? Thanks and please advise, David. There are 10 kinds of people in this world: those who understand binary and those who don’t (Valid only

Any easy way to do client-side javascript-based validation with Wicket?

2009-05-25 Thread David Chang
I am now reading the book Wicket in Action to learn about Wicket. The more I read and the more I like it! I did a few projects with Spring MVC in the past. In these projects, I defined form field validation rules in an XML file and Spring adds both client side and server-side, which I think

Re: Any easy way to do client-side javascript-based validation with Wicket?

2009-05-25 Thread David Chang
/25 David Chang david_q_zh...@yahoo.com: I am now reading the book Wicket in Action to learn about Wicket. The more I read and the more I like it! I did a few projects with Spring MVC in the past. In these projects, I defined form field validation rules in an XML file and Spring adds

RE: Any easy way to do client-side javascript-based validation with Wicket?

2009-05-25 Thread David Chang
for it (http://bassistance.de/jquery-plugins/jquery-plugin-validation/). Very easy to integrate. And most of the times it's only adding extra style class to field and it works. Kind Regards, Frank Klein Koerkamp -Original Message- From: David Chang [mailto:david_q_zh...@yahoo.com] Sent

RE: Any easy way to do client-side javascript-based validation with Wicket?

2009-05-25 Thread David Chang
Message- From: David Chang david_q_zh...@yahoo.com Sent: Monday, May 25, 2009 9:19 AM To: users@wicket.apache.org Subject: RE: Any easy way to do client-side javascript-based validation with  Wicket? Frank, thanks so much for your input. It seems your jQuery validation plugin

Re: DownloadLink

2009-05-25 Thread David Brown
Hello, it just so happens I have been looking for Wicket Javadoc. the Wicket jar I have contains no javadoc. Please reply with the source of the Wicket javadoc you are referencing. Please advise, David. There are 10 kinds of people in this world: those who understand binary and those who don’t

Stump the WIA newbie

2009-05-25 Thread David Brown
was not successful on the part left as an exercise for the reader: migrate the new Label() for the Total to some presumably documented Ajax method. The particulars follow. Please advise (or hint), David. Wicket: WIA 1.3.6 Eclipse: 3.4.2 WIA: listing 5.8. Build: maven Arguing with an engineer is like

Re: Form Components With Built In Feedback

2009-05-14 Thread David Leangen
textfield.setcomponentborder(new fieldborder()); I didn't see FieldBorder in the javadocs. What is the full class name? Thanks! =David - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands

Re: Pre-built wicket sample app for a starter to copy?

2009-05-12 Thread David Brown
Hello, please excuse if the wicket-security project is readily visible. Otherwise, reply with the link. Much appreciated. Regards, David. There are 10 kinds of people in this world: those who understand binary and those who don’t (Valid only for 2's complement). - Original Message

Pre-built wicket sample app for a starter to copy?

2009-05-11 Thread David Chang
Hello, I have a web project to do and this time I am going to do it with Wicket instead of Spring MVC. And I need your input. The tools I plan to use include Wicket, Spring, Hibernate, Acegi, and Displaytag. I recall when I started my first Spring project, I copied Matt Rabile’s example

Re: Pimp your Wicket app!

2009-05-07 Thread David Brown
-generated cut-and-paste Servlet sourcecode, a few pojos, hundreds of Stored Procedures executing against 800+ tables and no keys!. If I succeed in navigating this quagmire web app I will surely post the deliverable. Regards, David. There are 10 kinds of people in this world: those who understand

Re: Maven setup

2009-05-06 Thread David Brown
Hello Frank, I can't answer all the questions but... * I'm a 10+ year nearly Java only developer. I was initially very impressed with databinder but the only real support for databinder I could find is @: http://code.google.com/p/wicket-web-beans/ * I have 1.3.5 running in Eclipse (Ganymede)

Wicket in Action book p95 Listing 4.6 change not rendered

2009-05-03 Thread david
? Please advise, David. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Wicket in Action book p. 38

2009-04-26 Thread david
can't help myself I must pose the question: has anyone embedded MySQL with Wicket? See link below. Please advise, David. *** http://swik.net/MySQL/Mark+Matthew/Yes,+it+really+is+this+easy+to+embed+MySQL+Server+into+your+Java+Application/bv64

Re: Wicket HttpSession Thread Safety

2009-04-20 Thread david
generate more interested replies. ;-) David. Carlo Camerino wrote .. Hi, I would just like to post an inquiry on how wicket handles httpsession concurrency. When the application usage volume goes way up, it seems that httpsession is problematic. In struts for example, if you use

RE: Custom URL Handling

2009-04-20 Thread David Leangen
-in-URL-when-target-is-instance-o f-BookmarkablePageRequestTarget-td18188845.html Good luck! Please let me know how this works out. Cheers, =David - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: Custom URL Handling

2009-04-19 Thread David Leangen
Matt, I have done something similar, but depending on the version of Wicket you use, I wouldn't necessary recommend it. Things can get a little messy. I did this in 1.3.x. IIRC, I was told this was made easier in 1.4. What version are you using? =dml On Apr 20, 2009, at 1:54 PM,

RE: OAuth in Wicket

2009-04-14 Thread David Leangen
. Cheers, =David -Original Message- From: Brill Pappin [mailto:br...@pappin.ca] Sent: 15 April 2009 01:14 To: users@wicket.apache.org Subject: OAuth in Wicket This looks very interesting. http://oauth.net/ Has anyone integrated OAuth with wicket? - Brill Pappin

Wicket in Action vs the other main books

2009-04-10 Thread David Brown
-the-coop. Rants and Raves welcomed. Please advise, David. There are 10 kinds of people in this world: those who understand binary and those who don’t (Valid only for 2's complement). - To unsubscribe, e-mail: users

Re: Wicket in Action vs the other main books

2009-04-10 Thread David Brown
with the demo examples. Thanks again, David. There are 10 kinds of people in this world: those who understand binary and those who don’t (Valid only for 2's complement). - Original Message - From: Erik van Oosten e.vanoos...@grons.nl To: users@wicket.apache.org Sent: Friday, April 10, 2009 9:54

Re: Wicket in Action vs the other main books

2009-04-10 Thread David Brown
current gig. I may even be able to keep my job! Regards, ;-) David. There are 10 kinds of people in this world: those who understand binary and those who don’t (Valid only for 2's complement). - Original Message - From: Igor Vaynberg igor.vaynb...@gmail.com To: users@wicket.apache.org Sent

Re: Communication between applications, one using wicket

2009-04-09 Thread David Brown
work but better than developing something with low-level Java nuts-and-bolts. The systems I glued together were: a C/C++/Oracle backend concoction to a .asp/vbscript(ed) front-end. HTH, David. There are 10 kinds of people in this world: those who understand binary and those who don’t (Valid

Re: Communication between applications, one using wicket

2009-04-09 Thread David Brown
. On Thu, Apr 9, 2009 at 8:59 AM, John Krasnay j...@krasnay.ca wrote: On Thu, Apr 09, 2009 at 07:48:10AM -0500, David Brown wrote: Hello Cristi, this is typically referred to as diparate sytems communications issue. In the past I have had some success between such sytems using a WSDL

Re: Wicket Noob: Long cannot be cast to java.lang.String

2009-04-09 Thread david
David Brown dbr...@sexingtechnologies.com: Hello Johan, thanks! the static NumberValidator.RangeValidator(long minimum, long maximum) worked! Wicket is great. I just wished Wicket was available 10 years ago! Regards, David. There are 10 kinds of people in this world: those who understand

Re: Wicket Noob: Long cannot be cast to java.lang.String

2009-04-08 Thread David Brown
Hello Johan, thanks! the static NumberValidator.RangeValidator(long minimum, long maximum) worked! Wicket is great. I just wished Wicket was available 10 years ago! Regards, David. There are 10 kinds of people in this world: those who understand binary and those who don’t (Valid only for 2's

Wicket Noob: Long cannot be cast to java.lang.String

2009-04-07 Thread David Brown
for Long and Integer in a HTML text input dialog but when I try to Save (write the value back to the DB) I get the following error condition. I can only work with String data and nothing else using the wicket ids. Please advise, David

Re: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread David Leangen
Or... WTF! (Wicket The Framework) +1 - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: how to display a BookmarkableLink so it can't be clicked

2009-03-30 Thread David Leangen
isEnabled() Cheers, =David On Mar 31, 2009, at 9:34 AM, Jason Novotny wrote: Hi, I have a case where if some condition is met I don't want a link to be clickable... but I want it to display the link text (so overriding isVisible() is not an option). Any ideas on the most elegant

Re: Wicket serialization problems for OSGi users

2009-03-23 Thread David Leangen
not getting anywhere yet. In any case, I am still pondering over whether or not the framework should even directly serialize those private classes... Haven't yet come to any conclusions. Cheers, =David - To unsubscribe, e-mail

Wicket serialization problems for OSGi users

2009-03-22 Thread David Leangen
I know there have been a few people inquiring about this from time to time. I write about my experiences here, in the hope that this is helpful: http://bioscene.blogspot.com/2009/03/serialization-in-osgi.html Cheers, =David

Future of WicketObjectStreamFactory

2009-03-09 Thread David Leangen
Hi, Just wondering about WicketObjectStreamFactory. For a reason that I have not yet been able to determine, I am having deserialization problems when using the default serialization. However, if I set this: setObjectStreamFactory(new WicketObjectStreamFactory()); then my problems go away.

Re: Problems with ListMultipleChoice component

2009-02-19 Thread David R Robison
ListMultipleChoice(devicesOutChain, new PropertyModel(this, addDevicesList), createListOfOptions())); My thoughts was that addDeviceList would then contain the list of DeviceGeneric items that were selected from the list created by createListOfOptions(). Am I missing something here? David Timo Rantalaiho

Re: Problems with ListMultipleChoice component

2009-02-19 Thread David R Robison
Opps... Due to a cut and paste error I had default form processing set to false. Now don't I feel silly! Thanks, David David R Robison wrote: Yes, and thanks for the quick response. What is missing from the example is how to read the list of selected items. Here is some of my code fragments

ACEGI and Kerberos Security

2009-02-19 Thread David R Robison
Does anyone have an example of integrating ACEGI security with Kerberos authentication in a Wicket application? Thanks, David -- David R Robison Open Roads Consulting, Inc. 103 Watson Road, Chesapeake, VA 23320 phone: (757) 546-3401 e-mail: drrobi...@openroadsconsulting.com web: http

How exactly does RestartResponseAtInterceptPageException work?

2009-02-15 Thread David Leangen
this for me. Thank you! =David - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

How exactly does RestartResponseAtInterceptPageException work?

2009-01-21 Thread David Leangen
:::) was returned to upon continueToOriginalDestination(). In that case, shouldn't my onClick() above be called upon return? It's not. Thank you! =David - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: Filter or update content of AjaxFallbackDefaultDataTable

2009-01-07 Thread David Ojeda
...@carmanconsulting.comwrote: Have you looked at the classes in this package? http://wicket.apache.org/docs/wicket-1.3.2/wicket-extensions/apidocs/org/apache/wicket/extensions/markup/html/repeater/data/table/filter/package-summary.html On Mon, Jan 5, 2009 at 11:06 AM, David Ojeda dojeda-l

Re: RestartResponseAtInterceptPageException and the query string

2009-01-06 Thread David Leangen
. because of its return functionality So it seems I am kind of stuck...not here, not there...but thanks for clearing it to me on my possibilities. On Tue, Jan 6, 2009 at 6:29 AM, David Leangen wic...@leangen.net wrote: Since nobody has replied yet... You can do

Filter or update content of AjaxFallbackDefaultDataTable

2009-01-05 Thread David Ojeda
Hello wicketeers! I hace yet another question about AjaxFallbackDefaultDataTable (I will call it AFDTT): I have an AFDDT with, say, 100 rows. I would like to filter this table so it only shows the elements that meet a certain condition, OR, redefine its DataProvider so it shows some elements.

Re: RestartResponseAtInterceptPageException and the query string

2009-01-05 Thread David Leangen
Since nobody has replied yet... You can do this with RestartResponseException but not RestartResponseAtInterceptPageException. The difference between the two is that the former will simply break the current path and restart somewhere else, I guess kinda like a goto statement. In the latter

ajaxfallbackdefaultdatatable toolbars

2009-01-03 Thread David Ojeda
Hello Wicketeers, I am using an AjaxFallbackDefaultDataTable. I would like to have the navigation panel as a bottom toolbar rather than a top toolbar. Is there any way to do this, other than overriding its constructor so it does not do addTopToolbar(...) ? Thank you, David

Re: Contributing to Wicket - Client side form validation

2008-12-30 Thread David Ojeda
Carl, I think this project is very interesting. I was recently investigating on client side validation with wicket and could not find any pure client-side solution. I will be waiting for your link... David On Wed, Dec 31, 2008 at 12:10 PM, jWeekend jweekend_for...@cabouge.comwrote: Carl

Re: Modal Window height

2008-12-28 Thread David Ojeda
Thanks Matej, that did it On Sun, Dec 28, 2008 at 9:30 PM, Matej Knopp matej.kn...@gmail.com wrote: Hi, try modalwindow.setUseInitialHeight(false); -Matej On Sat, Dec 27, 2008 at 9:39 PM, David Ojeda dojeda-l...@integra.la wrote: Hello all, I am using a modal window with a panel

Re: Confusion with placeholder tags

2008-12-27 Thread David Ojeda
:02 PM, David Ojeda dojeda-l...@integra.la wrote: Hello all, I am trying to implement a panel with a table whose tr's are Fragments. I am using ListView in order to generate several table rows, but my rendered table has some markup that I wish to eliminate: 1.- the span wicket:id

Modal Window height

2008-12-27 Thread David Ojeda
-extensions 1.3.5 Best regards, David

Confusion with placeholder tags

2008-12-26 Thread David Ojeda
Hello all, I am trying to implement a panel with a table whose tr's are Fragments. I am using ListView in order to generate several table rows, but my rendered table has some markup that I wish to eliminate: 1.- the span wicket:id=caption tag, which I thought would be eliminated when calling

https/http using wicket + swarm + acegi

2008-12-20 Thread David Ojeda
a successful login. Any pointers on this one? Thanks, David

Re: [OT] wicket users around the world

2008-12-17 Thread David Leangen
:-) lol Better watch out, or you'll get every single member here put on the oh-so-intelligent international no fly list. ;-) On Wed, 2008-12-17 at 08:50 +0330, Iman Rahmatizadeh wrote: Tehran, Iran I'm using wicket in developing the next gen nuclear bombs errr... sorry, no political

RE: Openid integration?

2008-12-10 Thread David Leangen
Hi, Nino, Sorry, I haven't been following this list daily lately. I probably should, since I just sifted through 500 messags. Wow, this list is really active! Anyway, I did say I'd get back to you once I completed my OpenID integration, and I just completed it recently. However, I'm not sure

RE: Create custom UrlCodingStrategy

2008-12-10 Thread David Leangen
Assuming I understand what you're asking for... There is a solution, but that's about all I can say. I can say this because I managed somehow to pull it off. However, it took a lot of hacks to the wicket code, which I don't recommend to anybody. [Just to make sure I understand, let me explain

RE: spring proxy for my model causes notSerializable exception

2008-12-10 Thread David Leangen
I just briefly scanned your message, but this did remind me of something. Not sure if it's related or not... As far as I could tell from the Wicket code, for some reason proxy classes do not get serialized. I've been meaning to ask about this myself, as it's been causing me problems. Cheers,

Re: Openid integration?

2008-12-10 Thread David Leangen
Hmm, I do actually have something working, which seems to be really simple. Ok, good for you! Using openid4java, my only problem are that I cant seem to get any openid providers to give me the requested attributes, like email and name. How did you solve this? Are you sure it's an

Re: spring proxy for my model causes notSerializable exception

2008-12-10 Thread David Leangen
As far as I could tell from the Wicket code, for some reason proxy classes do not get serialized. I've been meaning to ask about this myself, as it's been causing me problems. that used to happen only if you used wicket's special serializer. it was the default one for a little while,

Integrating dijit.form.FilteringSelect

2008-11-25 Thread David R Robison
Has anyone integrated the dojo widget dijit.form.FilteringSelect into a Wicket application? I want to use AJAX to dynamiclly populate the drop down list. TNX David -- David R Robison Open Roads Consulting, Inc. 103 Watson Road, Chesapeake, VA 23320 phone: (757) 546-3401 e-mail: [EMAIL

Question on PageMap

2008-11-11 Thread David R Robison
when I know I am no longer going to need its values? My end goal is to try and squeeze more performance out of my application. I hope this is understandable... any thoughts? -- David R Robison Open Roads Consulting, Inc. 103 Watson Road, Chesapeake, VA 23320 phone: (757) 546-3401 e-mail: [EMAIL

Re: Size of session cache

2008-11-11 Thread David R Robison
The size the session takes up on the disk. David Johan Compagner wrote: which size exactly are you talking about? On Mon, Nov 10, 2008 at 11:03 PM, David R Robison [EMAIL PROTECTED] wrote: Is there a convenient way to tell the size of user's session cache? David -- David R Robison

PageLink or BookmarkablePageLink

2008-11-10 Thread David R Robison
Is there any advantage to using PageLink over BookmarkablePageLink? David -- David R Robison Open Roads Consulting, Inc. 103 Watson Road, Chesapeake, VA 23320 phone: (757) 546-3401 e-mail: [EMAIL PROTECTED] web: http://openroadsconsulting.com blog: http://therobe.blogspot.com book: http

Size of session cache

2008-11-10 Thread David R Robison
Is there a convenient way to tell the size of user's session cache? David -- David R Robison Open Roads Consulting, Inc. 103 Watson Road, Chesapeake, VA 23320 phone: (757) 546-3401 e-mail: [EMAIL PROTECTED] web: http://openroadsconsulting.com blog: http://therobe.blogspot.com book: http

Re: Associating a request to a Session

2008-10-23 Thread David Leangen
On Wed, 2008-10-22 at 23:10 -0700, Serkan Camurcuoglu wrote: I think your session id changes because you access the server as localhost:8080 for the first time, but yahoo forwards you back to www.bioscene.co.jp (which I think is the same host), so you access the same server with a different

Re: Associating a request to a Session

2008-10-22 Thread David Leangen
On Tue, 2008-09-23 at 20:50 -0700, Igor Vaynberg wrote: wicket does not associate a request with a session. wicket uses httpsession to store its own session object. what you want is to know how the servlet container associates a request with http session. usually that is done with the

Re: Associating a request to a Session

2008-10-22 Thread David Leangen
Before I dig into the container implementation (which I would prefer to avoid), does anybody have any suggestions about how I can somehow return to the original session, or at least copy over the state of the old session into the new session in a clean way? Actually, the only thing I want to

Re: Associating a request to a Session

2008-09-24 Thread David Leangen
Hi, Nino! I believe it's also the servlet container that handles this, with either a cookie or an url rewrite... Yeah... I've decided to take another route on this, since I don't like relying on the servlet container. Thanks again for your comments, though. :-) I've thought of doing some

Re: Associating a request to a Session

2008-09-24 Thread David Leangen
I've thought of doing some components for openid as it would be nice to have some for it... But maybe you can do it instead? :) I'd be happy to share my work, but I don't know how valid it would be for general use. Great I can maybe snag something of it and build a general

Re: Forwarding to a servlet

2008-09-23 Thread David Leangen
I think you could just use response.sendRedirect() and request.forward() , rest of the code should still be processed. This seemed to work just fine: RequestCycle.get().setRequestTarget( redirectTarget ); However, I'm running into a problem... not sure if it's related or not, so I'll

<    1   2   3   4   5   6   7   >