restartResponseAtSignInPage()/continueToOriginalDestination() and dedicated LOGIN button

2017-11-14 Thread Henry Loenwind
mework functionality by copy is ugly; or (b) subclass the Link to still be isVisible() but render as "" when the user is logged in. cu Henry - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additi

adding link to datatable

2011-06-02 Thread henry
hi guys am having some issues my code any help will do,am trying to add a link to my datatable firstly i created the DetailPage class //DetailPage class code public DetailsPage(String id , IModel entryModel) { super(id,entryModel); Link link = new Link(link){

Re: adding link to datatable

2011-06-02 Thread henry
here is the DetailsPage hierarchy //DetailsPage.html html head meta http-equiv=Content-Type content=text/html; charset=UTF-8/ titleDetailsPage/title link rel=stylesheet type=text/css href=style.css/ /head wicket:panel henry

Re: adding link to datatable

2011-06-02 Thread henry
Here is the detailspage.html hierarchy html head meta http-equiv=Content-Type content=text/html; charset=UTF-8/ titleDetailsPage/title link rel=stylesheet type=text/css href=style.css/ /head wicket:panel henry /wicket:panel /html

moving from development to deployment mode

2011-05-04 Thread henry
hi Guys, I just developed a web application using wicket and is running on a glassfish server and anything i run the wicket web application i see things like: *** WARNING: Wicket is running in DEVELOPMENT mode. *** *** ^^^

Re: moving from development to deployment mode

2011-05-04 Thread henry
Hi Moez, Am still getting the same message that my wicket is running in development mode. I added the code snippet below in my Application class @Override public String getConfigurationType() { return Application.DEPLOYMENT; } But still getting message *** WARNING: Wicket is

RE: moving from development to deployment mode

2011-05-04 Thread henry
Cleared my web container, the changes don't seems to be persisted. Still getting same message. Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/moving-from-development-to-deployment-mode-tp3495199p3495388.html Sent from the Users forum mailing list

Re: moving from development to deployment mode

2011-05-04 Thread henry
Hi Moez, Could it be a result of the wicket version that am using?Because i have cleared web container and i still get same message.Take a look at this. [Application] Started Wicket version 1.4-rc1 in development mode ***

Re: moving from development to deployment mode

2011-05-04 Thread henry
Thanks Guys, Now running in deployment mode, start glassfish with JVM parameter -Dwicket.configuration=deploy ? Thanks... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/moving-from-development-to-deployment-mode-tp3495199p3495624.html Sent from the Users

wicket datatable to excel

2011-04-08 Thread henry
Hi guys, please i need a code to export my dataTable values into an excel format on click of a button. Any help will do. Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-datatable-to-excel-tp3433610p3433610.html Sent from the Users

set focus in Modal Window

2010-10-29 Thread Henry, Mike [GCG-PFS]
I have successfully set the focus on a text field in a Modal window but after it is closed and re-opened it no longer sets the focus to that field. If I reload the whole parent page it will work once but again If the modal window is closed and re-opened same problem. I have tried all of these with

setting the value of a radio input field

2009-02-10 Thread Story Henry
=radio type=radio value=radio3 name=selectionGroup/ ... whereas I was hoping to get input wicket:id=radio type=radio value=http://bblfish.net/people/henry/card#me name=selectionGroup/ Searching the web I found the thread Setting a relevant value for radio buttons without using RadioChoice from

Re: setting the value of a radio input field

2009-02-10 Thread Story Henry
end up fighting the Radio implementation (perhaps you'll have to create a subclass?) However, I don't see why you don't just use the regular wicket approach? Did you actually measure that there is more load on the server? I highly doubt it. Thomas On Tue, Feb 10, 2009 at 4:35 PM, Story Henry