• 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

response.sendRedirect()

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All

Error: [FaultEvent fault=[RPC Fault faultString="Failed to delete existing file: '{0}'." faultCode="Server.Processing" faultDetail="null"] messageId="65C5A6EA-180B-41B0-455F-8E9953823D88" type="fault" bubbles=false cancelable=true eventPhase=2]


File Server Servlet 14
Code Cleanup for Delphi 16
After Sales- Net Star Modification 15

response.sendRedirect() is not working with chld window of window.open().i am opening a url using javascript window.open().
after opening url i am clicking some link.now i am using response.sendRedirect() to redirect. this will not working with child window of window.open().



Thanks in adv.





 
kool honey
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All
I have a problem in struts

response.sendRedirect() is not working with chld window of window.open().i am opening a url using javascript window.open().
after opening url i am clicking some link.now i am using response.sendRedirect() to redirect. this will not working with child window of window.open().



Thanks in adv.
 
reply
    Bookmark Topic Watch Topic
  • New Topic