Disable cache for AbstractResource

2019-03-19 Thread Tim Dudgeon
; date: Tue, 19 Mar 2019 09:15:36 GMT expires: Wed, 18 Mar 2020 09:15:36 GMT pragma: cache Am I going about this the wrong way? Tim - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands,

Re: Handling SVG images

2016-09-03 Thread Tim Dudgeon
Thank you. That did the trick. On 02/09/2016 16:34, Martin Grigorov wrote: Hi, I think you need to set the Content-Type. Override #configureResponse() of the resource. On Sep 2, 2016 4:22 PM, "Tim Dudgeon" wrote: I'm wanting to handle SVG as an image using DynamicImageResou

Handling SVG images

2016-09-02 Thread Tim Dudgeon
// fetch the SVG and return it's String.getBytes() } } } } Any thoughts on how this should be done? Thanks Tim

Re: Newbie question : How do I display a tabbed list vertically rather than horizontally?

2014-06-09 Thread Tim Collins
ince they are just linear additions to the code and two ought to be enough to get the pattern). What that would show is a tab structure like this : CoolibarKettler [Stuff in tab that changes based on which tab is shown] And I want a tab structure like this : Coolibar [Stuff in tab that

Newbie question : How do I display a tabbed list vertically rather than horizontally?

2014-06-09 Thread Tim Collins
I am rather new to wicket and am trying to do something that ought to be rather easy... I want to make the tabs I display show up vertically rather than horizontally. I am currently building a arraylist of tabs and then passing them to AjaxTabbedPanel, but as far as I can see there is no way t

Problem Submitting Form in Modal Window / Ajax POST stopped

2013-04-17 Thread Tim Eapen
.dtd";>   tim

Re: HttpsMapper not Switching to SSL When there is no JsessionId Cookie

2013-04-03 Thread Tim Urberg
A JIRA has been created. https://issues.apache.org/jira/browse/WICKET-5129 Thanks, Tim On 3/28/13 6:52 AM, Sven Meier wrote: Please create a quickstart and attach it to a jira issue. Sven On 03/27/2013 06:41 PM, Tim Urberg wrote: Hi Everyone, I'm having an issue with HttpsMappe

HttpsMapper not Switching to SSL When there is no JsessionId Cookie

2013-03-27 Thread Tim Urberg
login. If I try it a second time after the cookie has been created it works fine. This is not a problem when I go straight to http://localhost:7011/login (works fine then). Just wondering if anyone else has this problem. T

Re: Eclipse or IntelliJ

2013-02-19 Thread Tim Urberg
Here's the thing, Intellij is great, but it costs like five zillion dollars! (slight exaggeration). So I use Eclipse since its FREE! and it works great for me (even on a Mac). The nice thing about Wicket is that you don't need any special IDE plugins to use it. As long as your IDE knows how

Re: HttpsMapper with Apache Virtual Host Appending the Wrong Path

2013-02-14 Thread Tim Urberg
scheme.getPort(getConfig()); url += StringUtils.remove(requestUri, weblogicPrepend); if (req.getQueryString() != null) url += "?" + req.getQueryString(); return url; } On 2/13/13 5:58 PM, Tim Urberg wrote: One more thing, I needed to override c

Re: HttpsMapper with Apache Virtual Host Appending the Wrong Path

2013-02-13 Thread Tim Urberg
ed the code from the original method only changing the request URI part. On 2/13/13 2:38 PM, Tim Urberg wrote: I found a solution and it's not bad at all. This works specifically with WebLogic and the HTTP WebLogic Plugin, so anyone using that setup should benefit from

Re: HttpsMapper with Apache Virtual Host Appending the Wrong Path

2013-02-13 Thread Tim Urberg
ra/browse/WICKET-5000) which could possibly be closed now that I've found this work around. Tim On 1/22/13 12:32 PM, Tim Urberg wrote: First the good news, I was able to get it to work by deploying the application in the root context. Once I did that, everything worked the way it should, p

Re: Wicket job market

2013-02-04 Thread Tim Urberg
I wouldn't discount Apache, look at how Struts took off, and look at the Apache HTTP server, the most widely used server on the web. Apache may not be a "big corporation" but they are a still a big name. On 2/4/13 7:37 AM, Ernesto Reinaldo Barreiro wrote: Hi, IMHO on countries that invest he

Re: HttpsMapper with Apache Virtual Host Appending the Wrong Path

2013-01-22 Thread Tim Urberg
be nice if there was a way to tell the wicket application that "even though I'm deployed at '/myapp', I'm actually behind a proxy and my context is '/'" That would really solve the problem. I was thinking of creating a JIRA ticket or feature request f

Re: Wicket + Spring

2013-01-20 Thread Tim Urberg
If you use Maven, it will take care of all the dependencies for you. That would be the easiest way to go. Make sure you make your Wicket project into a war by using the war packaging element and have the wicket project depend on the spring project. On 1/20/13 10:52 AM, JCoder wrote: Hi all,

Re: HttpsMapper with Apache Virtual Host Appending the Wrong Path

2013-01-17 Thread Tim Urberg
w the Weblogic Apache plugin works. Thanks in advance for any help. Tim On 1/11/13 5:01 PM, vp143 wrote: Hi Tim, I do not use Weblogic but I do use Jboss. Your problem sounds familar (but not exactly the same). Take a look at my resolution here: http://apache-wicket.1842946.n4.nabble.com/Confi

Re: HttpsMapper with Apache Virtual Host Appending the Wrong Path

2013-01-17 Thread Tim Urberg
if it was a non-Wicket case). Otherwise, it's something that will be on my list of things to look into down the road. Thanks, Tim On 1/11/13 5:01 PM, vp143 wrote: Hi Tim, I do not use Weblogic but I do use Jboss. Your problem sounds familar (but not exactly the same). Take a look at my

HttpsMapper with Apache Virtual Host Appending the Wrong Path

2013-01-11 Thread Tim Urberg
t sure that it fits this case? Any help would be appreciated. Thanks, Tim

Re: set favicon.ico dynamically in wicket 6

2012-11-25 Thread Tim Van Meerbeeck
dynamically (for example for every different bookmarkable page in a wicket application, a different favico) is not so common. Though I had expected to find something in the standard wicket but yeah the scenario is quite uncommon. And with overriding this was implemented by you. Kind regards, Tim

RE: FOSDEM 2011 presentation online

2011-02-08 Thread Ames, Tim
Thanks for sharing. The audio of the presentation would have been a plus, unless the audio was there and I missed it somehow :) -Original Message- From: Martijn Dashorst [mailto:martijn.dasho...@gmail.com] Sent: Monday, February 07, 2011 2:50 PM To: users@wicket.apache.org Subject: FOS

RE: Getting started with Scala, Spring, Hibernate & Wicket

2010-06-19 Thread Tim L Casey
On Sat, Jun 19, 2010 at 12:06 PM, Tim L Casey wrote: > > > That’s ok.  I never understood folks who don’t use layers. > I do use layers, when it makes sense. It's just a matter of taste, I guess. Some folks like to stick with their paradigm no matter what. I guess I'

RE: Getting started with Scala, Spring, Hibernate & Wicket

2010-06-19 Thread Tim L Casey
That’s ok. I never understood folks who don’t use layers. -Original Message- From: jcar...@carmanconsulting.com [mailto:jcar...@carmanconsulting.com] On Behalf Of James Carman Sent: Saturday, June 19, 2010 5:07 AM To: users@wicket.apache.org Subject: Re: Getting started with Scala, Spri

RE: wicketstuff-prototype download

2010-05-13 Thread Tim L Casey
On the db side we have application error codes which are easy enough to propagate. We did not do this through 5.0. The php part of it I don't think we should touch. tim -Original Message- From: azzeddine.dad...@gmail.com [mailto:azzeddine.dad...@gmail.com] On Behalf Of Hbiloo

RE: convert wicket pages html to excel

2010-05-05 Thread Tim L Casey
Instead of templinging out html, template out xml and call it file.xls. There is a dom for spreadsheets. -Original Message- From: studentenaufinformatik [mailto:studentenaufinforma...@gmail.com] Sent: Wednesday, May 05, 2010 5:40 PM To: users@wicket.apache.org Subject: convert wicket pa

RE: Strip header contributors from Ajax response.

2010-04-22 Thread Tim L Casey
. Inlined ajax, yeah /shrug with the caveat for hosting solutions. tim -Original Message- From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Sent: Thursday, April 22, 2010 8:08 PM To: users@wicket.apache.org Subject: Re: Strip header contributors from Ajax response. amd this bloating has

RE: IE6 issue regarding Wicket JS and Ajax

2010-04-09 Thread Tim L Casey
Upgrade. -Original Message- From: Martin Asenov [mailto:mase...@velti.com] Sent: Friday, April 09, 2010 4:42 AM To: users@wicket.apache.org Subject: RE: IE6 issue regarding Wicket JS and Ajax Is anyone able to give me some more assistance with the below mentioned issues? Best, Martin

RE: How to give feedback in long-running operation within AjaxButton.onSubmit()?

2010-04-09 Thread Tim L Casey
You have to watch session expiration. This type of polling, without end, will keep sessions alive indefinitely. I don’t have a cut and paste code, but look at AbstractAjaxTimerBehavior. tim -Original Message- From: Thomas Götz [mailto:t...@richmountain.de] Sent: Friday, April 09

Re: Palette Update Behaviour Problem

2009-09-25 Thread Tim Hughes
OK, I changed the code as follows, and I'm getting a null on the patentsPalette.getRecorderComponent() method. Palette patentsPalette = new Palette ("categoryPalette", selected, allCategories, renderer, 10, false); final Recorder recorder = patentsPalette.getRecorderComponent

Re: Palette Update Behaviour Problem

2009-09-24 Thread Tim Hughes
Fernando: I thought that's what I was doing by overriding the newRecorderComponent method. Is that not correct? I made a change to the code (see below) and now it's storing Categories in Documents, but: 1) it's always the first Cat in the list of choices that gets set into a Doc no matter

Palette Behaviour Problems

2009-09-24 Thread Tim Hughes
I'm using a Palette to set "Category" objects to a "Document". The Palette operates correctly on-screen, but: 1) in debug, selected choice is ALWAYS the 1st item in the list 2) the Category does not get assigned to the Document object I'm overriding newRecorderComponent in my Palette (code

Palette Behaviour Problems

2009-09-24 Thread Tim Hughes
I'm using a Palette to assign multiple "Category" objects to a "Document". When I select a Category, the Palette operates correctly on-screen, but: 1) in debug, the selected choice is ALWAYS the first item in the "allCategories" list 2) the Category does not seem to get assigned to the D

Palette Update Behaviour Problem

2009-09-23 Thread Tim Hughes
I am using a Palette to assign multiple "Category" objects to a "Document" object. When I select a Category, the Palette seems to operate correctly on-screen, but I'm having two issues: 1) debugging the code, the selected choice (in the onUpdate below) is ALWAYS the first item in the "all

Defaulting a DropDownChoice

2009-09-18 Thread Tim Delesio
ablemodel). What is the correct way to default the DDC? I've read that I shouldn't use a LDM for backing as it is loadable, but then what model should I use? Keep in mind that I am trying to keep the memory footprint low and do not want to serialize objects unless I have to. Tim

RE: Accessing Wicket Application from custom servlet

2009-08-04 Thread Ames, Tim
Just a guess: Application wicketApplication = Session.get().getApplication(); Cast like this if you need to: MyWicketApplication wicketApplication = (MyWicketApplication) Session.get().getApplication(); -Original Message- From: Aaron Dixon [mailto:atdi...@gmail.com] Sent: Tuesday, Au

Palette override localization

2009-07-28 Thread Tim Lantry
Is there a way to turn off the localization of the choices in a Palette component? It looks like the AbstractChoice has the ability but the Palette which uses AbstractOptions does not. Thanks, Tim

RE: Questions about Wicket sessions

2009-07-27 Thread Ames, Tim
Question #2 can be muddy depending on how the new window was launched. In my experience (Using IE 6) if you click on a link (i.e target="_blank") that launches an application and log in, then go back and click that link again to open a new window to the same application, you will be using the sa

RE: Page Expire

2009-06-23 Thread Ames, Tim
>From what I have read on this forum, page expires and session expires can be >two different things. Search in this forum for the message "What does page expired mean?". The discussion talks about several issues not just session expiration. -Original Message- From: Dipu [mailto:dipu

RE: ModalWindow.setResizable(false) no longer works in 1.4-rc5?

2009-06-22 Thread Ames, Tim
I had problems with ModalWindow also when converting from 1.3.5 I was able to use a percentage in setInitialHeight and Width, which no longer worked (for me) - I had to switch to pixels. And yes, the window is resizable even though it is set to false. -Original Message- From: Marcin P

Ajax enabled pages are slow to load

2009-06-18 Thread Ames, Tim
I have recently converted a project from 1.3.5 to 1.4.rc-4. The only thing that I have changed with it is adding all the generics. On pages, panels, etc. that I have ajax classes, the pages are taking a great deal of time to load. They were not exactly quick to load for me in 1.3.5, but in 1.4.

RE: Send Page Parameter to Login Page after Calling Logoff Method

2009-06-16 Thread Ames, Tim
I recently had an issue with the LoginPage also. This was using the AuthenticatedWebSession and AuthenticatedWebApplication classes. Not sure if this holds true with Wasp. I wanted to access the page parameters in the LogIn class itself but could not. I had to save the page parameters in the

RE: how to avoid multiple session for the same username

2009-06-12 Thread Ames, Tim
Be careful not to confuse sessions with opening new windows. I got bit by this recently. For example; an application is a link from a portal. This portal opens a new window (i.e. target="_blank") that launches your wicket or servlet app. A new session is created upon first log in. The user t

RE: AuthorizedWebApplication, Session

2009-06-09 Thread Ames, Tim
(); PageParameters parms = session.getInitialPageParameters(); . I think there is another way to get those original page parameters within the Sign-In page, but not sure how. -Original Message- From: Ames, Tim [mailto:tim.a...@promedica.org] Sent: Tuesday, June 09, 2009

AuthorizedWebApplication, Session

2009-06-09 Thread Ames, Tim
I am using the AuthorizedWebApplication and session. I have used this with success in the past, but now I need to get at the page parameters in my SignIn WebPage. The constructor: public SP_SignInPage(PageParameters parms) the parms are all null in the HashMap that shows up in Debug. Sign-I

Re: Expired sign in link after signing out

2009-05-28 Thread Tim Moose
Same error in 1.3.6. Worked in 1.4-rc4. Thanks for the suggestion. Tim Jeremy Thomerson-5 wrote: > > If you're on 1.3.2 can you try upgrading to at least the latest 1.3.X > release (or even better, 1.4-rc4) to see if that doesn't fix it? > > --

Re: Expired sign in link after signing out

2009-05-27 Thread Tim Moose
class and my home page constructors look like this: public Index() { this(null); } public Index(final PageParameters parameters) { super(parameters); } Any idea what I'm doing wrong? Thanks, Tim -- View this message in context: http://www.nabble.com/Expired-si

Expired sign in link after signing out

2009-05-26 Thread Tim Moose
or. My sign out page constructor does the following: getSession().invalidate(); setResponsePage(pageClass); I think I get what's wrong with this, but none of the variations I've tried work. So how can I get the sign in link to work after

RE: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Ames, Tim
ohamed het volgende >> geschreven: >> >>> Same concern here. Why the "FX" suffix? >>> >>> -Original Message- >>> From: Johan Compagner [mailto:jcompag...@gmail.com] >>> Sent: Wednesday, April 01, 2009 9:33 AM >>>

RE: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Ames, Tim
Please excuse my EXTREME ignorance, but what exactly does or will the FX mean from a Wicket standpoint? What does it do or allow a developer to do that would designate it as "FX"? -Original Message- From: David Leangen [mailto:wic...@leangen.net] Sent: Wednesday, April 01, 2009 4:08 A

AutoCompleteTextField with panels

2009-03-16 Thread Tim Squires
Hi, Does anyone know if AutoCompleteTextField can be used with Panels in the generated list instead of just the String[]? Thanks, Tim - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e

Re: Encoding Russian pages

2009-02-16 Thread Tim Squires
After more than 10 years using .properties and I did not twig that it may be the .properties encoding limitation. After an hour and a touch of RSA all .properties are now xml and it's working great. Thanks for the tip. And thanks Maarten for the pointer to Spring resource bundles. Tim

Encoding Russian pages

2009-02-16 Thread Tim Squires
read them). Can anyone point me to what I have missed? Thanks, Tim - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

RE: DataView vs ListView

2009-01-07 Thread Ames, Tim
ht to the page you want: sql = "Select ... whatever .."; sql += " limit " + query.getFrom() + ","+query.getCount(); Oracle and other variants have similar options - I agree conn pool probably makes most difference. -- Jim On Wed, Jan 7, 2009 at 9:52 AM, Ames,

RE: DataView vs ListView

2009-01-07 Thread Ames, Tim
My humble opinion is that you have to pay the price somewhere. Either you are going to load all that data into memory in a List or get it from the database for each page. I use JPersist to map the database to objects. I have found it to be quite fast. Connection pooling helps too. If you hav

RE: DownloadLink, BIRT report

2009-01-05 Thread Ames, Tim
as all of the jars as dependencies. All I need to do then is add the birt-2.3.1 artifact to my project and all of the birt jars are automatically added. There may be other ways to do this too. I am new to Maven also. It took quite a bit of research to get this far. Good luck! --Tim -Or

Re: [OT] wicket users around the world

2008-12-12 Thread Tim Squires
Yorkshire, England In the last year, I've developed Wicket applications for people in Aurora, Ontario London, England Nashville, Tennessee Almaty, Kazakhstan and Harrogate, England Because of this damn interweb thingy I don't actually get to go to these places :(

Re: ImageButton picture.x and picture.y

2008-11-28 Thread Tim Squires
protected void onSubmit() { info("x = " + getRequest().getParameter("picture.x")); info("y = " + getRequest().getParameter("picture.y")); } }; It would be nice to attach these values to a property, can you see a way

ImageButton picture.x and picture.y

2008-11-27 Thread Tim Squires
onSubmit() - getPageParameters() returns null. I'm using 1.4-rc1. Thanks for any help, Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: have anyone tried empire-DB?

2008-10-16 Thread Ames, Tim
Looks like it has a lot in common with JPersist. That is what I have been using. No XML, all POJO. -Original Message- From: Nino Saturnino Martinez Vazquez Wael [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008 11:28 AM To: users@wicket.apache.org Subject: have anyone tried empi

Re: onmouseover image

2008-09-24 Thread Tim Squires
gh for now. http://wicketstuff.org/wicketdojo13/?wicket:bookmarkablePage=%3Aorg.wicketstuff.dojo.examples.lfx.DojoFXTestPage Thanks again, Tim > Have a look at AjaxEventBehavior. You can either combine this with an > Image > component or add an AttributeModifier and manually tweak the

onmouseover image

2008-09-19 Thread Tim Squires
Hi All, Before I go and write my own component to change the src of an img onouseover, I just wanted to make sure that there is no standard component. I don't want to re-invent the wheel. Is there a standard component for changing the Image or ImageButton image onmouseover? Thanks

RE: AuthenticatedWebApplication Problem

2008-07-28 Thread Ames, Tim
Additionally, if I then type the address http://localhost:8080/MyApp/ the home page shows like it should -Original Message- From: Ames, Tim [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2008 11:24 AM To: users@wicket.apache.org Subject: AuthenticatedWebApplication Problem Using

AuthenticatedWebApplication Problem

2008-07-28 Thread Ames, Tim
the context "MyApp" in the address. The address now shows: http://localhost:8080/index.jsp Thanks for any insight. --Tim _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ EMAIL CONFIDENTIALITY NOTICE This Email message, and any attachments, m

RE: Wicket cheat sheet, solve your wicket problem fast?

2008-06-02 Thread Ames, Tim
Duh, sorry to have bothered y'all :) -Original Message- From: Gwyn Evans [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2008 9:25 AM To: users@wicket.apache.org Subject: Re: Wicket cheat sheet, solve your wicket problem fast? On Mon, Jun 2, 2008 at 1:59 PM, Ames, Tim <[EMAIL P

RE: Wicket cheat sheet, solve your wicket problem fast?

2008-06-02 Thread Ames, Tim
Sorry, I don't understand how to access the pdf from this link -Original Message- From: Nino Saturnino Martinez Vazquez Wael [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2008 4:34 AM To: users@wicket.apache.org Subject: Wicket cheat sheet, solve your wicket problem fast? Hi I've

Re: newbie swarm qs

2008-05-25 Thread Tim Russell
ssion} "org.SomePage:container:myForm:textfield1" "render"; //full path specified thanks - I hadn't yet seen the componentpath capability anywhere. Cheers, Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

newbie swarm qs

2008-05-25 Thread Tim Russell
looks like the declarative permissions are on a class basis rather than instance basis. Thanks, Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: why the datepicker sample doesn`t work

2008-05-25 Thread Tim Russell
Try dateField.add(new DatePicker()); I suspect you have a version mismatch -- using 1.2 examples for 1.3.3 Cheers, Tim On 25 May 2008, at 25/05/2008 1:54PM, shrimpywu wrote: i am useing wicket 1.3.3 and try to follow the sample as below HTML: Java: TextField dateField = new

Date Validation

2008-05-21 Thread Tim Sarver
How does one validate two dates with one another on the same form? As seen in the snippets below, I've added the validators in the onSubmit() of the form which actually works, though not on the first time the form is submitted only on subsequent submittals. Could someone throw me a bone on how

Re: AjaxSubmitLink accessing model object non-existent property

2008-04-09 Thread Tim Squires
OK. It's clicked. I was hoping to have a simple ajaxed submit link without having to create a fake property on the model object. No problem, I can see what I missed. Thanks for your help Igor. Tim > you said it yourself: > > "Insure that the component identifier names matc

Re: AjaxSubmitLink accessing model object non-existent property

2008-04-08 Thread Tim Squires
ut because it errors when called, I have to either set a false model on the AjaxSubmitLink or get the model object outside of the onSubmit, assign it to a final property and then use it in the onSubmit. I'm happy to admit that I'm doing something wrong but I cannot see what it

Re: AjaxSubmitLink accessing model object non-existent property

2008-04-07 Thread Tim
ot;mylink",this){ }); }} If it's already bound to a Form, should it not pick-up the model used by the form? Am I looking at the problem/solution the wrong way??? Thanks again, Tim > you forgot to give ajaxsubmitlink a model, so getmodelobject() will > either return null or a c

AjaxSubmitLink accessing model object non-existent property

2008-04-07 Thread Tim Squires
e it works fine. Is this a problem with the way I'm using the model or a bug with AjaxSubmitLink? Should I add it to jira? Wicket 1.3.3 + JDK 1.6 + Tomcat 6 Thanks, Tim --- http://www.tnwdb.com - Wicket Wills!

AjaxLink throws WicketRuntimeException

2008-02-29 Thread Tim Squires
missed? Wicket 1.3.1 Tomcat 6 JDK 1.6 Thanks for your help, Tim WicketMessage: component wills list:wills list:1:will details:show executor not found on page crystalmark.willfinder.page.modal.SearchWillsResultsPage[id = 0], listener interface = [RequestListenerInterface name=IBehaviorListener,

Re: adding context on redirect - Wicket 1.3 on Tomcat behind Apache httpd

2008-02-11 Thread Tim Squires
ng on this, I'm pulling my hair out. Please tell me I've missed a comma or something!! Thanks, Tim > Hi All, > > I have a Wicket 1.3 app running on Tomcat 6 behind an Apache httpd server. > Most of the app works great but any redirects using > Component#setResponsePage ad

adding context on redirect - Wicket 1.3 on Tomcat behind Apache httpd

2008-02-10 Thread Tim Squires
, Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Ajax update (visitor)

2008-01-14 Thread Tim Lantry
I have a visitor that adds a behavior to all the links on my page. The visitor fires onbeforeRender of the page. The behavior uses the onComponentTag to prepend some javascript to a link. This works great. However lets say I want to update a table via ajax that has several links in the cells. A

RE: Wicket meetup in San Francisco

2007-12-03 Thread Tim L Casey
+1 for either -Original Message- From: mfs [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 1:00 PM To: users@wicket.apache.org Subject: Re: Wicket meetup in San Francisco +1 Dec 14th Orion Letizi wrote: > > For anyone interested in a meetup in San Francisco, it looks like

ModalWindow setResponse

2007-11-19 Thread Tim Lantry
Is there any way to forward to a page outside of a modal window from within a modal window? The typical behavior when using setResponsePage from within a modal window is that the new page shows up in the same modal window. That is great for most of my scenarios. However, in this case I want to h

RE: Redirect to HTTPS?

2007-09-26 Thread Tim L Casey
login page. Off screen in this case can be style=hidden pieces. Do the smaller ones first on the page to keep the connections down. tim -Original Message- From: David Leangen [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 5:17 PM To: users@wicket.apache.org Subject: Re

Re: Localize AjaxButton

2007-09-11 Thread Tim Lantry
Thanks Al. That worked. I should have thought of that. On 9/11/07, Al Maw <[EMAIL PROTECTED]> wrote: > > Tim Lantry wrote: > > How do you localize the 'label' on an AjaxButton component? > > Off the top of my head, try: > > AjaxButton foo = n

Localize AjaxButton

2007-09-11 Thread Tim Lantry
How do you localize the 'label' on an AjaxButton component?

double doFilter calls

2007-09-05 Thread Tim L Casey
"back" to the home page. I am pretty sure this is not something commonly seen, else lots of stuff would not work. However, I cannot figure out how it is I cause it. Any suggestions? thanks tim

RE: Tracking down an elusive error during migration to 1.3

2007-09-05 Thread Tim L Casey
Use any IDE, set an exception breakpoint. Inspect the variables involved. tim -Original Message- From: David Leangen [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 04, 2007 7:37 PM To: users@wicket.apache.org Subject: Tracking down an elusive error during migration to 1.3

Re: CheckGroup in a DataTable

2007-08-31 Thread Tim Lantry
Good point. I'll have to think about that one. On 8/31/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > then the problem is that previously checked but now unchecked things wont > be > cleared from your collection > > -igor > > On 8/31/07, Tim Lantry <[E

Re: CheckGroup in a DataTable

2007-08-31 Thread Tim Lantry
On 8/30/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > and you are sure all links in the navigator are submit links? if so then > post a quickstart and we will take a look > > -igor > > > On 8/30/07, Tim Lantry <[EMAIL PROTECTED]> wrote: > > > > I impl

Re: CheckGroup in a DataTable

2007-08-30 Thread Tim Lantry
two Objects in the list. I then hit the previous page link and before render and after render both had an empty list. On 8/30/07, Tim Lantry <[EMAIL PROTECTED]> wrote: > > No, in my test I didn't include the hascode/equals methods. I will give > that a try. > > On 8/

Re: CheckGroup in a DataTable

2007-08-30 Thread Tim Lantry
No, in my test I didn't include the hascode/equals methods. I will give that a try. On 8/30/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > and whatever that model is it has a proper hashcode/equals implemented? > > -igor > > > On 8/30/07, Tim Lantry <[EMAI

Re: CheckGroup in a DataTable

2007-08-30 Thread Tim Lantry
ng does that list > make > it into checkgroup's model when switch pages? > > -igor > > On 8/30/07, Tim Lantry <[EMAIL PROTECTED]> wrote: > > > > I am using a Check component inside of a DataTable. The DataTable is > > surrounded by a CheckGroup. The

CheckGroup in a DataTable

2007-08-30 Thread Tim Lantry
I am using a Check component inside of a DataTable. The DataTable is surrounded by a CheckGroup. The model on each Check component is the Row Model. This works great to get a list of checked rows. Is there a good way to retain the checks across pages? I created a new Navigator component that u

DataTable span tag

2007-08-27 Thread Tim Lantry
iated. Thanks, Tim