1 Reply Latest reply on Feb 3, 2005 6:46 PM by paarsar

    Problem with getting Block to render when Logged in

    paarsar

      Hi i've created a block it shows up on the front page but it doesn't show up when i log in

      here is the mbean reference in jboss-service.xml
      <mbean
      code="org.jboss.nukes.core.modules.user.blocks.SSMenuBlock"
      name="nukes.blocks:name=SSMENU"
      xmbean-dd=""
      xmbean-code="org.jboss.nukes.component.NukesMBean">
      nukes.modules:name=core






      Smart and Strong menu
      0
      1




      please help

        • 1. Re: Problem with getting Block to render when Logged in
          paarsar

          whoops here is the real text

           <mbean
           code="org.jboss.nukes.core.modules.user.blocks.SSMenuBlock"
           name="nukes.blocks:name=SSMENU"
           xmbean-dd=""
           xmbean-code="org.jboss.nukes.component.NukesMBean">
           <depends>nukes.modules:name=core</depends>
           <xmbean>
           <attribute name="Security">
           <security>
           <permission group="*" level="READ" pattern="::" />
           </security>
           </attribute>
           <attribute name="Title">Smart and Strong menu</attribute>
           <attribute name="Side">0</attribute>
           <attribute name="Weight">1</attribute>
           </xmbean>
           </mbean>