• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Auth method - FORM issue with Struts 2 action

 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
web.xml ->

JBoss 4.3.2, but is should be irrelevant.

When I specify actions like this:


I get error message:


...
description The requested resource (/ZZZZZZ/logon.action) is not available.



However, when I copy/paste the very same address to web browser it is properly opened!? Furthermore, with valid user name/password, I am properly logged in.

Leaving out Struts 2 and using (basically the very same) raw JSP page, all forks fine (as expected).

Is there valid explanation, am I doing something wrong?

[ December 14, 2008: Message edited by: Dejan Mratinkovic ]
[ December 14, 2008: Message edited by: Dejan Mratinkovic ]
 
Put a gun against his head, pulled my trigger, now he's dead, that tiny ad sure bled
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic