• 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

error while redirecting.

 
Ranch Hand
Posts: 82
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using the following mapping for redirecting from a url

<action path="/abc" type="org.apache.struts.actions.ForwardAction" parameter="/site/user/legacy/form.jsp">
</action>

the error that i get is:

09:28:03,344 WARN ResourceManager:301 - Looked up key :cookie.domain:
09:28:03,344 WARN ResourceManager:302 - application : java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key cookie.domain
09:28:03,344 WARN ResourceManager:301 - Looked up key :cookie.path:
09:28:03,344 WARN ResourceManager:302 - application : java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key cookie.path
09:28:03,344 WARN ResourceManager:301 - Looked up key efaultCookieName:
09:28:03,344 WARN ResourceManager:302 - application : java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key defaultCookieName

Can anybody help ?
Thanks
 
Ranch Hand
Posts: 354
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the error has nothing to do with struts. whatever you're doing with cookie and PropertyResourceBundle look up is not working...more specifically, not there.
 
reply
    Bookmark Topic Watch Topic
  • New Topic