Re: Quick Start Error with 8.7.0 - The desired archetype does not exist

2020-04-10 Thread Bruce Lombardi
This worked after upgrade to latest version on Maven (3.6.30). Bruce Sent from my iPad > On Apr 10, 2020, at 8:36 AM, Martin Grigorov wrote: > > Hi, > > It works fine for me: > > mvn archetype:generate -DarchetypeGroupId=org.apache.wicket > -DarchetypeArt

Re: Quick Start Error with 8.7.0 - The desired archetype does not exist

2020-04-10 Thread Bruce Lombardi
Bruce Sent from my iPad > On Apr 10, 2020, at 8:36 AM, Martin Grigorov wrote: > > Hi, > > It works fine for me: > > mvn archetype:generate -DarchetypeGroupId=org.apache.wicket > -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=8.7.0 &g

Re: Quick Start Error with 8.7.0 - The desired archetype does not exist

2020-04-10 Thread Bruce Lombardi
Thanks Martin, I tried again and still no luck. I’ll have to look deeper into my maven configuration I guess. Any other ideas would be appreciated. Bruce Sent from my iPad > On Apr 10, 2020, at 8:36 AM, Martin Grigorov wrote: > > Hi, > > It works fine for me: > > m

Quick Start Error with 8.7.0 - The desired archetype does not exist

2020-04-10 Thread Bruce Lombardi
exist (org.apache.wicket:wicket-archetype-quickstart:8.7.0)" Is this really missing or is there something wrong with my Maven set up? Bruce [DEBUG] Included: org.codehaus.groovy:groovy:jar:1.8.3 [DEBUG] Included: antlr:antlr:jar:2.7.7 [DEBUG] Included: asm:asm:jar:3.2 [DEBUG]

Help with java.net.SocketException: Connection reset by peer: socket write error

2015-06-25 Thread Bruce Lombardi
this be someone attempting to hack in, or something that happens when a browser is closed? Bruce 2015-06-24 11:23:34,922 ERROR - DefaultExceptionMapper :mapExpectedExceptions.144 - Connection lost, give up responding. org.apache.wicket.protocol.http.servlet.ResponseIOException

Re: PDF viewed in panel via ResourceReference works in 6.12 but not in 6.13

2015-03-15 Thread Bruce Lombardi
For the moment, this issue has put me behind schedule so I need to move on, but I will try to get back to it and open an issue later. Thanks again. Bruce Sent from my iPad On Mar 15, 2015, at 3:59 PM, Andrea Del Bene an.delb...@gmail.com wrote: Good! It would be nice to understand what

RE: PDF viewed in panel via ResourceReference works in 6.12 but not in 6.13

2015-03-14 Thread Bruce Lombardi
/artifactId version0.9.8/version /dependency I will add these dependencies to your quickstart and see if it makes a difference. Bruce -Original Message- From: Andrea Del Bene [mailto:an.delb...@gmail.com] Sent: Saturday, March 14, 2015 11:58 AM To: users

RE: PDF viewed in panel via ResourceReference works in 6.12 but not in 6.13

2015-03-14 Thread Bruce Lombardi
Thanks Andrea. I'll work with your quickstart and see what I can find. Bruce -Original Message- From: Andrea Del Bene [mailto:an.delb...@gmail.com] Sent: Saturday, March 14, 2015 11:58 AM To: users@wicket.apache.org Subject: Re: PDF viewed in panel via ResourceReference works in 6.12

RE: PDF viewed in panel via ResourceReference works in 6.12 but not in 6.13

2015-03-13 Thread Bruce Lombardi
generated pdf? I don't even see a way of getting a hold of the resourceReference object created and mounted in the WebApplication init() method. Perhaps I need to also register it as an application-shared resource, then access it in my panel constructor and add the pdf there? Bruce -Original

RE: PDF viewed in panel via ResourceReference works in 6.12 but not in 6.13

2015-03-13 Thread Bruce Lombardi
Thanks Martin. I'm not getting any WARN messages in the logs. I'll take a look at mounting the resource. Bruce -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Friday, March 13, 2015 12:53 PM To: users@wicket.apache.org Subject: Re: PDF viewed in panel via

RE: PDF viewed in panel via ResourceReference works in 6.12 but not in 6.13

2015-03-13 Thread Bruce Lombardi
Thanks Ernesto, I don't know how to pass a byte[] as a parameter. Bruce -Original Message- From: Ernesto Reinaldo Barreiro [mailto:reier...@gmail.com] Sent: Friday, March 13, 2015 2:20 PM To: users@wicket.apache.org Subject: Re: PDF viewed in panel via ResourceReference works in 6.12

RE: PDF viewed in panel via ResourceReference works in 6.12 but not in 6.13

2015-03-13 Thread Bruce Lombardi
could strip the first dot as a workaround in the mean time. Bruce -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Friday, March 13, 2015 4:17 PM To: users@wicket.apache.org Subject: Re: PDF viewed in panel via ResourceReference works in 6.12 but not in 6.13

RE: PDF viewed in panel via ResourceReference works in 6.12 but not in 6.13

2015-03-13 Thread Bruce Lombardi
done in the ResourceReferenceRegistry maybe there is something I could do to register and then unregister the resource similar to the way it must have been done in 6.12.. Bruce -Original Message- From: reiern70 [mailto:reier...@gmail.com] Sent: Friday, March 13, 2015 3:40 PM To: users

RE: PDF viewed in panel via ResourceReference works in 6.12 but not in 6.13

2015-03-13 Thread Bruce Lombardi
Training and Consulting https://twitter.com/mtgrigorov On Fri, Mar 13, 2015 at 8:15 PM, Bruce Lombardi brlom...@gmail.com wrote: Martin, I'm looking into mounting the resource but there is something that I don't understand. Currently I am creating the resource in my panel and passing the pdf I

PDF viewed in panel via ResourceReference works in 6.12 but not in 6.13

2015-03-13 Thread Bruce Lombardi
to response...); } } }); return resourceResponse; } Bruce

RE: Can I process a POST with simple non-Json parameters using wicket-restannotations

2014-08-06 Thread Bruce Lombardi
Thanks for pointing me in the right direction, I will look at the links you sent. I don't care if I get a post of a get, but it I know it will be a post with an order confirmation. - Bruce -Original Message- From: Paul Bors [mailto:p...@bors.ws] Sent: Wednesday, August 06, 2014 12:38 AM

Can I process a POST with simple non-Json parameters using wicket-restannotations

2014-08-05 Thread Bruce Lombardi
that with wicket-restannotations? I only see how to process Json. I know that Json standard for a restful service, so I may have to do something else, like using @MountPath and pulling the parameters out of the request. Bruce

Re: Wicketstuff restannotations example throws IllegalStateException: STREAMED with https

2014-08-02 Thread Bruce Lombardi
Thanks again! Bruce Sent from my iPad On Aug 2, 2014, at 6:26 AM, Andrea Del Bene an.delb...@gmail.com wrote: You can use method AbstractRestResource.setResponseStatusCode Thanks Andrea. I'm working this out. Now I have one more question: How can I return an Http 401 Status Code

RE: Wicketstuff restannotations example throws IllegalStateException: STREAMED with https

2014-08-01 Thread Bruce Lombardi
, but I think it is standard to return 401 on authentication failure. Can I return a Status Code? Bruce -Original Message- From: Andrea Del Bene [mailto:an.delb...@gmail.com] Sent: Friday, August 01, 2014 12:26 PM To: users@wicket.apache.org Subject: Re: Wicketstuff restannotations example

Re: Wicketstuff restannotations example throws IllegalStateException: STREAMED with https

2014-07-31 Thread Bruce Lombardi
I just stated it by running Start.java as a java application to start Jetty from Eclipse. Bruce Sent from my iPad On Jul 31, 2014, at 6:09 AM, Andrea Del Bene an.delb...@gmail.com wrote: Hi, how did you started the example application? I want to use the wicketstuff-restannotations

Re: Wicketstuff restannotations example throws IllegalStateException: STREAMED with https

2014-07-31 Thread Bruce Lombardi
Thanks, I'll try it with another approach. I'll let you know. Bruce Sent from my iPad On Jul 31, 2014, at 8:05 AM, Andrea Del Bene an.delb...@gmail.com wrote: I started the example app with Maven and enabling the SSL port. I've tested it with Firefox, although I had to disable the flag

RE: Wicketstuff restannotations example throws IllegalStateException: STREAMED with https

2014-07-31 Thread Bruce Lombardi
Andrea, I have the SSL working fine when I call it from a Java program using HttpsURLConnection. So it was something with curl. I wonder if you could suggest how I could pass a username and password along with the json string and authenticate the request. Thanks, Bruce -Original Message

Wicketstuff restannotations example throws IllegalStateException: STREAMED with https

2014-07-30 Thread Bruce Lombardi
) at org.wicketstuff.rest.utils.reflection.MethodParameter.extractParameterValue( MethodParameter.java:117) Does this mean that it the restful annotation will not work over https, or am I doing something wrong? Bruce

RE: Ajax timer not counting when tab doesn't have focus?

2014-05-27 Thread Bruce Lombardi
. Regards, Bruce -Original Message- From: Ernesto Reinaldo Barreiro [mailto:reier...@gmail.com] Sent: Friday, May 16, 2014 2:42 PM To: users@wicket.apache.org Subject: Re: Ajax timer not counting when tab doesn't have focus? Bruce. Let me see if I can find some time during weekend to play

Re: How can I display modal dialog only if validation is sucessful?

2014-05-23 Thread Bruce Lombardi
Thanks Francois, I've been busy on another task. I'll look at the code soon. Bruce Sent from my iPad On May 22, 2014, at 5:48 AM, Francois Meillet francois.meil...@gmail.com wrote: Hi Bruce, This is just one solution : Have a look at http://pastebin.com/03DF5pcw François

How can I display modal dialog only if validation is sucessful?

2014-05-21 Thread Bruce Lombardi
dialog only after validation has run? Thanks, Bruce

RE: Ajax timer not counting when tab doesn't have focus?

2014-05-16 Thread Bruce Lombardi
Thanks Ernesto that would be great! -Original Message- From: Ernesto Reinaldo Barreiro [mailto:reier...@gmail.com] Sent: Friday, May 16, 2014 2:42 PM To: users@wicket.apache.org Subject: Re: Ajax timer not counting when tab doesn't have focus? Bruce. Let me see if I can find some time

RE: Ajax timer not counting when tab doesn't have focus?

2014-05-16 Thread Bruce Lombardi
/31/ Do you think the last (working) script could be adapted for our timeout? Regards, Bruce -Original Message- From: Ernesto Reinaldo Barreiro [mailto:reier...@gmail.com] Sent: Tuesday, May 13, 2014 1:59 AM To: users@wicket.apache.org Subject: Re: Ajax timer not counting when tab

Re: problem with message order delivered to wicket users list

2014-05-16 Thread Bruce Lombardi
Yes, I have been seeing the same thing. I also saw a reply that didn't include someone else's previous response. Bruce Sent from my iPad On May 14, 2014, at 12:21 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Hi, I the last couple of days I have been experiencing problems

Ajax timer not counting when tab doesn't have focus?

2014-05-15 Thread Bruce Lombardi
/src/main/java/com/antilia Thanks, Bruce -Original Message- From: Bruce Lombardi [mailto:brlom...@gmail.com] Sent: Monday, March 17, 2014 8:24 AM To: users@wicket.apache.org Subject: Re: Link to Wicket page from Javascript Thanks, this is very helpful. Bruce Sent from my iPad On Mar 17

RE: Ajax timer not counting when tab doesn't have focus?

2014-05-13 Thread Bruce Lombardi
. (By the way, I'm not sure why Serban's message and Ernesto's reply are not shown in this message. Maybe you mailed this earlier?) Regards, Bruce -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Monday, May 12, 2014 3:28 PM To: users@wicket.apache.org

Ajax timer not counting when tab doesn't have focus?

2014-05-12 Thread Bruce Lombardi
/client-sign-out-paren t/client-sign-out-demo/src/main/java/com/antilia Thanks, Bruce -Original Message- From: Bruce Lombardi [mailto:brlom...@gmail.com] Sent: Monday, March 17, 2014 8:24 AM To: users@wicket.apache.org Subject: Re: Link to Wicket page from Javascript

RE: Ajax timer not counting when tab doesn't have focus?

2014-05-12 Thread Bruce Lombardi
, Bruce Code. I have your InactivitySignOutPanel.java, InactivitySignOutPanel.html and InactivitySignOutPanel.js from the GitHub site with one slight modification in InactivitySignOutPanel.java (see below). I setup my panel in a base class that serves as a superclass for all the Web pages

Spring bean not injected into class extending WebApplication

2014-04-02 Thread Bruce Lombardi
. Does anybody have any idea how to work around this? Is there any other place later in the lifecycle of starting the application where I could do this? Thanks, Bruce

RE: Spring bean not injected into class extending WebApplication

2014-04-02 Thread Bruce Lombardi
Thanks Martin. I tried the first approach and it worked fine! Bruce -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Wednesday, April 02, 2014 12:56 PM To: users@wicket.apache.org Subject: Re: Spring bean not injected into class extending

Re: Link to Wicket page from Javascript

2014-03-17 Thread Bruce Lombardi
Thanks, tis is very helpful. Bruce Sent from my iPad On Mar 17, 2014, at 4:52 AM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: You can see it at work here http://107.170.4.97:9080/client-sign-out-demo/ On Mon, Mar 17, 2014 at 9:18 AM, Ernesto Reinaldo Barreiro reier

Link to Wicket page from Javascript

2014-03-14 Thread Bruce Lombardi
would happen if I had an anchor tag like: a wicket:id= SessionTimeoutPage href=#SessionTimeoutPage/a But I can't figure out how to do this in the javascript function. Can anyone tell me how to call the Wicket page from the javascript function? Thanks, Bruce

RE: Link to Wicket page from Javascript

2014-03-14 Thread Bruce Lombardi
with AbstractAjaxBehavior to implement it easily and the examples I've seen look complicated. Bruce -Original Message- From: Ernesto Reinaldo Barreiro [mailto:reier...@gmail.com] Sent: Friday, March 14, 2014 3:26 PM To: users@wicket.apache.org Subject: Re: Link to Wicket page from Javascript Hi, I would

How di I display a new page on session timeout without requiring the user to do anything?

2014-03-12 Thread Bruce Lombardi
someone please clarify this and at least point me in the right direction for fulfilling my requirements? Thanks, Bruce

RE: How di I display a new page on session timeout without requiring the user to do anything?

2014-03-12 Thread Bruce Lombardi
Thanks Martin, for the rapid response. Has anyone done anything like this this? Bruce -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Wednesday, March 12, 2014 11:26 AM To: users@wicket.apache.org Subject: Re: How di I display a new page on session

RE: How to make a Wiket DropDownChoice with complex a model return a simple String

2014-02-12 Thread Bruce Lombardi
)); was really helpful and I was able to get everything working. Thanks again. Have you ever consider making this available to the Wicket community? I see a lot of questions related to DropDownChoice, but not many answers. - Bruce -Original Message- From: Andrea Del Bene [mailto:an.delb

How to make a Wiket DropDownChoice with complex a model return a simple String

2014-02-11 Thread Bruce Lombardi
, but there is no easy way to the simple String value set on the CompanyDTO. How can I make the dropdown selection update the domain model's simple String. Thanks Bruce

RE: Velocity Log

2013-03-28 Thread Bruce Pease
need it so just remove it from your.war#WEB-INF/lib/ folder. On Wed, Mar 27, 2013 at 4:14 PM, Bruce Pease bpe...@wth.com wrote: We are running a web application under tomcat using the wicket framework. A requirement for Wicket is the velocity libraries. The velocity framework is auto

RE: Velocity Log

2013-03-27 Thread Bruce Pease
more details ? On Tue, Mar 26, 2013 at 9:24 PM, Bruce Pease bpe...@wth.com wrote: Good Afternoon: I am using Wicket 1.4.22 with Tomcat 7.0.37 and JDK 1.6.0_33. The recent upgrade to Tomcat created an issue where the application cannot be undeployed unless the app is shut down due

Velocity Log

2013-03-26 Thread Bruce Pease
it down? Thanks in advance for your help. Bruce D. Pease Technical Team Lead - Web Applications CruiseOne(r) http://www.cruiseone.com/ Cruises Inc(tm) http://www.cruisesinc.com/ 1201 W. Cypress Creek Road, Suite 100 Fort Lauderdale, FL 33309-1955 954-958-3654 (direct) | 954-958-3665 (fax

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 brlmcgu...@gmail.comwrote: 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

Include Component

2012-05-02 Thread Bruce Pease
fails. Is there a way to tell the framework to default to an empty panel is the file does not exist? Thanks, Bruce D. Pease Technical Team Lead - Web Applications CruiseOne(r) http://www.cruiseone.com/ Cruises Inc(tm) http://www.cruisesinc.com/ 1201 W. Cypress Creek Road, Suite 100 Fort

RE: Include Component

2012-05-02 Thread Bruce Pease
Sorry, that's Wicket version 4.1.15. From: Bruce Pease Sent: Wednesday, May 02, 2012 11:06 AM To: 'users@wicket.apache.org' Subject: Include Component Good Morning: I am using the Wicket 1.4.14 release in a Tomcat 7 windows server. I am using the Include class to render a navigation

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 br...@coastware.com: Hi Vasu. Thanks for the info. Now I get

DAO not getting injected, using springbean

2009-06-16 Thread Bruce McGuire
be greatly appreciated. Thanks very very much, Bruce. UserServiceImpl = @Service(UserService) public class UserServiceImpl implements UserService { @SpringBean UserDAO userDAO ; private UserDAO getUserDAO() { if (null == userDAO) { throw

Re: Re: DAO not getting injected, using springbean

2009-06-16 Thread Bruce McGuire
Hi Martijn. Thanks for the quick response. Are you saying that the dao and the service should have the InjectorHolder code, rather than the @Repository and @Service tags? Bruce. Martijn Dashorst wrote: @SpringBean only works with Components. For all other uses you should either call

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

2009-06-16 Thread Bruce McGuire
the dao and service classes with Repository and Service, and in wicket code, tag any use of them with SpringBean. However, in the service classes, use the normal xml injection method and get/set to get the dao into the service class. Is this a correct interpretation? Thanks, Bruce. James Carman

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

2009-06-16 Thread Bruce McGuire
base-package=com.coastware / bean id=userDAO class=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

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.

Spring?

2008-05-20 Thread Bruce McGuire
? There are aspects (no pun intended) of Spring that we like, but are unsure if the benefits (AOP, IOC) are worth the added effort. I appreciate your thoughts on this. Thanks, Bruce.

RE: No get method defined for class

2008-04-17 Thread Bruce
Hello Ritesh. You were correct, it was in a method called that returned a model incorrectly. Thanks very much for your input. Bruce McGuire -Original Message- From: Ritz123 [mailto:[EMAIL PROTECTED] Sent: Wednesday, 16 April, 2008 03:46 PM To: users@wicket.apache.org Subject: Re

No get method defined for class

2008-04-16 Thread Bruce McGuire
(PoolTcpEndpoint.jav a:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWo rkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav a:684) at java.lang.Thread.run(Unknown Source) Thanks, Bruce.

RE: Question on page inheritance...

2008-04-01 Thread Bruce Petro
{ Person person = new Person(); person.setUserType(UserType.Guest); return person; } } public void setPerson(Person person) { this.person = person; } } Bruce Petro wrote: I'm just getting started in wicket, so forgive me if this is a too-dumb

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

RE: How to NOT use wicket's Role class

2008-02-15 Thread Bruce McGuire
Hi Jonathan. Thanks for the information, no need for the apology. I am loving developing in Wicket. I just wish I had started earlier. Bruce. -Original Message- From: Jonathan Locke [mailto:[EMAIL PROTECTED] Sent: Thursday, 14 February, 2008 03:25 PM To: users@wicket.apache.org Subject

Linking two DropDownChoices

2008-02-15 Thread Bruce McGuire
to a default value. However, I am stumped as to how to accomplish this. Any hints you have would be greatly appreciated. Thanks, Bruce.

How to NOT use wicket's Role class

2008-02-14 Thread Bruce McGuire
. Thanks, Bruce.

RE: Extending DropDownChoice

2008-02-13 Thread Bruce
Thanks for the information Igor. Reading now. Bruce. -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, 13 February, 2008 12:22 AM To: users@wicket.apache.org Subject: Re: Extending DropDownChoice give dropdownchoice a model, and in this model's setobject

Extending DropDownChoice

2008-02-12 Thread Bruce McGuire
override or implement a supertype method. I am stumped on how to extend this, or even if I should. Any pointers to tips or best practices would be greatly appreciated. In case it is not obvious from the question, I am new to Wicket (but loving it so far). Thanks, Bruce

Component failed to render

2008-02-05 Thread Bruce McGuire
on, but I cant get past this error. If anyone has a pointer, I would greatly appreciate it. Thanks, Bruce. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Component failed to render

2008-02-05 Thread Bruce McGuire
href=Sign In/a /div /body Again, thanks for any pointers. Bruce McGuire. -Original Message- From: Martijn Dashorst [mailto:[EMAIL PROTECTED] Sent: Tuesday, 05 February, 2008 12:24 PM To: users@wicket.apache.org Subject: Re: Component failed

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) a wicket:id=delta href=gamma/a 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

RE: Component failed to render

2008-02-05 Thread Bruce McGuire
Great. Thanks Martijn. Bruce. -Original Message- From: Martijn Dashorst [mailto:[EMAIL PROTECTED] Sent: Tuesday, 05 February, 2008 12:52 PM To: users@wicket.apache.org Subject: Re: Component failed to render Wicket doesn't care about the alpha and the gamma, but the beta and delta need

RE: Component failed to render

2008-02-05 Thread Bruce McGuire
Hello. FYI, my problem was not that the ids didn't match. Not exactly sure what the problem was, but as soon as I stopped extending AccessDeniedPage, and instead extended WebPage, the page rendered properly. Not sure why extending AccessDeniedPage was a bad thing, but it was. Bruce

RE: Component failed to render

2008-02-05 Thread Bruce McGuire
Hi Martijn. I don't have the source for the page, I was going by the docs for AccessDeniedPage at http://people.apache.org/~tobrien/wicket/apidocs/index.html. Bruce. -Original Message- From: Martijn Dashorst [mailto:[EMAIL PROTECTED] Sent: Tuesday, 05 February, 2008 04:32 PM To: users