facebook

Integrate spring scaffolding layout with Birt

  1. MyEclipse IDE
  2.  > 
  3. Spring Development
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #327419 Reply

    asder
    Member

    Hi

    i’m trying to figure out how to integrate Birt into the layout generated by the spring scaffolding MVC.

    i’m getting this:

    [/URL]

    when i try to use the tag <birt:viewer>

    i think that is because the page gets decorated every time by the layout.
    It’s possible to fully integrate BIRT without the need to make another project only for it?
    I’m doing it (another web project for birt)because i can load birt pages in iframes, but i’m losing the spring security (the biggest issue).

    Suggestions?

    #327456 Reply

    asder
    Member

    obviously, trying to set decorators.xml like:

    <excludes>
    <pattern>/frameset*</pattern>
    <pattern>/run*</pattern>
    </excludes>

    does not work, i still get ajax errors.

    i think birt make ajax calls that gets decorated. i’m investigating this now.

    UPDATE: /birt-viewer gets called, i added it but it’s the same

    #327581 Reply

    asder
    Member

    no suggestions? very bad 🙁

    #327737 Reply

    cconway
    Member

    You should be able to exclude pages from the sitemesh decoration. Please see this post on stack overflow, or otherwise search for information on excluding pages in sitemesh. It looks like the trick is getting the path right based on what’s in web.xml?

    http://stackoverflow.com/questions/10058477/sitemesh-page-exclusion

    I hope this helps.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Integrate spring scaffolding layout with Birt

You must be logged in to post in the forum log in