@AuthorizeInstanciation and several roles

2007-12-30 Thread Pills
Hello, I'm using the wicket-auth-roles package to allow or restrict access to some pages. I need to autorize the instanciation of some pages to several roles. Is it possible to write something like: @AuthorizeInstanciation("poweruser,admin,sysadmin") class Mypage extends WebPage {...} and somet

Re: OutOfMemoryError: Java heap space - AppendingStringBuffer

2007-12-30 Thread C.
On Sun, 2007-12-30 at 07:46 -0800, Artur W. wrote: > > Uwe Schäfer wrote: > > > > Hi Artur, > > > > I suppose it isn´t the AppendingStringBuffer that is causing your problem. > > Did you attach a profiler? http://YourKit.com is just one example of a > > good, easy to setup&run profiler. > > >

Re: OutOfMemoryError: Java heap space - AppendingStringBuffer

2007-12-30 Thread Artur W.
Uwe Schäfer wrote: > > Hi Artur, > > I suppose it isn´t the AppendingStringBuffer that is causing your problem. > Did you attach a profiler? http://YourKit.com is just one example of a > good, easy to setup&run profiler. > > I did like you said. I turns out that my refreshView consume so muc

Re: London Wicket User Event

2007-12-30 Thread Neo Anderson
May I forward this message to other people? I think that would be great for developers who are also interested in such event. Thank you very much. - Original Message From: jweekend <[EMAIL PROTECTED]> To: users@wicket.apache.org Sent: Sunday, 30 December, 2007 9:51:35 PM Subject: Londo

Re: WicketTester, FormTester and submit after validation failure

2007-12-30 Thread Timo Rantalaiho
On Sat, 01 Dec 2007, Per Newgro wrote: > but isn't this cheating? Hmm. I never saw the FeedbackMessageClearing. > I always assumed that my test has to simulate the browser behavior. So i used Well, I find WicketTester tests to be so white-box that they are pretty far from the actual browser anywa

and mounted URL

2007-12-30 Thread shumbola
I've got a page template like this: In header part i put links as menu, e.g, menu1 menu1 menu2 menu2 etc... menu1, menu2 are mounted bookmarkable page urls. I wanted to make links auto enabled, and looked for a solution. I tried to use but it seems it does not work with mounted urls. (

London Wicket User Event

2007-12-30 Thread jweekend
The next London Wicket Event will be on Wednesday, February 6th, 2008. Keep an eye on the http://www.jweekend.com/dev/LWUGReg/ registration page for the updates. http://herebebeasties.com/ Al Maw 's going to demonstrate creation of "an AJAXified drag and drop list editor". Ian Godman will tell

FileUploadField - how to get the folder info from this component?

2007-12-30 Thread rivkash1
hello all, Let's say i have a form with a FileUploadField. is there a way to get the original location of the submitted file on the client pc. now i can get only the file name via getClientFileName(), but i also need the full path to this file on the client pc (for example c:/myData/myDir1/myFile