Jump to content
  • back button of google chrome


    ravikanth2012
    CategoryBug report
    PriorityUrgent
    ReproducibilityAlways
    ResolutionOpen
    SeverityCritical
    StatusNew

    Hello Sir,

    Iam using jasperserver 4.5.0.Using this i created some reports and all are working well.when iam login into jasperserver using google chrome it showing "an id is required to lookup a flow definition"

    exception.And when i viewed the report it opened nicely and if i enter the back button i will go for reports page.if i want to display other report it showing another exception like "org.springframework.webflow.conversation.NoSuchConversationException: No conversation could be found with id '14' -- perhaps this conversation has ended?"

     

    plz send the details as soon as possible



    User Feedback

    Recommended Comments

    Hi.

    It is a well-known issue with Chrome and Safari

     

    http://stackoverflow.com/questions/4025843/chrome-doesnt-cache-hidden-form-field-values-for-use-in-browser-history [^]

     

    "Chrome doesn't cache hidden form field values for use in browser history."

     

    The quick and dirty solution would be to replace

    type="hidden"

    with

    style="visibility:hidden;"

    in all your jsp files in WEB-INF/jsp

     

     

    --

    With best regards,

    Anton

    Link to comment
    Share on other sites


×
×
  • Create New...