3 Replies Latest reply on Feb 21, 2007 11:30 AM by statelessbean

    Messages...

    statelessbean

      Hi,
      I have some string in my application resources like:
      pageFirst.SomeString = Hello anybody!

      and i want to use my String not in my page, but in my SFSB,
      can i do that?

      String myVariable = "defaultString " + #{messages[pageFirst.SomeString]} + "another part of string";
      


      or if not, than how?