• 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

blank jsp on submit for certain data

 
Ranch Hand
Posts: 407
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys : I am , somewhat randomly, getting a "blank" page after submitting a JSP form.

The submission triggers a reload of the parent frame - call it 'p' - which refreshes both children frames - call the children 'c1', and 'c2'.

Normally, submission of the check boxes in the form works great, and the form submission and reload of frame works great,
and c1 and c2 are displayed perfectly.

BUT sometimes, i.e. if I select several { i.e. more than 8 } check boxes, the child frame RAPIDLY reloads as totally blank, with no other events. The top page looks dead, but is unrefreshed.

Any ideas about why submission of a jsp form would return a blank page and just die ?

I would say maybe it could be an exception, but I see no stack trace.....
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you used an HTTP sniffing tool such as HttpFox to see what's going on with request and response?
 
jay vas
Ranch Hand
Posts: 407
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi bear thanks. Actually, Im using Front Man ! Anyways.... No I havent tried it.
Is there a way to debug it in front man ?
Ive never heard of HttpFox .... lookslike a FF plug in. I might try it.

 
Bear Bibeault
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A tool like HttpFox will show you exactly what's going on with your HTTP requests and responses and is the best way to start debugging issues like this -- especially if they're intermittent.

You can turn on Log4J debugging for FrontMan and that might give you even more clues.
 
Would you turn that thing down? I'm controlling a mind here! Look ... look at the tiny ad ...
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic