• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Problem with html:errors

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have got an application running on struts framework. Iam facing a problem with a pop-up opened up from a parent window.

When I click on the submit button(which is inside the pop up) Iam not able to see the ActionErrors message captured by html:errors in the parent window.

ActionClass_1 --(on success) -- parent.jsp --(on some flag) -- opens popup

pop up (when submit button pressed - closes the popup and then calls) -- ActionsClass_2 (process business logic, toggle the flag value to open the pop up so that it doesn't open ) -- opens parent.jsp


Iam using

window.open(_path,'migration' ,'resizable=no,widthe0px,heightE0,scrollBars=no')

for opening the pop up
Can someone please help me out with this problem ? I checked without closing the child window ( or popup window) The error is captured by html:errors over there. But my requirement is to display it in the parent window.


Thanks for your time.

Cheers
Anirban
reply
    Bookmark Topic Watch Topic
  • New Topic