[bug?]Http Status 400 for authorization.

2002-09-12 Thread ISHIKAWA Tadashi
I've tested JAAS and Struts1.1b2 action's new feature. I set the *roles* attribute to the action tag, then I got Http Status 400 error. Error is OK. I think that 401 Unauthorized is preferable. ISHIKAWA tadashi from Japan. -- To unsubscribe, e-mail: <mailto:[EMAIL PR

Re: document.forms[0].submit()::

2002-09-10 Thread ISHIKAWA Tadashi
Your form must *not* hava a object named *submit* because javascript will confuse it. Please see the generated HTML source, and search *submit*. Smith, Johnathan M. wrote: >I been looking all over and I dont see any help on how to get my javascript >with document.forms[0].submit() working again

Re: [Tokens][2] Where can I find more information....

2002-09-09 Thread ISHIKAWA Tadashi
Did you check the HttpSession object? Is the session object same or always new? Jon.Ridgway wrote: >Hi Kris, > >The first code snippet below is the correct one (I think??). I think the >snippet on Teds site (second snippet below) *may* be wrong... > >Jon Ridgway > > >-Original Message-

Re: struts example loading error

2002-09-01 Thread ISHIKAWA Tadashi
Xerces1.4.4 and JAXP1.0.1??? Struts1.1b needs JAXP1.1. and You shouldn't set the CLASSPATH. jw z wrote: > Hi, I am new to struts. I have a problem here. I installed Tomcat > 4.0.4 on my Windows 98. It works fine. Then I downloaded struts binary > code version 1.1 beta2 and try to test struts-exam