1 Reply Latest reply on Jan 16, 2004 1:19 AM by julien1

    Main Menu block

    superdave591

      Is there a reason that the Before and After Attributes are not persisted on the menu block?


      I would like to be able to edit menu items and have them persist without rebuilding the nukes.ear and redeploying. Is there something I am missing or is this the intended behavior?


      David

        • 1. Re: Main Menu block

          you can, you just need to modify the MBean constructor by calling the version with the boolean set to true that will tell to the component to be persisted.

           public MenuBlock(String name, boolean persistent)
           {
           super(name, persistent);
           }