Re: Serialization of DAO

2013-03-20 Thread Stephen Walsh
I'm having trouble understanding. Thanks for your help! ___ Stephen Walsh | http://connectwithawalsh.com

Re: Serialization of DAO

2013-03-19 Thread Stephen Walsh
How does wicket know which module to inject? ___ Stephen Walsh | http://connectwithawalsh.com On Sun, Mar 17, 2013 at 12:59 PM, Dan Retzlaff dretzl...@gmail.com wrote: Wicket only injects Components and Behaviors by default. To inject into anything else

Re: Serialization of DAO

2013-03-15 Thread Stephen Walsh
. ___ Stephen Walsh | http://connectwithawalsh.com On Thu, Mar 14, 2013 at 5:03 PM, Martin Grigorov mgrigo...@apache.orgwrote: Take a look at wicket-examples and the unit tests in wicket-guice module. On Thu, Mar 14, 2013 at 10:53 PM, Stephen Walsh step

Re: Serialization of DAO

2013-03-14 Thread Stephen Walsh
class. Maybe I'm misunderstanding. If it's supposed to happen in the application class, then I don't really have need for a module because I don't have an interface in this case, right? Thanks for the help on this. ___ Stephen Walsh | http://connectwithawalsh.com

Re: Serialization of DAO

2013-03-14 Thread Stephen Walsh
Any other thoughts on this? ___ Stephen Walsh | http://connectwithawalsh.com On Thu, Mar 14, 2013 at 10:30 AM, Stephen Walsh step...@connectwithawalsh.com wrote: Thanks, Martin. I intialize here, (which I just realized is not the best spot

Serialization of DAO

2013-03-13 Thread Stephen Walsh
like I understand the concept but the implementation is throwing me. ___ Stephen Walsh | http://connectwithawalsh.com

Re: RSS

2013-03-12 Thread Stephen Walsh
Both very helpful. Thank you! ___ Stephen Walsh | http://connectwithawalsh.com On Tue, Mar 12, 2013 at 5:06 AM, Andrea Del Bene an.delb...@gmail.comwrote: You can take a look at the very basic RSS feeds producer that I've implemented for my Wicket guide

RSS

2013-03-11 Thread Stephen Walsh
about actually publishing it and having Wicket recognize it as a resource once it's on the file system. Hope that makes sense... ___ Stephen Walsh | http://connectwithawalsh.com

Re: Dynamic Sidebar

2013-03-04 Thread Stephen Walsh
Any thoughts on this? ___ Stephen Walsh | http://connectwithawalsh.com On Sat, Mar 2, 2013 at 4:26 PM, Stephen Walsh step...@connectwithawalsh.com wrote: I think that's what I'm having trouble with. I have created the list view like

Rendering HTML from String

2013-03-04 Thread Stephen Walsh
I am having a heck of a time trying to find any examples on this. I have saved a string in a TextArea with the TinyMCE behavior in my database. I want to output it with the associated HTML tags. Any direction on this? ___ Stephen Walsh | http

Re: Rendering HTML from String

2013-03-04 Thread Stephen Walsh
Nevermind, found setEscapeModelStrings(false) ___ Stephen Walsh | http://connectwithawalsh.com On Mon, Mar 4, 2013 at 4:41 PM, Stephen Walsh step...@connectwithawalsh.com wrote: I am having a heck of a time trying to find any examples on this. I have

TextField to ArrayList

2013-03-04 Thread Stephen Walsh
! ___ Stephen Walsh | http://connectwithawalsh.com

Re: How to redirect an external web site and where is setRequestTarget method?

2013-03-03 Thread Stephen Walsh
with 1.5+. ___ Stephen Walsh | http://connectwithawalsh.com On Sun, Mar 3, 2013 at 9:01 PM, mike.hua hz...@sohu.com wrote: According to the web site: https://cwiki.apache.org/WICKET/how-to-redirect-to-an-external-non-wicket-page.html public void onSubmit

Dynamic Sidebar

2013-03-02 Thread Stephen Walsh
for. Thanks! ___ Stephen Walsh | http://connectwithawalsh.com

Re: Dynamic Sidebar

2013-03-02 Thread Stephen Walsh
panel with the list view wicket:panel div wicket:id=sidebarMenuItems /div /wicket:panel This is what I started with and it's not working currently. Thanks for the help. ___ Stephen Walsh | http://connectwithawalsh.com On Sat, Mar 2, 2013 at 3:45 PM

Re: Regarding Facebook login API in wicket 1.5

2013-02-23 Thread Stephen Walsh
:; -- ___ Stephen Walsh | http://connectwithawalsh.com

Re: Regarding Facebook login API in wicket 1.5

2013-02-23 Thread Stephen Walsh
Good. Hope that works out for you. ___ Stephen Walsh | http://connectwithawalsh.com On Sat, Feb 23, 2013 at 1:00 PM, kshitiz k.agarw...@gmail.com wrote: Yes...actually there is something that I found... https://cwiki.apache.org/WICKET/adding-facebook

Re: Eclipse or IntelliJ

2013-02-22 Thread Stephen Walsh
run into anything yet that I miss from Eclipse and if I use IDEA for personal gain monetarily then a personal license will be in order. On Friday, February 22, 2013, Gwyn Evans wrote: On 20 February 2013 17:54, Stephen Walsh step...@connectwithawalsh.comjavascript:; wrote: I definitely like

Re: Anyone using Wicket-Stuff Facebook

2013-02-21 Thread Stephen Walsh
: + user.getUsername()); } } } ___ Stephen Walsh | http://connectwithawalsh.com On Thu, Feb 21, 2013 at 12:27 AM, Stephen Walsh step...@connectwithawalsh.com wrote: I got this figure out. I'll post my solution tomorrow when I have a few minutes. Basically, I

Re: Regarding Facebook login API in wicket 1.5

2013-02-21 Thread Stephen Walsh
test locally without having a domain and hosting setup. ___ Stephen Walsh | http://connectwithawalsh.com On Thu, Feb 21, 2013 at 10:44 AM, kshitiz k.agarw...@gmail.com wrote: Hi, I am trying to implement Facebook connect in my application as given

Re: Eclipse or IntelliJ

2013-02-20 Thread Stephen Walsh
and feel of IDEA better, but time will tell if it's more productive. It will certainly take the full 30 day trial period to evaluate whether it's worth the cost. ___ Stephen Walsh | http://connectwithawalsh.com On Wed, Feb 20, 2013 at 11:18 AM, Bertrand Guay-Paquet

Re: Anyone using Wicket-Stuff Facebook

2013-02-20 Thread Stephen Walsh
I got this figure out. I'll post my solution tomorrow when I have a few minutes. Basically, I wasn't understanding that the code was coming back in a page parameter. Once I understood that it was fairly easy to implement. On Monday, February 18, 2013, Stephen Walsh wrote: That's where I'm

Eclipse or IntelliJ

2013-02-19 Thread Stephen Walsh
Who uses what and why? I've only ever used Eclipse, but I discovered IntelliJ earlier this week and it's so different. Just wondering pros and cons on each. Thanks! ___ Stephen Walsh | http://connectwithawalsh.com

Re: Eclipse or IntelliJ

2013-02-19 Thread Stephen Walsh
That's what I'm hoping for. IntelliJ looks a lot more polished especially for the Mac. Eclipse is crippling at times because it is so slow. Just sort of getting a feel for the Wicket community and what people like best. ___ Stephen Walsh | http

Re: Anyone using Wicket-Stuff Facebook

2013-02-18 Thread Stephen Walsh
/FacebookExample.java ___ Stephen Walsh | http://connectwithawalsh.com On Mon, Feb 18, 2013 at 1:53 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, If you need to implement OAuth authentication then I can recommend you https://github.com/fernandezpablo85/scribe-java

Re: Anyone using Wicket-Stuff Facebook

2013-02-18 Thread Stephen Walsh
, Mike. ___ Stephen Walsh | http://connectwithawalsh.com

Re: Anyone using Wicket-Stuff Facebook

2013-02-18 Thread Stephen Walsh
is completed. How do I consume the token? I'll play around with it a bit and let you know what I come up with. Thanks for the help. ___ Stephen Walsh | http://connectwithawalsh.com

Re: Anyone using Wicket-Stuff Facebook

2013-02-18 Thread Stephen Walsh
. ___ Stephen Walsh | http://connectwithawalsh.com On Mon, Feb 18, 2013 at 6:29 PM, Michael Chandler michael.chand...@onassignment.com wrote: The browser gets a token back that makes perfect sense and the example is completed. How do I consume the token? I'll play around

Anyone using Wicket-Stuff Facebook

2013-02-17 Thread Stephen Walsh
that validation. Clearly it's in the behaviors section of the jar, but I'm not quite sure how to use it. Thanks. ___ Stephen Walsh | http://connectwithawalsh.com

Re: a loading ... something ...

2013-02-13 Thread Stephen Walsh
What about a lazyload panel? http://www.wicket-library.com/wicket-examples/ajax/lazy-loading;jsessionid=88070A23F11D560015390052668E124D?0 ___ Stephen Walsh | http://connectwithawalsh.com On Wed, Feb 13, 2013 at 11:15 AM, grazia grazia.russolass

Re: Eclipse JRE 1.5

2013-02-09 Thread Stephen Walsh
and wicket, so I'm very grateful.  — Stephen Walsh On Sat, Feb 9, 2013 at 4:57 AM, Martijn Dashorst martijn.dasho...@gmail.com wrote: Also upgrade your maven-eclipse-plugin to use 2.9. Works much better on OS X. Martijn On Fri, Feb 8, 2013 at 12:08 AM, Stephen Walsh step...@connectwithawalsh.com

Eclipse JRE 1.5

2013-02-07 Thread Stephen Walsh
in the Wicket code that forces the JRE to use 1.5. I feel like I've seen mail on the list recently that would indicate that Wicket uses Java 6 and would maybe move to Java 7 when Oracle makes some changes on their end. Thoughts? Thanks! ___ Stephen Walsh | http

Re: Eclipse JRE 1.5

2013-02-07 Thread Stephen Walsh
on my Wicket 6.5 project. Thanks, Martin. ___ Stephen Walsh | http://connectwithawalsh.com On Thu, Feb 7, 2013 at 11:32 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, Wicket 1.5 is built with Java 1.5. Wicket 6 with Java 6 Wicket 7 will most probably

Re: Eclipse JRE 1.5

2013-02-07 Thread Stephen Walsh
This was the answer, Gabriel! Because my computer only has one JRE (1.6 with dev docs) installed, Eclipse was using it, but it appeared as though I was using 1.5. This minor change to my pom.xml solved it though! Thank you! ___ Stephen Walsh | http

Re: Upgrade to 6.5.0

2013-01-28 Thread Stephen Walsh
That ended up being the issue. Had to clear out my JBOSS and change a line in my web.xml. Thanks! __ Stephen Walsh | http://connectwithawalsh.com On Jan 28, 2013, at 9:48, Paul Bors p...@bors.ws wrote: Looks like your application server is not finding your

Re: Upgrade to 6.5.0

2013-01-27 Thread Stephen Walsh
I did a find and replace to remove the app name. That was an oversight. __ Stephen Walsh | http://connectwithawalsh.com On Jan 27, 2013, at 5:07, Sven Meier s...@meiers.net wrote: You're sure the application class is com.myApp.myAppApp? Looks like an accidental

Re: Upgrade to 6.5.0

2013-01-27 Thread Stephen Walsh
: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./campingawaits-1.0-SNAPSHOT: JBAS018040: Failed to start context On Jan 27, 2013, at 8:25 AM, Stephen Walsh step...@connectwithawalsh.com wrote: I did a find and replace to remove the app name. That was an oversight

Re: Upgrade to 6.5.0

2013-01-27 Thread Stephen Walsh
to start context On Jan 27, 2013, at 8:40 AM, Stephen Walsh step...@connectwithawalsh.com wrote: Here was the original error: 16:29:29,557 INFO [org.jboss.as.repository] (management-handler-thread - 8) JBAS014900: Content added at location /usr/share/jboss-as-7.1.1.Final/standalone/data

Re: Upgrade to 6.5.0

2013-01-27 Thread Stephen Walsh
start. I've got a few away from desk items, so I'll have to check this when I get back and after a clean jboss install. Thanks for the help thus far. ___ Stephen Walsh | http://connectwithawalsh.com On Sun, Jan 27, 2013 at 9:52 AM, Stephen Walsh step

Re: Upgrade to 6.5.0

2013-01-27 Thread Stephen Walsh
Well, I got a clean install of jboss and used the web interface to add my war to the deployment area. When I tried to enable it, I got the same errors as below. So I'm still not up and running with either 6.0.0 or 6.5.0. :( On Jan 27, 2013, at 10:03 AM, Stephen Walsh step

Re: Upgrade to 6.5.0

2013-01-27 Thread Stephen Walsh
); } } ___ Stephen Walsh | http://connectwithawalsh.com On Sun, Jan 27, 2013 at 10:38 AM, procrastinative.developer procrastinative.develo...@gmail.com wrote: I think that Sven has right about war duplication. Jboss maven plugin has 3 goals to manage deployments: deploy

Re: Upgrade to 6.5.0

2013-01-27 Thread Stephen Walsh
Just to clarify, the class is not out of sync, the applications (Eclipse, JBOSS, etc.) ___ Stephen Walsh | http://connectwithawalsh.com On Sun, Jan 27, 2013 at 11:46 AM, Stephen Walsh step...@connectwithawalsh.com wrote: I'll have to double check

Re: Upgrade to 6.5.0

2013-01-27 Thread Stephen Walsh
Got it working now. I think I had some stuff that was keeping the new install of JBOSS from actually being uninstalled. Thanks for the help. Now to figure out why Maven keeps building with Java 1.5 instead of 1.6. ___ Stephen Walsh | http

Upgrade to 6.5.0

2013-01-26 Thread Stephen Walsh
I've been out of development on my side project for awhile and recently just got back in. I upgraded to the latest version and got this this morning and could not figure it out. Any help? 16:29:30,433 ERROR

Upgrade to 6.5.0

2013-01-26 Thread Stephen Walsh
I've been out of development on my side project for awhile and recently just got back in. I upgraded to the latest version and got this this morning and could not figure it out. Any help? 16:29:30,433 ERROR

Clueless on this error

2012-10-17 Thread Stephen Walsh
Randomly got this today. Tried upgrading to 6.1.1, a fresh install of JBoss and still didn't have any luck fixing it… Thoughts? 13:23:15,991 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/campingawaits-1.0-SNAPSHOT]] (MSC service thread 1-3) Exception starting

Re: Clueless on this error

2012-10-17 Thread Stephen Walsh
I'll review when I get home. Thanks for the quick reply. __ Stephen Walsh On Oct 17, 2012, at 14:44, Richard W. Adams rwada...@up.com wrote: Just a guess, but based on ClassNotFoundException: com.campingawaits.CampingAwaitsApp, it sounds like something changed your

Re: DatePicker Error

2012-09-25 Thread Stephen Walsh
have mixed versions of wicket-datetime and wicket-core in the classpath. Make sure they are both the same version. On Tue, Sep 25, 2012 at 5:22 AM, Stephen Walsh step...@connectwithawalsh.com wrote: I've packaged and deployed the examples page to JBoss AS 7.1.1 and the date picker page works just

Re: DatePicker Error

2012-09-25 Thread Stephen Walsh
I'll take a look when I get home, but I have wicket 6.0.0 in core, extensions, date-time, auth-roles in my class path. I set this up in my pom. Stephen Walsh | http://connectwithawalsh.com On Tue, Sep 25, 2012 at 7:35 AM, Martin Grigorov

Re: DatePicker Error

2012-09-25 Thread Stephen Walsh
${wicket.version}/version /dependency Stephen Walsh | http://connectwithawalsh.com On Sep 25, 2012, at 07:52, Stephen Walsh step...@connectwithawalsh.com wrote: I'll take a look when I get home, but I have wicket 6.0.0 in core, extensions

Re: DatePicker Error

2012-09-25 Thread Stephen Walsh
I didn't look in the .war#WEB-INF/lib folder. I had all sorts of junk in there! That did the trick though. Thank you again for educating a newbie. Very grateful for the Wicket community thus far. On Sep 25, 2012, at 16:59, Stephen Walsh step...@connectwithawalsh.com wrote: Martin

Re: String Value Conversion Exception

2012-09-22 Thread Stephen Walsh
: post.Post@497f079e The next gives me the actual text of the test post:text1 I'm not sure why it matters here. In my details page as you can below, the getters are being used to pull back the necessary data. Thanks in advance. On Sep 21, 2012, at 19:45, Stephen Walsh step

Re: String Value Conversion Exception

2012-09-22 Thread Stephen Walsh
Sorry for the barrage of emails. It seems like when I changed the Post.toString() method, it changed all of my models in the blog page. Also not sure why this happened. Thanks for your patience. I'm really trying to understand this. On Sep 22, 2012, at 09:25, Stephen Walsh step

Re: String Value Conversion Exception

2012-09-22 Thread Stephen Walsh
blobPost.toString(). If you wish to provide a model to the Label (which is recommended in case the text changes), prefer: new Label(when, new PropertyModelString(blogPost, text)) Hope this helps, Sebastien. On Sat, Sep 22, 2012 at 4:25 PM, Stephen Walsh step...@connectwithawalsh.com wrote

Re: String Value Conversion Exception

2012-09-22 Thread Stephen Walsh
This worked wonderfully. Thanks for the guidance on this. Stephen Walsh | http://connectwithawalsh.com On Sep 22, 2012, at 10:08, Sebastien seb...@gmail.com wrote: Hi, Label is designed to display a text, and that's what you supplied in the second

Re: String Value Conversion Exception

2012-09-21 Thread Stephen Walsh
trace, but I thought it might be helpful to provide more info. Any other thoughts on this? Thanks again. _ Stephen Walsh On Thu, Sep 20, 2012 at 4:46 PM, Stephen Walsh step...@connectwithawalsh.com wrote: Are they not being set when the BlogDetails.link gives the blogPost

Re: String Value Conversion Exception

2012-09-21 Thread Stephen Walsh
Got this resolved. I missed a line in my Post class add(this); which adds the Post in question to the HashMap. On Sep 21, 2012, at 08:38, Stephen Walsh step...@connectwithawalsh.com wrote: I attempted your solution Sebastien and did parameters.set(id, 43); This was one of the id's

Re: String Value Conversion Exception

2012-09-20 Thread Stephen Walsh
. ___ Stephen Walsh | http://connectwithawalsh.com On Thu, Sep 20, 2012 at 12:55 PM, Francois Meillet francois.meil...@gmail.com wrote: parameters.get(id).toLong() throws this exception when id can't be converted to long. François Le 20 sept. 2012 à 19:06, Stephen Walsh step

Re: String Value Conversion Exception

2012-09-20 Thread Stephen Walsh
Are they not being set when the BlogDetails.link gives the blogPost object and it set page parameters there? __ Stephen Walsh On Sep 20, 2012, at 14:23, Francois Meillet francois.meil...@gmail.com wrote: I don't see where you set the parameters... parameters.set