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
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
: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
>
>
> -
>
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
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
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
* 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-
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);
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
No, not at all.
See this sample of alerady generated menu:
==
DEMOS
active focus
styled form
removing
active
10 matches
Mail list logo