Re: How to append an # anchor to an href?

2007-08-02 Thread Jesse Barnum
That is definitely on the right track - overriding appendAnchor does successfully add the #myAnchor suffix to the Link URL. However, I am realizing that clicking on the link is doing an immediate redirect to another page. Here is the URL from page1, with the #ScreenCapture link

Re: Page expiration

2007-08-02 Thread shumbola
shumbola wrote: Jonathan Locke wrote: what version of wicket are you using? shumbola wrote: I've in My application class this: getApplicationSettings().setPageExpiredErrorPage(MyPageExpired.class); In my application I've got a menu - a few links to other pages. If i

Re: MarkupNotFound Exception

2007-08-02 Thread shumbola
Eelco Hillenius wrote: SSLSignIn class extends WebPage and has no associated markup. It just checks if SSL attributes are present in request and redirects to appropriate page by using setResponsePage. The strange thing is that usually there is no such an exception. It pops up

DownloadLink for an external URL

2007-08-02 Thread gumnaam
I see that DownloadLink can be used to stream a File. What I want to do is use DownLoadLink to redirect to an external URL that should be streamed (i.e. File Save box should pop up). I can't use ExternalLink as the external URL's location is not pre determined, also the external URL's location

Re: DownloadLink for an external URL

2007-08-02 Thread Igor Vaynberg
whatever streams that external file has to set a content-disposition:attachment header so the browser pops up that box. -igor On 8/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I see that DownloadLink can be used to stream a File. What I want to do is use DownLoadLink to redirect to an

ResourceReference and Wicketstuff Dojo Documentation-related questions

2007-08-02 Thread Kirk Israel
I just discovered the jdocs for Wicket http://www.jdocs.com/tab/91/overview-summary.html Are there any other good, comprehensive references I should know about? And is there a better forum for than this list for Wicketstuff-Dojo related questions? Specifically, I'm wondering about how to attach

ListMultipleChoice and keypress

2007-08-02 Thread Istvan De
Hi! How to receive a javascript keypress event from a ListMultipleChoice? Basically I'd need to have a callback (on certain keys like enter, and arrow keys) with the currently selected items. I've tried AjaxFormComponentUpdatingBehavior, I've got two problems with it: - How to have this