On Wed, Apr 30, 2008 at 7:44 AM, Jim Kiley <[EMAIL PROTECTED]> wrote:
> Is this something you want to have accessible from your view pages, or > just > from your action classes? For the most part you can deal with this in the > same way you'd deal with any other singleton or singleton-oid. Use the > good > old static singleton pattern per Josh Bloch et al, or (preferably) use > Spring to create and inject your POJO wherever you need it. > i want to create a global context variable can give me the glue to create a injected POJO in S2? so the variable just from resource bundle, and all the struts2 will know the value inside that F