Re: Struts access static list

2009-04-13 Thread Baran
Thanks Chris, It helped a lot in sorting things out. Also thanks to Dave for tossing up "SDO", it sounds interesting and I would certainly consider using it at some place. Thanks musomesa wrote: > > Yes, in between the or tags the object is sitting on > top of the value stack so you can a

Re: Struts access static list

2009-04-13 Thread Musomesa
Yes, in between the or tags the object is sitting on top of the value stack so you can access it with OGNL like you would a 'normal' action. Handy for things like populating combo boxes which crop up all over the place. Chris M **The Average US Credit Score is 692. See Yours in

Re: Struts access static list

2009-04-13 Thread Baran
Hello Chris, well this is what I was doing yesterday, I have this naive issue here...mainly because of the fact that I am new to it. If we have an action that does the the job for us. I use s:action with actionResult="false" for no html rendering, is there a way if I can use the output as an inpu

Re: Struts access static list

2009-04-13 Thread Musomesa
Why not write the code in its own action or pojo and use or wherever you want it? Chris M **The Average US Credit Score is 692. See Yours in Just 2 Easy Steps! (http://pr.atwola.com/promoclk/100126575x1221621489x1201450100/aol?redir=http:%2F%2Fwww.freecreditreport.com%2Fpm%2Fdefaul

Re: Struts access static list

2009-04-13 Thread Baran
Thanks Guys. Being new to Struts is the only issue I have right now and this is the reason I am not able to use my own ideas to the fuller. Your suggestions have helped a lot. Baran newton.dave wrote: > > mitch gorman wrote: >> Baran wrote: >>> This is about implementing reusability in the a

Re: Struts access static list

2009-04-13 Thread Dave Newton
mitch gorman wrote: Baran wrote: This is about implementing reusability in the actions. I am struggling to identify the ways how we can share some comming functionality between different actions. Lets say I got a list of users i need to use as a combobox list at multiple pages. Right now I have

RE: Struts access static list

2009-04-13 Thread Martin Gainty
ité pour le contenu fourni. > Date: Mon, 13 Apr 2009 09:00:32 -0400 > From: mgor...@shadowtv.com > To: user@struts.apache.org > Subject: Re: Struts access static list > > Baran wrote: > > Hi Guys, > > > > This is about implementing reusability in t

Re: Struts access static list

2009-04-13 Thread mitch gorman
Baran wrote: > Hi Guys, > > This is about implementing reusability in the actions. I am struggling to > identify the ways how we can share some comming functionality between > different actions. Lets say I got a list of users i need to use as a > combobox list at multiple pages. Right now I have to