I think the actionBean is the right place for loading the quote. What are the disadvantages of loading the quote in the actionBean?
On Mon, Jun 8, 2009 at 4:29 PM, Daniil Sosonkin<[email protected]> wrote: > This is for a trading application and my type converter converts a String > that represents a ticker symbol into a Quote object. Due to security > requirements, access control privileges, etc... I need to know some > information about a user currently logged in before a Quote can be obtained > from the provider. All that information is stored in the session. > > Poatris - thank you for the recommendation. Unfortunately we don't use > Spring anywhere and as a result I don't understand the code. > > Still looking for a solution other than having String converted into Quote > object in the ActionBeans. TypeConverter comes in very handy. > > Sincerely, > Daniil > > Richard Hauswald wrote: > > What do you want to do in a type converter what needs a session? > > On Fri, Jun 5, 2009 at 9:34 PM, Daniil Sosonkin<[email protected]> wrote: > > > Here's a good one. I have a TypeConverter that needs to access some > variables for the current session. So far, I haven't found a way of doing > that via library. I could be missing something. Can someone point me in the > right direction? > > Daniil > > ------------------------------------------------------------------------------ > OpenSolaris 2009.06 is a cutting edge operating system for enterprises > looking to deploy the next generation of Solaris that includes the latest > innovations from Sun and the OpenSource community. Download a copy and > enjoy capabilities such as Networking, Storage and Virtualization. > Go to: http://p.sf.net/sfu/opensolaris-get > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users > > > > > ------------------------------------------------------------------------------ > OpenSolaris 2009.06 is a cutting edge operating system for enterprises > looking to deploy the next generation of Solaris that includes the latest > innovations from Sun and the OpenSource community. Download a copy and > enjoy capabilities such as Networking, Storage and Virtualization. > Go to: http://p.sf.net/sfu/opensolaris-get > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users > > > > ------------------------------------------------------------------------------ > OpenSolaris 2009.06 is a cutting edge operating system for enterprises > looking to deploy the next generation of Solaris that includes the latest > innovations from Sun and the OpenSource community. Download a copy and > enjoy capabilities such as Networking, Storage and Virtualization. > Go to: http://p.sf.net/sfu/opensolaris-get > _______________________________________________ > Stripes-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/stripes-users > > ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
