Where to best configure user timezone?

2011-11-27 Thread Tauren Mills
Where is the recommended place to configure the timezone for a user? My user object has a timezone setting that the user can control (Member.timezone). The following code seems to work and configure all of the Wicket components to use the user's timezone: ClientInfo ci =

Re: Where to best configure user timezone?

2011-11-27 Thread Tauren Mills
...@gmail.comwrote: session.login should be good... -igor On Sun, Nov 27, 2011 at 2:07 PM, Tauren Mills tau...@groovee.com wrote: Where is the recommended place to configure the timezone for a user? My user object has a timezone setting that the user can control (Member.timezone). The following

Re: Wicket Stuff Core 1.4.1 Release[ing]

2009-09-14 Thread Tauren Mills
As Nino points out, Shiro does have a snapshot pom available now, but no actual release version yet. I thought about adding the snapshot pom to wicketstuff shiro-security, but the snapshot is rather bleeding edge and I worry that it may not work at some point. Should I go ahead and do it anyway?

Re: FileUploadField bug in Chrome with ajax?

2009-08-27 Thread Tauren Mills
: http://osdir.com/ml/users-wicket.apache.org/2009-08/msg00836.html Regards, Peter 2009-08-26 05:46 keltezéssel, Tauren Mills írta: I haven't confirmed this is really a bug yet, but it looks like there may be a problem using Ajax form submit with FileUploadField in Chrome.  I'm using Wicket

FileUploadField bug in Chrome with ajax?

2009-08-25 Thread Tauren Mills
I haven't confirmed this is really a bug yet, but it looks like there may be a problem using Ajax form submit with FileUploadField in Chrome. I'm using Wicket 1.4.1. Using an ajaxbutton submitted form, I get this error in wicket-ajax-debug: ERROR: Wicket.Ajax.Call.failure: Error while parsing

Re: Improving maven/wicket deployment process

2009-08-24 Thread Tauren Mills
Igor, Thanks for the suggestion. Definitely looks like a good way to go. Tauren On Sun, Aug 23, 2009 at 5:02 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: we used to do something like this before we switched to jndi valueclasspath*:/application.properties/value -- prod values

Re: Improving maven/wicket deployment process

2009-08-21 Thread Tauren Mills
I just wanted to follow up on this. As an interim solution until I have time to really do this right (using Hudson, etc.), I've done what is suggested here: http://www.developer.com/java/ent/article.php/3811931 In my spring config PropertyPlaceholderConfigurer, I use this:

Re: Improving maven/wicket deployment process

2009-08-17 Thread Tauren Mills
Janos and Jeremy, Thank you both for your feedback! After considering your answers, I think that using Maven profiles is most in line with my needs. And the suggestion to use the command line -Dwicket.configuration=deployment parameter will certainly help. I've never used Hudson before, but I'm

Improving maven/wicket deployment process

2009-08-15 Thread Tauren Mills
I currently don't have an automated deployment process in place for a wicket/spring/hibernate/maven project and am looking for suggestions on how to best implement one. I'm open to any suggestions as well as references to helpful URLs and other resources. When it is time to deploy my project, I

Re: Maven with Eclipse

2009-07-23 Thread Tauren Mills
Stefan, I'm using m2eclipse. But it can take a little getting used to. I also think it causes an occasional eclipse crash. However, I'm still glad to have it. Never tried the other one. Once m2eclipse installed, go to your SVN Repositories perspective, browse the wicketstuff-core project.

Re: Maven with Eclipse

2009-07-23 Thread Tauren Mills
Stefan -Ursprüngliche Nachricht- Von: Tauren Mills [mailto:yowza...@gmail.com] Gesendet: Donnerstag, 23. Juli 2009 18:30 An: users@wicket.apache.org Betreff: Re: Maven with Eclipse Stefan, I'm using m2eclipse. But it can take a little getting used to. I also think it causes

Re: jWicket -- jQuery with Wicket integration

2009-07-22 Thread Tauren Mills
Hi Richard, I actually tried out WiQuery before deciding it wasn't the right tool for me. I can't remember the exact specifics of the issues I had with it, and I only spent about a day with it. But I remember feeling like I was being forced to use it whenever and wherever I wanted to add ANY

Re: Migration of wicket-ki-security to wicket-shiro-security

2009-06-27 Thread Tauren Mills
, I'll add it to the wicketstuff-core POM. Tauren On Fri, Jun 26, 2009 at 3:10 PM, Tauren Mills tau...@groovee.com wrote: This makes total sense to me. Now I know, sorry for any confusion this may have caused. I've commented out shiro-security and will uncomment it when it's dependencies

Migration of wicket-ki-security to wicket-shiro-security

2009-06-26 Thread Tauren Mills
I've created a new project in WicketStuff for wicket-shiro-security: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/shiro-security/ This project is basically the same as wicket-ki-security, but I've changed all references of apache ki/jsecurity to shiro. In

Re: Migration of wicket-ki-security to wicket-shiro-security

2009-06-26 Thread Tauren Mills
BTW -- I added a page to the wiki as well: http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-shiro-security Thanks Martijn -- not sure if it should be moved yet, but that's good to know. Tauren On Fri, Jun 26, 2009 at 1:35 AM, Martijn Dashorst martijn.dasho...@gmail.com wrote: I

Re: Migration of wicket-ki-security to wicket-shiro-security

2009-06-26 Thread Tauren Mills
On Fri, Jun 26, 2009 at 11:06 AM, Tauren Mills tau...@groovee.com wrote: BTW -- I added a page to the wiki as well: http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-shiro-security Thanks Martijn -- not sure if it should be moved yet, but that's good to know. Tauren

Re: Migration of wicket-ki-security to wicket-shiro-security

2009-06-26 Thread Tauren Mills
. mf Am 26.06.2009 um 10:23 schrieb Tauren Mills: I've created a new project in WicketStuff for wicket-shiro-security: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/shiro-security/ This project is basically the same as wicket-ki-security, but I've

Re: Migration of wicket-ki-security to wicket-shiro-security

2009-06-26 Thread Tauren Mills
with the following steps: svn checkout https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core cd wicketstuff-core mvn install mf Am 26.06.2009 um 22:02 schrieb Tauren Mills: I was just chatting with Les (from the Shiro project), and it sounds like Shiro

Problem with redirectToInterceptPage in AjaxLink with IndexedParamUrlCodingStrategy in Jetty

2009-05-21 Thread Tauren Mills
On a page that is mounted with an IndexedParamUrlCodingStrategy, I have an AjaxFallbackLink. If the user is not logged in, it's onclick issues a redirectToInterceptPage to my Login page. Once the user is logged in, my understanding is that the user should go back to the page that contains the ajax

Re: How to determine which validator failed in a CompoundValidator?

2009-04-22 Thread Tauren Mills
/weblog/2008-09-03/user-friendly-form-validation-with-wicket Regards, Daan Op 21 apr 2009, om 17:36 heeft Tauren Mills het volgende geschreven: Thanks Nino, Actually, I want just one error message right next to the username field that is specific to the username. I also want to highlight via

Re: How to determine which validator failed in a CompoundValidator?

2009-04-21 Thread Tauren Mills
... Or is it something more you want? 2009/4/21 Tauren Mills tau...@tauren.com: On a site registration form, I have three validators on the username field. One tests to make s... - To unsubscribe, e-mail: users-unsubscr

Re: Wicket based social apps, forums, wall-to-wall (facebook-style), live chat, etc.

2009-03-20 Thread Tauren Mills
, Tauren On Wed, Mar 18, 2009 at 12:07 AM, Martijn Dashorst martijn.dasho...@gmail.com wrote: iirc shindig is an open social container, maybe that is easy to integrate? And there are several facebook examples on the wiki. Martijn On Wed, Mar 18, 2009 at 1:31 AM, Tauren Mills tau...@tauren.com

Wicket based social apps, forums, wall-to-wall (facebook-style), live chat, etc.

2009-03-17 Thread Tauren Mills
Are there any existing open source projects that could help reduce the effort of integrating social communication features into a site? I've read through the archives and noticed several conversations about building a wicket-based forum. I believe Uwe started a google code project, but it looks

Re: Creating a brandable or white label type of application

2009-03-10 Thread Tauren Mills
hierarchy of pages. there are more general things like IResourceStreamProvider that will allow you to override where resources are loaded from on a global scale. -igor On Fri, Mar 6, 2009 at 7:30 PM, Tauren Mills tau...@groovee.com wrote: I'm looking for thoughts on ways to create a site that can

Creating a brandable or white label type of application

2009-03-06 Thread Tauren Mills
I'm looking for thoughts on ways to create a site that can be branded by a customer. It should do the following: * run in a single webapp deployed in a WAR file * multiple host names resolve to this same web app domain1.com - myapp.com domain2.com -- myapp.com * based on the host name, the

Re: Storing user entity in session?

2009-03-05 Thread Tauren Mills
that, neither does synchronized. Martijn On Fri, Feb 20, 2009 at 11:25 PM, Tauren Mills tau...@groovee.com wrote: Nino and Martijn, Thanks for the help.  Last night I was looking through the elephas code and found a solution that I think will work for me.  It doesn't store an LDM in the session

Re: Wicket VoiceXML framework?

2009-02-20 Thread Tauren Mills
, 2009 at 2:33 AM, nino martinez wael nino.martinez.w...@gmail.com wrote: Replying Inline.. 2009/2/20 Tauren Mills tau...@tauren.com Nino, I've considered learning more about VoiceXML as well, but it would be for a future project and unfortunately I don't have time to help right now. If you do

Re: Status of Wicket-Security (SWARM and WASP)?

2009-02-20 Thread Tauren Mills
20, 2009 at 3:48 PM, Tauren Mills tau...@groovee.com wrote: Does anyone know the current status of the wicket-security project? It looks like there has been no activity in svn for close to a year. And it is unclear if it will work with wicket 1.4. What is the preferred tool today

Re: Storing user entity in session?

2009-02-20 Thread Tauren Mills
Nino and Martijn, Thanks for the help. Last night I was looking through the elephas code and found a solution that I think will work for me. It doesn't store an LDM in the session, but stores an identifier and a *transient* instance of User. This seems like an effective solution to me. I tried

Re: Status of Wicket-Security (SWARM and WASP)?

2009-02-20 Thread Tauren Mills
can't do it via a role?. - Brill On 20-Feb-09, at 5:08 PM, Tauren Mills wrote: Jeremy, Thanks for the response. I apologize for touching on a sensitive subject like this, but I was unaware of the circumstances. My condolences to anyone who knew Maurice

Re: Status of Wicket-Security (SWARM and WASP)?

2009-02-20 Thread Tauren Mills
are we'll need to fix swarm/wasp as well, and invest into that when that happens. What doesn't work with swarm/wasp in wicket 1.4? Did you try it out? Martijn On Fri, Feb 20, 2009 at 11:08 PM, Tauren Mills tau...@groovee.com wrote: Jeremy, Thanks for the response. I apologize for touching

Re: Status of Wicket-Security (SWARM and WASP)?

2009-02-20 Thread Tauren Mills
-security to 1.4. If you have any additional information, please share it! Thanks, Tauren On Fri, Feb 20, 2009 at 2:52 PM, Tauren Mills tau...@groovee.com wrote: Martijn, I'm in the planning and estimating stages for this project, so no I haven't tried it out. I was hoping to hear from someone who

Storing user entity in session?

2009-02-19 Thread Tauren Mills
The WIA book and other example apps I've found online often show a User object being stored in the session: class BlogSession extends WebSession { private User user; } But does it make sense to do this if your User object is loaded from a persistence layer (Hibernate) and can contain a large

Re: Wicket VoiceXML framework?

2009-02-19 Thread Tauren Mills
Nino, I've considered learning more about VoiceXML as well, but it would be for a future project and unfortunately I don't have time to help right now. If you do get it going, I'd certainly be interested in contributing down the road. However, I am curious what your thoughts are in regards to

Re: ACEGI and Kerberos Security

2009-02-19 Thread Tauren Mills
David, I don't have an example, but the following wicketstuff resources might be of interest: http://wicketstuff.org/confluence/display/STUFFWIKI/Wicket-Security http://wicketstuff.org/confluence/display/STUFFWIKI/Swarm+and+Acegi+HowTo

Re: Storing user entity in session?

2009-02-19 Thread Tauren Mills
tried to attach one entity instance to two hibernate sessions?). We store the ID of the entity in the session, and load it in the requestcycle (and get the instance from there). Martijn On Fri, Feb 20, 2009 at 3:20 AM, Tauren Mills tau...@tauren.com wrote: The WIA book and other example apps

Wicket/Salve/Hibernate Examples

2009-01-22 Thread Tauren Mills
Can anyone point me to any example applications that are along the lines of Wicketstuff Phonebook, but that utilize Salve and Hibernate? Does anything like that exist? Thanks, Tauren - To unsubscribe, e-mail:

Re: Wicket/Salve/Hibernate Examples

2009-01-22 Thread Tauren Mills
at 5:06 PM, Tauren Mills tau...@tauren.com wrote: Can anyone point me to any example applications that are along the lines of Wicketstuff Phonebook, but that utilize Salve and Hibernate? Does anything like that exist? Thanks, Tauren

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-18 Thread Tauren Mills
source paths which Maven Eclipse plugin adds (project properties == java build path). After this, the markup files refreshed as expected. Tauren Mills-2 wrote: Thanks Igor, but I already looked there and the only thing listed in filtered resources is *.launch. Any other ideas? Tauren

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-16 Thread Tauren Mills
== java build path). After this, the markup files refreshed as expected. Tauren Mills-2 wrote: Thanks Igor, but I already looked there and the only thing listed in filtered resources is *.launch. Any other ideas? Tauren On Thu, Jan 15, 2009 at 4:05 PM, Igor Vaynberg igor.vaynb

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-16 Thread Tauren Mills
project using an archetype from within Eclipse. Choose File New Maven Project Next, and select the archetype you want to use. See: http://books.sonatype.com/maven-book/reference/eclipse-sect-m2e-create-archetype.html -Richard On Fri, Jan 16, 2009 at 2:47 AM, Tauren Mills tau...@tauren.com

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-16 Thread Tauren Mills
properties == java build path). After this, the markup files refreshed as expected. Tauren Mills-2 wrote: Thanks Igor, but I already looked there and the only thing listed in filtered resources is *.launch. Any other ideas? Tauren On Thu, Jan 15, 2009 at 4:05 PM, Igor Vaynberg igor.vaynb

Re: Technologies to use with large scale Wicket application

2009-01-16 Thread Tauren Mills
Hi Stefan, Your planing something quite impressive here ... or frightening ;) It does sound quite ambitious, doesn't it? Truthfully, I am a bit frightened... :) In reality, we aren't planning to roll out all of these features all at once. But we are trying to create a roadmap for future

Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-15 Thread Tauren Mills
Are there any wicket/eclipse/maven/m2eclipse users out there? I'm trying to get my development environment working properly and need your help. Up until now, I've been developing WIcket applications in Eclipse and have not been using maven. As long as my web.xml is set to development rather

Re: Technologies to use with large scale Wicket application

2009-01-15 Thread Tauren Mills
Theres also Wicketopia, http://wicketopia.sourceforge.net/ Nino -- Good to know, I will check it out. Alternatively, you could try Hippo CMS7. It's also built with Wicket on top of a JCR repository, but with some extensions that you might like. (workflow, authorization, virtual trees based

Re: Technologies to use with large scale Wicket application

2009-01-15 Thread Tauren Mills
with it. neat library with good support for wicket (at least 2 quite good integration packages) good luck with your venture Thanks so much! Tauren francisco On Tue, Jan 13, 2009 at 6:12 PM, Tauren Mills tau...@tauren.com wrote: Happy new year! My team is in the preliminary stages

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-15 Thread Tauren Mills
is turned off default because of javadoc html which usually doesn't want to be packaged inside your war/jar) Martijn On Fri, Jan 16, 2009 at 12:31 AM, Tauren Mills tau...@tauren.com wrote: Are there any wicket/eclipse/maven/m2eclipse users out there? I'm trying to get my development environment

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-15 Thread Tauren Mills
/compiler/building panel with FilteredREsources: textbox, remove *.html -igor On Thu, Jan 15, 2009 at 4:03 PM, Tauren Mills tau...@tauren.com wrote: Martijn, Thanks. But any clue how or where I do that? I've been poking around the preferences in eclipse and haven't found it. Tauren On Thu

Re: Wicket/Eclipse/Maven/m2eclipse - HTML files not refreshing

2009-01-15 Thread Tauren Mills
Eclipse plugin adds (project properties == java build path). After this, the markup files refreshed as expected. Tauren Mills-2 wrote: Thanks Igor, but I already looked there and the only thing listed in filtered resources is *.launch. Any other ideas? Tauren On Thu, Jan 15, 2009 at 4:05 PM

Re: Technologies to use with large scale Wicket application

2009-01-14 Thread Tauren Mills
, allowing almost limitless possibilities. I would recommend it for search as highly as Wicket for view tier. -- Jeremy Thomerson http://www.wickettraining.com On Tue, Jan 13, 2009 at 6:12 PM, Tauren Mills tau...@tauren.com wrote: Happy new year! My team is in the preliminary stages

Technologies to use with large scale Wicket application

2009-01-13 Thread Tauren Mills
Happy new year! My team is in the preliminary stages of designing a large social wicket web application and I'm trying to identify a good set of existing tools and technologies that can be leveraged to simplify the development of this application. I would love to hear the opinions and

Problem with Application getInitParameter()

2008-12-05 Thread Tauren Mills
Maybe I'm going nuts, but I can't figure out what is wrong. It seems so simple, but it isn't working. I call getInitParameter in my application twice. One time it returns a value, the other it gets a null. And the correct xml is there in web.xml. First, here is the pertinent application code

Re: Component hierarchy in a subclass situation

2008-10-21 Thread Tauren Mills
).setTransparentResolver(true); -igor On Sat, Oct 18, 2008 at 1:51 PM, Tauren Mills [EMAIL PROTECTED] wrote: I'm looking for advice on how to deal with the component hierarchy below. I'm getting a MarkupException and think that the problem is that the body defined in base page is a sibling of content, header

Re: Component hierarchy in a subclass situation

2008-10-21 Thread Tauren Mills
Thanks! That did the trick. On Tue, Oct 21, 2008 at 10:50 AM, Igor Vaynberg [EMAIL PROTECTED]wrote: erm, override istransparentresolver() { return true; } -igor On Tue, Oct 21, 2008 at 10:43 AM, Tauren Mills [EMAIL PROTECTED] wrote: Igor, Thanks for the help, but I'm not finding

Component hierarchy in a subclass situation

2008-10-18 Thread Tauren Mills
I'm looking for advice on how to deal with the component hierarchy below. I'm getting a MarkupException and think that the problem is that the body defined in base page is a sibling of content, header, and footer instead of their parent. Content, header, and footer should be children of body.

Re: Home page accepting IndexedParamUrlCodingStrategy

2008-06-27 Thread Tauren Mills
Does anyone have suggestions on how to do this? Or is it just not possible to use IndexedParamUrlCodingStrategy without a mount point (from the root of the site)? Thanks! Tauren On Thu, Jun 26, 2008 at 3:53 PM, Tauren Mills [EMAIL PROTECTED] wrote: Thanks for the suggestion, but I'm unclear

Re: Home page accepting IndexedParamUrlCodingStrategy

2008-06-27 Thread Tauren Mills
: It is not possible. Unfortunately. You can write your own IRequestCycleProcessor. See WebApplication#newRequestCycleProcessor(). Get hints at: http://www.nabble.com/How-to-catch-unknown-(not-mounted)-URLs--td14949092.html#a14956131 Regards, Erik. Tauren Mills wrote: Does anyone have

Home page accepting IndexedParamUrlCodingStrategy

2008-06-26 Thread Tauren Mills
How do I go about making my HomePage accept index parameters? I want a home page that will accept URLs like: localhost:8080/us/ca/sacramento Instead of having a mount point first, for example /home: localhost:8080/home/us/ca/sacramento I've tried this in my app: getHomePage() { return

Re: Home page accepting IndexedParamUrlCodingStrategy

2008-06-26 Thread Tauren Mills
this work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Tauren Mills Sent: 27 June 2008 07:30 To: users@wicket.apache.org Subject: Home page accepting IndexedParamUrlCodingStrategy How do I go about making my HomePage accept index parameters? I

Adding full text search in wicket phonebook

2008-02-27 Thread Tauren Mills
I'm trying to determine the best way to add full text search capabilities to the default wicket-phonebook application. Basically, I want a single search textbox on the page that allows the user to search for any data in any field of the data table. So it would search through all contact's first

Re: Adding full text search in wicket phonebook

2008-02-27 Thread Tauren Mills
? Or is the cannon (Hibernate, Lucene, Complexity) just for fun? 2008/2/27, Tauren Mills [EMAIL PROTECTED]: I'm trying to determine the best way to add full text search capabilities to the default wicket-phonebook application. Basically, I want a single search textbox on the page

Re: Strange wicket bug in DataView?

2007-12-20 Thread Tauren Mills
diagnostic logging to log the calls to the DataProvider the details of the lists it returns, just to check there's nothing odd happening there... /Gwyn On 20/12/2007, Tauren Mills [EMAIL PROTECTED] wrote: Thanks. I will try to put together a quickstart, but I'm not sure I can duplicate

Re: Strange wicket bug in DataView?

2007-12-20 Thread Tauren Mills
problem. Who knows... I hope this helps someone else who runs into a similar issue. Tauren On Dec 20, 2007 4:16 PM, Tauren Mills [EMAIL PROTECTED] wrote: Gwyn, Thanks for the guidance! The DataProvider.iterator was being executed twice. I put a breakpoint in iterator() and it would

Re: Strange wicket bug in DataView?

2007-12-19 Thread Tauren Mills
really know how to help you with it. -Matej On Dec 20, 2007 12:05 AM, Tauren Mills [EMAIL PROTECTED] wrote: Does anyone have any thoughts on this problem? I realize this it may seem unique and isolated, but are there any suggestions even on how to figure out what is wrong? How can I

Strange wicket bug in DataView?

2007-12-18 Thread Tauren Mills
I'm having an Exception that is happening before any of my Link.onClick() code is executed, making me wonder if there is a wicket bug of some sort. I have a DataView with an ActionPanel in each row that contains a Link. There is no AJAX on this page. When I load the page with the DataView for

Re: POM problems in trunk?

2007-10-30 Thread Tauren Mills
suggestions? Tauren On 10/11/07, John Patterson [EMAIL PROTECTED] wrote: Have you checked out the entire wicket source tree - that contains jdk14, jdk15 etc? If not then maybe the individual poms cannot find the parent pom that defines those version variables. On 11 Oct 2007, at 22:46, Tauren

Re: POM problems in trunk?

2007-10-30 Thread Tauren Mills
] wrote: Do a install from the root your parent pom is not up to date in the local repo Martijn On 10/30/07, Tauren Mills [EMAIL PROTECTED] wrote: I just updated from svn again and I'm still having this problem. I've checked out the entire wicket trunk including jdk-1.4 and jdk-1.5. I just

Re: How to manage multiple versions of data?

2007-10-30 Thread Tauren Mills
Thanks for the ideas everyone. I do like Igor's suggestion of reusing the same tables and having a live flag, as I'd hate to have an entire extra set of duplicate tables. However, since this approach duplicates data, there are still some issues that I'm not sure how to best deal with. Let me

How to manage multiple versions of data?

2007-10-29 Thread Tauren Mills
I have a wicket/hibernate/spring project that manages a set of live data. Users of the system view the live version of the data. Currently, administrative CRUD alters the live data as well. Changes by an admin are immediately reflected on the site to users. But a new set of features is going to

Re: OT: API to calculate distances from zip code

2007-10-29 Thread Tauren Mills
that...do! I have an SQL INSERT script which was generated off of the September topical gazetteer and zip code databases, but with everything pulled in I believe it weighs in at something like 40MB. :-/ Tauren Mills wrote: I apologize for this being off topic, but I have a feeling some of you

No WebApplicationContext found: no ContextLoaderListener registered?

2007-10-12 Thread Tauren Mills
This may not be specifically wicket related, but I'm stuck and am hoping someone else has dealt with this before. I'm not even sure what these errors mean. I've got a wicket/spring app that runs just fine within Eclipse using Jetty. But I'm attempting to deploy its war to Resin 3.1.0, it doesn't

Re: No WebApplicationContext found: no ContextLoaderListener registered?

2007-10-12 Thread Tauren Mills
Disregard this message. It turns out my war was missing some jar files. It was an issue of I'm just stupid because I'm still working at 5am and can't think straight. To bad the error message wasn't more intuitive. Oh well. Tauren On 10/12/07, Tauren Mills [EMAIL PROTECTED] wrote: This may

POM problems in trunk?

2007-10-11 Thread Tauren Mills
I just updated wicket, wicket-extensions and wicket-examples from trunk. When I tried to run mvn install eclipse:eclpise, I got errors stating that there were dependencies missing versions. So I added versions to the pom.xml for wicket and wicket-examples. Now mvn runs. Am I doing something

Re: Custom label for number and currency formatting?

2007-10-05 Thread Tauren Mills
Thanks for the ideas. Here is my implementation. I split it into two classes since I may want to use the CurrencyConverter separately. In my initial testing it works well, but I haven't tested convertToObject(). Let me know if anyone sees any issues or has suggested improvements: public class

Re: Getting started with Hibernate and Wicket

2007-10-03 Thread Tauren Mills
Wicketstuff Phonebook is a good starting place for wicket/spring/hibernate integration: http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-phonebook On 10/3/07, Alexandre Bairos [EMAIL PROTECTED] wrote: http://databinder.net does a good job. On 10/3/07, Neil B. Cohen [EMAIL

Custom label for number and currency formatting?

2007-10-03 Thread Tauren Mills
Does such a thing exist? I thought it did, but can't find it now. Basically, I want a Label that allows me to format floats/doubles as currency. I don't need i18n built in (for different currencies, etc.), just take double x=8.3 and output $8.30. Any pointers are appreciated! Thanks. Tauren

ExternalLink doesn't use model?

2007-09-26 Thread Tauren Mills
I don't understand why ExternalLink doesn't store the external href as the model. It stores it in an href property. It seems to not follow the normal wicket way. This makes it difficult to do things like display a link only if the model is not null. For instance: add(new ExternalLink(web, new

Re: ExternalLink doesn't use model?

2007-09-26 Thread Tauren Mills
Martijn, Will do. In the meantime, anyone have suggestions how to create a link to an external web page that is only visible if the model is not null? Thanks, Tauren On 9/26/07, Martijn Dashorst [EMAIL PROTECTED] wrote: Please add a feature request to the JIRA. Martijn On 9/26/07, Tauren

Re: ExternalLink doesn't use model?

2007-09-26 Thread Tauren Mills
Eelco, Thanks. I was trying to do it as an anonymous class, but your idea is simpler. Here's what I ended up with: public class HidingExternalLink extends ExternalLink { private static final long serialVersionUID = 1L; public HidingExternalLink(final String id, final String

Re: FilterToolbar

2007-09-20 Thread Tauren Mills
Evan, See wicket-phonebook in wicket-stuff. Tauren On 9/20/07, Evan Chooly [EMAIL PROTECTED] wrote: Apparently the API between beta3 and the latest SNAPSHOT changed for FilterToolbar and now it needs a FilterForm. I can't find any examples (not even unit tests) that show how I should build

Re: Wicket shopping cart?

2007-09-20 Thread Tauren Mills
. The book has our highest priority now. I think the biggest shopping cart currently online is vegas.com, but I'm willing to bet an autographed Wicket in Action that they won't be open sourcing that one anytime soon. Martijn On 9/20/07, Tauren Mills [EMAIL PROTECTED] wrote: Martijn

Re: Wicket shopping cart?

2007-09-19 Thread Tauren Mills
Dashorst [EMAIL PROTECTED] wrote: It seems that Wicket in Action has a basic shopping cart described. :-) Martijn On 9/19/07, Tauren Mills [EMAIL PROTECTED] wrote: I'm looking for an open source shopping cart built in wicket, but haven't found such a thing yet. Does anyone know of something out

Re: Kronos-cms installation

2007-09-10 Thread Tauren Mills
:) A couple of months ago there also some questions on this mailing list (well the old sourceforge one actually) have you tried those? Maurice On 9/8/07, Tauren Mills [EMAIL PROTECTED] wrote: I just checked out kronos-cms to take a look at it. I could only find it under the wicket

Re: Wicket problem with slf4j 1.4

2007-09-07 Thread Tauren Mills
Ceki, Thanks, I'll give that a try. It looks like I'll have to switch to logback configuration files if I go that route. BTW, does Chainsaw work with logback? Tauren On 9/6/07, Ceki Gulcu [EMAIL PROTECTED] wrote: Tauren Mills tauren at tauren.com writes: Thanks everyone for the help. I

Kronos-cms installation

2007-09-07 Thread Tauren Mills
I just checked out kronos-cms to take a look at it. I could only find it under the wicket-1.2 branch in wicketstuff. Is that correct, or is there a 1.3 release? During mvn install, I got a build error that it was missing javax.jcr:jcr:jar:1.0.1. It suggested the following: Try downloading

Simple CMS or Wiki

2007-09-07 Thread Tauren Mills
I'd like to add some simple CMS and/or wiki features to a wicket application. I don't need anything full featured by any means. I'm looking for pointers to any resources, code, libraries, blogs, or anything else that would help jump start adding these features to my application. I'm aware of

Wicket problem with slf4j 1.4

2007-09-05 Thread Tauren Mills
This might just be my ignorance, but it seems there are some issues with SLF4J 1.4 used in Wicket, or at least wicket-phonebook. I want to find out what combination of logging jars should be used. I have a project that I based on wicket-phonebook. I'm using wicket from trunk. I have updated

Custom StringHeaderContributor

2007-08-18 Thread Tauren Mills
Maybe its just late and I'm not thinking straight, but I can't figure out the best way to create a custom StringHeaderContributor. All I want it to is encapsulate some javascript that has some property replacements in it. I have it working with a custom model as such: add(new

Re: Custom StringHeaderContributor

2007-08-18 Thread Tauren Mills
[EMAIL PROTECTED] wrote: there should already be a png fix for ie in extensions. -igor On 8/18/07, Tauren Mills [EMAIL PROTECTED] wrote: Maybe its just late and I'm not thinking straight, but I can't figure out the best way to create a custom StringHeaderContributor. All I want

Re: Custom StringHeaderContributor

2007-08-18 Thread Tauren Mills
incompatibilities before we moved to apache... [1] http://homepage.ntlworld.com/bobosola/pnghowto.htm -igor On 8/18/07, Tauren Mills [EMAIL PROTECTED] wrote: Igor, Really? I didn't see one. Then again, ModalWindow uses transparent pngs and doesn't seem to have an issue. But I didn't see

Re: Ajax refresh of DefaultDataTable in wicket-phonebook

2007-08-16 Thread Tauren Mills
this thing and probably have much better ideas. Thanks, Tauren On 8/15/07, Igor Vaynberg [EMAIL PROTECTED] wrote: yes, i believe it is caused by invalid markup, maybe the form should be factored out and put around the entire table. -igor On 8/14/07, Tauren Mills [EMAIL PROTECTED] wrote

Re: Localizing title of ModalWindow

2007-08-16 Thread Tauren Mills
Thanks, Added as https://issues.apache.org/jira/browse/WICKET-854 Tauren On 8/16/07, Igor Vaynberg [EMAIL PROTECTED] wrote: setTitle(getString(editTitle)); but that method really should take an imodel, please add an rfe -igor On 8/16/07, Tauren Mills [EMAIL PROTECTED] wrote: I'm

Ajax refresh of DefaultDataTable in wicket-phonebook

2007-08-15 Thread Tauren Mills
For some reason when I do an ajax refresh of the DefaultDataTable in wicket-phonebook, the FilterToolbar disappears. I see it in the Ajax Debugger, but it doesn't display on the screen. This is only happening in FF, not IE (only tested on WinXP). I cannot see any difference between the html

Using non-string parameters in HibernateContactFinderQueryBuilder

2007-08-15 Thread Tauren Mills
I have a data table based on wicket-phonebook, but have added an additional column that contains non-string data. In the database, the value is an int, but the application maps that to a string using a custom enumeration type with a converter to handle all this. The table display, editing, and

How to replace panelA with panelB using AjaxLink in panelA

2007-08-13 Thread Tauren Mills
My use case can best be described as making wicket-phonebook work within a single tab of a tabbed panel using AjaxLink for create, edit, and delete. Thus, I have a page that contains a TabbedPanel. One tab of TabbedPanel contains ContactListPanel. ContactListPanel contains createContact link and

Re: Submit button issue in wicket-phonebook

2007-08-13 Thread Tauren Mills
moved the projects from a branch to trunk. Martijn On 8/13/07, Tauren Mills [EMAIL PROTECTED] wrote: Well, it looks like it was done on 4/19/2007 by dashorst. Is this message enough, or should I submit a jira? Should I switch it back to Button for my application, or is there a way

Re: AjaxTabbedPanel Problem

2007-08-13 Thread Tauren Mills
Eric, After reading your message, I just tested my problem out again. I described my problem in a message last night with the subject How to replace panelA with panelB using AjaxLink in panelA. I'm now thinking that that I did have it working, but that the content is just not showing. I have a

Re: AjaxTabbedPanel Problem

2007-08-13 Thread Tauren Mills
Eric, Will you test in IE? The form content shows in IE6, but not in FF2 on WinXP. Tauren On 8/13/07, Tauren Mills [EMAIL PROTECTED] wrote: Eric, After reading your message, I just tested my problem out again. I described my problem in a message last night with the subject How

Re: AjaxTabbedPanel Problem

2007-08-13 Thread Tauren Mills
A quick fix to this is to wrap your form in this: div style=clear: both form ... /form /div But I think the TabbedPanel CSS should deal with it more elegantly. Tauren On 8/13/07, Tauren Mills [EMAIL PROTECTED] wrote: Eric, I did some more tests and I just discovered that for me, the HTML

Re: AjaxTabbedPanel Problem

2007-08-13 Thread Tauren Mills
; } to styles.css in wicket examples, just in case someone takes the styles from there. -Matej On 8/14/07, Tauren Mills [EMAIL PROTECTED] wrote: A quick fix to this is to wrap your form in this: div style=clear: both form ... /form /div But I think the TabbedPanel CSS should deal

  1   2   >