I'm using jdbc realm in my struts application and a css stylesheet for my jsp pages.
For the realm I'm using a login form, so not BASIC. The form page is styled with CSS.
On the form page I also have locale switching options.
So here's the deal:
I try to access a restricted file/folder, the login form page comes up, but NOT styled.
Even when doing refresh it stays like that.
The locale switching action doesn't work either.
Anyways, I enter my login data, press Submit (or Enter) en what happens..either Dreamweaver pops up trying to edit my CSS file, or in my browser I see my CSS code.
When I press back to return to the login form, the page IS styled and my locale switch action works.
When I enter my login data again and press Submit, I get a 404 saying "*description* The requested resource (/hypotheek/j_security_check) is not available."_
_When I press back, I sometimes get back to the form, or sometimes do end up on the protected page, but most of the time to the form.
What can be the cause of this? Even when i call my loginForm.jsp directly, the CSS seems to be ignored, before sumbittal.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]