Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pravzICS

    Session Filter

    I am actually new with Struts. my question is if I have an action say changePassword.do, and if I don't put changePassword.do in: if((URI.endsWith("/login.jsp")) ||(URI.endsWith("/login.do")) ||(URI.endsWith("/changePassword.do")) ...) then, allow, else, show invalid session page. if I give the...
  2. pravzICS

    "session" vs "request" for "scope" in <action&g

    Hi Venu, I understood this one now. thanks a lot. pravz
  3. pravzICS

    "session" vs "request" for "scope" in <action&g

    Hi all, In the <action> tag, the attribute "scope" is either "session" or "request" ? what is the significance of both? when do we use "session" and when do we use "request" ? please suggest. thanks.
  4. pravzICS

    Session Filter

    Hi all, I am kinda new in Struts. just started developing an application using struts. My session filter (.java, defined in web.xml) filters all .do actions, except say, login.do. what do I do so that it does't filter the other .do actions. For eg. if((URI.endsWith("/login.jsp"))...
  5. pravzICS

    To show a javascript dropdown menu in a jsp

    I got it :-) it was about configuring it with struts framework. thanks kendel, pravz
  6. pravzICS

    To show a javascript dropdown menu in a jsp

    If if open it in netscape, I finally see some error: Error: BeginSTM is not defined. I have defined it but does anyone know what parameters does this take ? or any link which can tell me that. Thanks a lot. Pravz
  7. pravzICS

    Show javascript dropdown menu in jsp

    i tried posting this on javascript also. but it doesnt seem to be a javascript error, as js dropdown menu comes up in a static html, but when i include it in the struts application, its not coming up. still struggling.... thanks pravz
  8. pravzICS

    To show a javascript dropdown menu in a jsp

    I am using the same to include the .js in my application. actually, I am using Struts framework, then might some other problem and not a javascript problem. still struggling... thanks anyway, pravz
  9. pravzICS

    To show a javascript dropdown menu in a jsp

    this does'nt work either. actually the drop-down comes when you open the static html page, but when included in the application, then it does't come up. thanks pravz
  10. pravzICS

    To show a javascript dropdown menu in a jsp

    thanks for replying kendel, tried both, it does't seem to work still. still struggling... pravz
  11. pravzICS

    To show a javascript dropdown menu in a jsp

    Hi all, I am trying to show a javascript dropdown menu in a jsp page, but its not popping up at all. say, when I open static.html, it shows .js drop down, but when I try opening the same page (.jsp or even .htm) in my application, the drop down does'nt come at all. i am using: <script...
  12. pravzICS

    Show javascript dropdown menu in jsp

    Hi all, I am trying to show a javascript dropdown menu in a jsp page, but its not popping up at all. say, when I open static.html, it shows .js drop down, but when I try opening the same page (.jsp or even .htm) in my application, the drop down does'nt come at all. i am using: <script...

Part and Inventory Search

Back
Top