Re: [Wicket-user] turning off markup validation

2007-06-09 Thread Kent Tong
rozkovec.info> writes: > Those parts are important: > > > > > the markup which is seen by the browser is not illegal, browser see > correct tags ... in the ouput, one of the tags is always > commented for the browser, which one depends on the browser type, only > wicket can see both closing

Re: [Wicket-user] WASPSession.logout(object)

2007-06-09 Thread Maurice Marrink
Ok, i just committed some refactoring in the authentication module of swarm. To make sure we do not store user credentials in the session. For those of you already depending on swarm, here are the changes. -All is...Authenticated methods from LoginContext are now in Subject, just copy paste the r

Re: [Wicket-user] WASPSession.logout(object)

2007-06-09 Thread Maurice Marrink
:D Well i had to come up with something outrageous didn't i? ;) Maurice On 6/9/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > On 6/9/07, Maurice Marrink <[EMAIL PROTECTED]> wrote: > > retinal scan. > > :) > > -igor > > > - >

Re: [Wicket-user] WASPSession.logout(object)

2007-06-09 Thread Igor Vaynberg
On 6/9/07, Maurice Marrink <[EMAIL PROTECTED]> wrote: retinal scan. :) -igor - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limit

Re: [Wicket-user] WASPSession.logout(object)

2007-06-09 Thread Maurice Marrink
It isn't fixed on username an password because i want people to be able to use any kind of authentication. e.g. a card reader or retinal scan. A credentials object could be used in this case, but then i am introducing yet another class people need to use / extend. But i already have an idea how to

[Wicket-user] Resource.getParameters and resource mounting

2007-06-09 Thread Janos Cserep
I've started migrating my applications to 1.3.0 and I think I ran into a bug with Resource.getParameters(). If a resource is mounted via Application.mountSharedResource then Resource.getParameters returns with an empty valuemap. If it is not mounted then the valuemap contains all the parameter

Re: [Wicket-user] File Releases suggestions

2007-06-09 Thread Jean-Baptiste Quenot
* Robert .: > When a new version is released I would like to get all the new zip files > quickly. However there are 11 zip files and somehow the download is always > set to some non-working mirror which I have to change manually. Those are a > lot of clicks. I would really enjoy if there is a mega-

[Wicket-user] SimpleConverterAdapter and primitive fields

2007-06-09 Thread John Krasnay
My application stores money amounts as an integer number of cents. I've written a converter to handle this as follows: public class MoneyConverter extends SimpleConverterAdapter { public Object toObject(String value) { try { return Math.round(Float.parseFloat(value) * 100);

Re: [Wicket-user] Tree testing

2007-06-09 Thread Ingram Chen
indeed, we internally develop small extension to allow using partial path to allocate component. tester.clickLink("foo:bar:navigation:i:6:nodeLink") can be written like tester.clickLink("foo, 6, nodeLink") On 6/9/07, Timo Rantalaiho <[EMAIL PROTECTED]> wrote: On Fri, 08 Jun 2007, Ingram Chen

Re: [Wicket-user] turning off markup validation

2007-06-09 Thread wicket
No, not at all. See this sample of alerady generated menu: == DEMOS active focus styled form removing active