2 Replies Latest reply on Aug 8, 2007 10:24 AM by vsramineni

    Multiple portlets in one application

    vsramineni

      Hi,

      Iam developing a aplication using portlets and jboss-portal-2.6-CR2.
      Iam packing multiple portlets into a single application(ie one war file).
      when i send a request to the application , the request is not forwarding to
      the portlet and it is not displaying anything (but the layout is displaying properly).

      Plz give me some suggestions to resolve this.



      thanks in advance

        • 1. Re: Multiple portlets in one application
          theute

          With so few details it's hard to help...

          Any error in the console ?
          Did you check that you had the correct rights to see ? How is built the request ? ...

          • 2. Re: Multiple portlets in one application
            vsramineni


            actually iam not getting any errors on the console and my security tag is like this in *-object.xml

            <security-constraint>
            <policy-permission>

            <action-name>viewrecursive</action-name>
            </policy-permission>
            </security-constraint>

            as per my knowledge this is not the question of permissions,
            it would be something diffrent.