No get method defined for class

2008-04-16 Thread Bruce McGuire
Hello. I am getting an error that I can't figure out how to track down. The entity in the exception doesn't have, nor has it ever had, a piece of data called 'name'. Nor does there seem to be a place where this is getting instantiated, at least as far as I can tell from the exception trace.

Spring?

2008-05-20 Thread Bruce McGuire
Hello All. We are just starting a new version of an existing app, moving toward open source technologies. We have decided on using Wicket based on some prototypes we have done, and are using Hibernate for the models. Our question is this: do you recommend also adding Spring into the mix?

RE: Spring?

2008-05-21 Thread Bruce McGuire
Thanks to all who responded. The consensus seems to support the idea of adding Spring to the app. Here we go! I really appreciate the information. Bruce.

Component failed to render

2008-02-05 Thread Bruce McGuire
Hi there. I am new to Wicket, and have been trying to create a new small application to test it out before we switch completely to using Wicket and Hibernate (through Databinder). I am getting an error with my AccessDenied page, saying that a component failed to render. ERROR - RequestC

RE: Component failed to render

2008-02-05 Thread Bruce McGuire
} } And the html: Sign Out Home Sign In Again, thanks for any

RE: Component failed to render

2008-02-05 Thread Bruce McGuire
Hi Martijn. Thanks for the response. Do you mean that Link alpha = new Link("beta") gamma where these two lines have to match is in the declaration of the Link? Ie the alpha == delta? Not beta == delta? Thanks, Bruce. -Original Message- From: Martijn Dashorst [mailto:

RE: Component failed to render

2008-02-05 Thread Bruce McGuire
need to be in alignment, or more specifically: == On 2/5/08, Bruce McGuire <[EMAIL PROTECTED]> wrote: > > Hi Martijn. > > Thanks for the response. > > Do you mean that > Link alpha = new Link("beta") > gamma > > where these two lines

RE: Component failed to render

2008-02-05 Thread Bruce McGuire
Bruce. -Original Message- From: Bruce McGuire [mailto:[EMAIL PROTECTED] Sent: Tuesday, 05 February, 2008 12:58 PM To: users@wicket.apache.org Subject: RE: Component failed to render Great. Thanks Martijn. Bruce. -Original Message- From: Martijn Dashorst [mailto:[EMAIL PROTECTED] Sent: Tu

RE: Component failed to render

2008-02-05 Thread Bruce McGuire
users@wicket.apache.org Subject: Re: Component failed to render Did it add components by itself in the super constructor? Martijn On 2/6/08, Bruce McGuire <[EMAIL PROTECTED]> wrote: > Hello. > > FYI, my problem was not that the ids didn't match. Not exactly sure what the > p

Extending DropDownChoice

2008-02-12 Thread Bruce McGuire
Hi. I would like to save the result of a DropDownChoice in my custom session. But, I am stumped about how to extend it. I had thought that I would @Override the getChoices and onSelectionChanged methods, but Eclipse tells me that "The method onSelectionChanged(Pool) of type PoolSelect must overrid

How to NOT use wicket's Role class

2008-02-14 Thread Bruce McGuire
Hello. My application has a need for more roles than user and admin. Can someone point me to links etc. on the simplest method of using more than these roles please? This class seems to be final, so extending it won't do the trick. Something of a similar complexity is desired, though.

RE: How to NOT use wicket's Role class

2008-02-15 Thread Bruce McGuire
m's toString() value. Bruce McGuire-2 wrote: > > Hello. > > > > My application has a need for more roles than user and admin. > > > > Can someone point me to links etc. on the simplest method of using more > than > these roles please? This cl

Linking two DropDownChoices

2008-02-15 Thread Bruce McGuire
Hello. I have two DropDownChoices, both with Models (Databinder's HibernateObjectModel). One is subordinate to the other, in that when the first one's value changes, I would like to clear the second one, forcing the user to select from the second one, or perhaps setting the second one to a defa

Listview hierarchy problem

2008-03-20 Thread Bruce McGuire
Hello. I have a panel that contains a form, which contains a list view with two items, a label and a button. I have tried a gajillion different combinations, but I keep getting the "unable to find component" error. Any hints that you can provide would be HUGELY appreciated. The panel ma

DAO not getting injected, using springbean

2009-06-16 Thread Bruce McGuire
Hello. I have created a new small project to try to figure out how to use the SpringBean, Service, and Repository annotations with Wicket, Spring, Hibernate, Maven and Eclipse. However, I am getting an error with a user DAO that I have created. I have a service that is using the dao tagged a

Re: Re: DAO not getting injected, using springbean

2009-06-16 Thread Bruce McGuire
InjectorHolder.getInjector().inject(this) in your constructor or use Salve. Martijn On Tue, Jun 16, 2009 at 9:26 PM, Bruce McGuire wrote: Hello. I have created a new small project to try to figure out how to use the SpringBean, Service, and Repository annotations with Wicket, Spring, Hibernate

Re: Re: Re: DAO not getting injected, using springbean

2009-06-16 Thread Bruce McGuire
wrote: You shouldn't use @SpringBean in your spring-managed beans, only in your Wicket code. You don't want view-specific code in your "domain" code. On Tue, Jun 16, 2009 at 4:17 PM, Bruce McGuire wrote: Hi Martijn. Thanks for the quick response. Are you saying

Re: Re: Re: Re: DAO not getting injected, using springbean

2009-06-16 Thread Bruce McGuire
="com.coastware.vProbe.model.dao.hibernate.UserDAOHibernate" /> Other than that, this is a very much reduced context file. Now I need to duplicate this in my real application. Thanks for everyone's help. Bruce McGuire. Vasu Srinivasan wrote: Using annotations, I have only one li

Re: Re: Re: Re: Re: DAO not getting injected, using springbean

2009-06-17 Thread Bruce McGuire
Hi James. It turns out that I had 'userDAO' in one spot, and 'UserDAO' in another. Problem solved. Thanks, Bruce. James Carman wrote: Did you mark UserDAOHibernate with the @Repository annotation? 2009/6/16 Bruce McGuire : Hi Vasu. Thanks for the info. No

maven archetype

2012-08-25 Thread Bruce McGuire
Hi There. It has been a while and a new company since I did a project with Wicket, and I would like to start out with a properly set up project. I am looking for an archetype that uses new versions of Wicket Spring Hibernate Any ideas would be greatly appreciated. Thanks, Bruce.

Re: maven archetype

2012-08-25 Thread Bruce McGuire
PS: I forgot to mention that I would like to use testNG. Thanks again. Bruce. On Fri, Aug 24, 2012 at 10:31 AM, Bruce McGuire wrote: > Hi There. > > It has been a while and a new company since I did a project with Wicket, > and I would like to start out with a properly set up proje