Re: Preventing Copy Pasting URL's In Same Browser Session

2009-10-02 Thread Douglas Ferguson
Added this field and notice that it writes additional params to the url for pagemap. Preliminary testing indicated that the page map url parameter doesn't have to exist. Are there any concerns with using this option? Douglas On Oct 1, 2009, at 7:14 PM, Douglas Ferguson wrote: >

Re: Preventing Copy Pasting URL's In Same Browser Session

2009-10-01 Thread Douglas Ferguson
What are the implications of turning this one? D/ On Sep 30, 2009, at 1:23 AM, Igor Vaynberg wrote: > the javadoc in the later versions mentions that it is enabled by > default, however if you are using the default secondlevel caching page > store it will be disabled... > > -igor > > On Tue, Se

Re: AjaxPagingNavigation

2009-10-01 Thread Douglas Ferguson
mplementation for ajax > return an > AjaxPagingNavigation. That is what your links don't work > asynchronously. > > On Wed, Sep 30, 2009 at 8:49 PM, Douglas Ferguson < > doug...@douglasferguson.us> wrote: > >> I just realized that this might be what

Re: AjaxPagingNavigation

2009-09-30 Thread Douglas Ferguson
I just realized that this might be what you wanted to know.. 2 On Sep 30, 2009, at 2:07 PM, Pedro Santos wrote: > Ok, it is a bug. Could you send us some code? I'm curios to see the > html > code generated to link on your page. > > On Wed, Sep 30, 2009 at 3:59 PM, Dougl

Re: AjaxPagingNavigation

2009-09-30 Thread Douglas Ferguson
t; } markup > > > << span>  > prev > > class="pagin-number" wicket:id="pageNumber">1 > > next a>  > >> > > On Sep 30, 2009, at 2:07 PM, Pedro Santos wrote: &g

Re: AjaxPagingNavigation

2009-09-30 Thread Douglas Ferguson
my url is replaced with > > /?wicket:interface=:3:4::: > > You refers to html "A" tag generated by navigations links. What you > got on > onclick tag attribute on your rendered page? > > On Mon, Sep 28, 2009 at 9:57 PM, Douglas Ferguson < > doug...@douglasfergu

Re: AjaxPagingNavigation

2009-09-29 Thread Douglas Ferguson
Is anybody successfully using this and witnessing ajax calls? I can't figure out why it isn't using Ajax as the name implies. I tried overriding the onAjaxEvent method, but it is never called. Douglas On Sep 28, 2009, at 7:57 PM, Douglas Ferguson wrote: > I'm using the Aj

AjaxPagingNavigation

2009-09-28 Thread Douglas Ferguson
I'm using the AjaxPagingNavigation component and it works well, but when I click on one of the links, my url is replaced with /?wicket:interface=:3:4::: This is making me thing that the entire page is getting replaced and not using ajax. Is is possible to get IPagingNavigationIncrementLink to

Property Models

2009-09-07 Thread Douglas Ferguson
If I have a have this: CompoundPropertyModel(Person) PropertyModel(Person, "name"); Would this be accurate? CompoundPropertyModel PropertyModel <-assuming name is a string - To unsubscribe, e-mail: users-unsubscr...@wicket

ajax - navigate to new location

2009-09-03 Thread Douglas Ferguson
target.prependJavascript("window.location.href=google.com"); Is there a better way of doing this?

Re: UTF-8

2009-08-31 Thread Douglas Ferguson
Excellent. I saw a bunch of emails floating around saying that you'd have to also 1) Edit connectors in server.xml and add URIEncoding="UTF-8" 2) Call request.setCharacterEncoding("UTF-8") (at the very beginning of the cycle) Are those also necessary? I'm assuming that I'll need these: UTF-8 t

UTF-8

2009-08-31 Thread Douglas Ferguson
Is there a documented process for enabling UTF-8 in wicket? D/ - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: guice-injection on page vs. components

2009-06-25 Thread Douglas Ferguson
If this is the case then why aren't components effected? D/ On 6/25/09 2:04 PM, "Mauro Ciancio" wrote: On Wed, Jun 24, 2009 at 1:38 PM, Aaron Dixon wrote: > > org.apache.wicket.util.io.SerializableChecker$WicketNotSerializableException: > Unable to serialize class: > com.mycompany.dao.MyDao$

UploadProgressBar

2009-06-03 Thread Douglas Ferguson
I added UploadProgressBar to a MultiPart form and added UploadWebRequest to my Application, but the upload bar doesn't every "change" or "move", the text changes but not the bar. Could this be a css issue? Douglas

Re: IResourceStreamWriter

2009-05-28 Thread Douglas Ferguson
using an AjaxFallbackLink? Douglas Douglas Ferguson wrote: Has anybody tried to use a an impl of IResourceStreamWriter? I created one and I have a link that set this to the RequestCyle in an on click. When I click the link, nothing happens in the browser, but I can use a debugger and see the

IResourceStreamWriter

2009-05-28 Thread Douglas Ferguson
Has anybody tried to use a an impl of IResourceStreamWriter? I created one and I have a link that set this to the RequestCyle in an on click. When I click the link, nothing happens in the browser, but I can use a debugger and see the impl get called and my code is writting to the OutputStrea

Re: Open a Modal Window within a Panel from a FileUpload form

2009-05-27 Thread Douglas Ferguson
You could use AjaxButton. This would give you an onSubmit with AjaxRequestTarget in the signature. D/ Lina Thomas wrote: Hi Hi I have a page that has a FileUpload form. Once the file is uploaded successfully onSubmit of the form I need to open a panel in ModalWindow. There is no Ajax event

Re: Open a Modal Window within a Panel from a FileUpload form

2009-05-27 Thread Douglas Ferguson
Lina Thomas wrote: Hi Hi I have a page that has a FileUpload form. Once the file is uploaded successfully onSubmit of the form I need to open a panel in ModalWindow. There is no Ajax event to fire which leaves me searching for ways to open the ModalWindow. I need to open the ModalWindow only o

RE: DownloadLink

2009-05-25 Thread Douglas Ferguson
@Override public IResourceStream getResourceStream() { return new PackageResourceStream(FlowPlayerPanel.class, "ref/flowplayer-3.1.0.swf"); } }); Instead of webResource, you can have another implementation of Resource which suites your needs. Alex Objelean Dougla

DownloadLink

2009-05-25 Thread Douglas Ferguson
I was just reading the javadoc for DownloadLink and it says that it locks the PageMap, does this mean that the page becomes unresponsive during the download? It mentions using a "shared resource" as an alternative. Is there example of this online somewhere? Douglas -

Serialization

2009-05-13 Thread Douglas Ferguson
Why do Wicket-serialized objects require a default constructor? Exception is: Caused by: java.io.InvalidClassException:com.conducive.logic.scraper.impl.media.MediaScraperResult; com.conducive.logic.scraper.impl.media.MediaScraperResult; no valid constructor java.io.ObjectStreamClass.check

RE: 60% waste

2009-05-12 Thread Douglas Ferguson
his => http://www.jdave.org/bdd-wicket/ MSi > El lun, 11-05-2009 a las 04:35 -0700, Douglas Ferguson escribió: > >> On a side note, does Selenium even work with wicket? >> >> Douglas >> >> -Original Message- >> From: Igor Vaynberg [mailto:igor.va

RE: 60% waste

2009-05-11 Thread Douglas Ferguson
I should be more clear. Has anybody had problems with wicket ids and using Selenium? Was this fixed in v2 (WebDriver)? D/ -Original Message- From: Douglas Ferguson [mailto:doug...@douglasferguson.us] Sent: Monday, May 11, 2009 9:38 AM To: users@wicket.apache.org; mcgreg...@e-card.bg

RE: 60% waste

2009-05-11 Thread Douglas Ferguson
Selenium 2). El lun, 11-05-2009 a las 04:35 -0700, Douglas Ferguson escribió: > On a side note, does Selenium even work with wicket? > > Douglas > > -Original Message- > From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] > Sent: Monday, May 11, 2009 12:13 AM > To:

RE: 60% waste

2009-05-11 Thread Douglas Ferguson
On a side note, does Selenium even work with wicket? Douglas -Original Message- From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Sent: Monday, May 11, 2009 12:13 AM To: users@wicket.apache.org Subject: Re: 60% waste unit testing is about testing small isolated bits of functionality

RE: Ajax Request Security

2009-05-07 Thread Douglas Ferguson
, the URL is session-relative, and can't be emailed to someone else for them to use or fiddled with to create an unexpected request. But the data itself that is submitted must always be verified. -- Jeremy Thomerson http://www.wickettraining.com On Thu, May 7, 2009 at 5:22 PM, Douglas Fer

Ajax Request Security

2009-05-07 Thread Douglas Ferguson
It just dawned on me that most users will protect their url parameters to make sure that end users can't fiddle with parameters and see inappropriate data, however, is it conceivable to issue ajax requests to get an app to do something it shouldn't? If so, any tips on how to build a request tha

RE: Wicket & SWFObject

2009-05-04 Thread Douglas Ferguson
I just figured out that the deal is that SWFObject doesn't like to be set visible false on page load then visible true via Ajax. Any thoughts on how to get around this? D/ -Original Message- From: Douglas Ferguson [mailto:doug...@douglasferguson.us] Sent: Tuesday, May 05, 2009 12:

Wicket & SWFObject

2009-05-04 Thread Douglas Ferguson
Has anybody successfully got SWFObject to work on a wicket page? Douglas

RE: Analyzing Request Logger

2009-04-30 Thread Douglas Ferguson
emory() / 1048576; long total = runtime.totalMemory() / 1048576; long used = total - runtime.freeMemory() / 1048576; Douglas Ferguson mobile: 512.293.7279 office/fax: 512.462.0408 skype: stillrecording aim: DaAmericanRuse -

RE: Analyzing Request Logger

2009-04-30 Thread Douglas Ferguson
Fair Enough.. But, what's your advice on RequestWindowSize & running this in production? Douglas Ferguson mobile: 512.293.7279 office/fax: 512.462.0408 skype: stillrecording aim: DaAmericanRuse - http://www.linkedin.com/in/douglasferguson http://www.myspace.com/douglasferg

Analyzing Request Logger

2009-04-30 Thread Douglas Ferguson
ize=82369,sessionstart=Thu Apr 30 14:32:48 CDT 2009,requests=31,totaltime=8799,activerequests=1,maxmem=133M,total=58M,used=52M Douglas Ferguson mobile: 512.293.7279 office/fax: 512.462.0408 skype: stillrecording aim: DaAmericanRuse - http://www.linkedin.com/in/douglasferguson http://www.my

https://issues.apache.org/jira/browse/WICKET-847

2009-04-27 Thread Douglas Ferguson
So, is this fixed in 1.3.6? https://issues.apache.org/jira/browse/WICKET-847 - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

RE: Logging for performance analysis

2009-04-27 Thread Douglas Ferguson
@wicket.apache.org Subject: Re: Logging for performance analysis Douglas Ferguson douglasferguson.us> writes: > > We are experiencing some hard to trace performance issues (CPU pegged by JAVA). so we want to implement some > logging in order to Audit the code. > > Any suggestions on wicket

Logging for performance analysis

2009-04-27 Thread Douglas Ferguson
We are experiencing some hard to trace performance issues (CPU pegged by JAVA). so we want to implement some logging in order to Audit the code. Any suggestions on wicket state that we can easily print out? I.E. size of page map? Etc? D/ -

RE: Obtain a Page class via mounted page link

2009-04-20 Thread Douglas Ferguson
n.us/ http://www.distilleryrecords.com/ http://www.stillrecording.com/ Join my mailing list: distilleryrecords-subscr...@yahoogroups.com ____ From: Douglas Ferguson [doug...@douglasferguson.us] Sent: Monday, April 20, 2009 1:16 PM To: users@wicket.apache.org Subject: Obtain a

Obtain a Page class via mounted page link

2009-04-20 Thread Douglas Ferguson
Is there a way to look up a mounted page link via the name? I'm digging through the code but I don't see a way to do this.. Douglas Ferguson mobile: 512.293.7279 office/fax: 512.462.0408 skype: stillrecording aim: DaAmericanRuse - http://www.linkedin.com/in/douglasfer

Haulting Execution of Page

2009-04-20 Thread Douglas Ferguson
If I detect a certain scenario I want to hault execution of the page, however if I "return" then wicket complains of components in the markup that aren't on the page. Is there a way to abort rendering? i.e. I'm setting a redirect at the servlet response, so I don't want wicket to bother setting

RE: @SSLRequired

2009-04-17 Thread Douglas Ferguson
l 17, 2009 2:55 PM To: users@wicket.apache.org Subject: Re: @SSLRequired Go to wicket.apache.org - in the left bar near the bottom there are links to the source repo and to the fisheye view. -- Jeremy Thomerson http://www.wickettraining.com On Fri, Apr 17, 2009 at 2:30 PM, Douglas Fergu

Re: @SSLRequired

2009-04-17 Thread Douglas Ferguson
Where cab I view it online I don't see it in the javadoc Douglas Ferguson 512-293-7279 Sent from my iPhone On Apr 17, 2009, at 1:52 PM, "Igor Vaynberg" wrote: > see org.apache.wicket.protocol.https package > > -igor > > On Fri, Apr 17, 2009 at 11:40 AM, Dougla

RE: @SSLRequired

2009-04-17 Thread Douglas Ferguson
How about just having apache httpd rewrite the http(s) for the pages you need? I haven't yet did our ssl implementation, but I know that I don't want the logic in wicket. Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Fri, Apr 17, 2009 at 11:27 AM, D

RE: @SSLRequired

2009-04-17 Thread Douglas Ferguson
did our ssl implementation, but I know that I don't > want the logic in wicket. > > Ryan Gravener > http://ryangravener.com/flex | http://twitter.com/ryangravener > > > On Fri, Apr 17, 2009 at 11:27 AM, Douglas Ferguson < > doug...@douglasferguson.us> wrote: > &g

RE: @SSLRequired

2009-04-17 Thread Douglas Ferguson
how-to-switch-to-ssl-mode.html Ryan Gravener http://ryangravener.com/flex | http://twitter.com/ryangravener On Fri, Apr 17, 2009 at 10:48 AM, Douglas Ferguson < doug...@douglasferguson.us> wrote: > I'm implement an SSL scheme using annotations and I'm having some issues > with red

@SSLRequired

2009-04-17 Thread Douglas Ferguson
I'm implement an SSL scheme using annotations and I'm having some issues with redirecting properly. The issue is when I have non-secured page that redirects to a secured page. I'm doing the https/http redirecting inside of a WebRequestCycleProcessor, which works well unless there is a redirect

RE: DataView & Model

2009-03-11 Thread Douglas Ferguson
: DataView & Model Did you use a CompoundPropertyModel on the page? If so, that would explain why it was looking for a setter with the name of the DataView. Linda. Douglas Ferguson wrote: > I just started using some code that was retired for awhile, so I'm not sure > what all change

DataView & Model

2009-03-11 Thread Douglas Ferguson
I just started using some code that was retired for awhile, so I'm not sure what all changed around it and the behavior I'm seeing is really strange. I have a DataView on my page and wicket is complain that my model object doesn't have a getter for the id of the DataView. I.E. DataView is called

paging in wicket

2009-03-09 Thread Douglas Ferguson
I was hunting for docs on how to do paging and discovered this: http://www.wicketstuff.org/wicket13/repeater/?wicket:bookmarkablePage=:org.apache.wicket.examples.repeater.PagingPage Also, Anybody know of any good resources on the topic?

RE: PageExpiredException

2009-03-09 Thread Douglas Ferguson
og... On Mon, Mar 9, 2009 at 11:45 AM, Douglas Ferguson < doug...@douglasferguson.us> wrote: > I know that this error comes up when there is a serialization issue, but I > don't think that is my problem. > > I'm fairly certain that the session is expiring and w

RE: PageExpiredException

2009-03-09 Thread Douglas Ferguson
r On Mon, Mar 9, 2009 at 10:39 AM, Douglas Ferguson < doug...@douglasferguson.us> wrote: > I get a PageExpiredException periodically and I'm having trouble isolating > the cause. I thought that it had something to do with server restarts but > I'm

PageExpiredException

2009-03-09 Thread Douglas Ferguson
I get a PageExpiredException periodically and I'm having trouble isolating the cause. I thought that it had something to do with server restarts but I'm not sure about that now. Stack: org.apache.wicket.protocol.http.PageExpiredException: Cannot find the rendered page in session [pagemap=n

<    1   2   3   4