0 Replies Latest reply on Mar 5, 2009 4:01 PM by paul

    Updating page description in work switcher

    paul

      In pages.xml I'm using the following description for a page:



      <description>Create booking for: #{booking.name}</description>



      When this page is opened, the booking.name is not set yet however, so the work switcher displays Create booking for:. On that page the booking.name is entered, en I would expect the work switcher to display the correct name after submitting. The name never gets updated however.


      Is the EL in pages descriptions a one-time, non-contextual, thing? Or is there some way I must force the work switcher to update?