This should help you out:
http://www.javalobby.org/java/forums/t100842.html?start=0
On Thu, May 22, 2008 at 2:15 PM, A. Lotfi <[EMAIL PROTECTED]> wrote:
> Hi,
>
> We have a big struts project, under WEB-INF\lib we have lot of jar files,
> lot of them are not used in the code, we are using netbe
If your using Spring as the objectFactory then you would need to
define your action bean as prototype instead of singleton in your
applicationContext.xml
for example:
On Fri, Apr 18, 2008 at 10:59 PM, aum strut <[EMAIL PROTECTED]> wrote:
> yes you are right
>
> not providing complete informatio
ROTECTED]> wrote:
> You can of course set up instance variables in your action class with
> identical names as the parameters you intend to use.
>
> 2008/4/16, Dustin S. <[EMAIL PROTECTED]>:
>
>
> > I noticed the the map for setParameters is . If I
> > intend t
I noticed the the map for setParameters is . If I
intend to always only use [0], is there any easy way to accomplish
this without having to do [0] everytime I get() a parameter from the
map? I noticed there is SingleValueMap in webwork for this purpose.
Does something exist like this in Struts 2 or
We've had great success with CAS. Its pretty trivial to 'cas-ify' a web
application and as wes mentioned it is very nice for a single sign on
solution. They also have a very active mailing list.
On Fri, Apr 4, 2008 at 3:59 PM, Wes Wannemacher <[EMAIL PROTECTED]> wrote:
> Production integration ex
The Maven dependency plugin may be useful to you as well.
http://maven.apache.org/plugins/maven-dependency-plugin/index.html ,
specifically the dependency:tree goal.
On Fri, Apr 4, 2008 at 3:27 PM, Laurie Harper <[EMAIL PROTECTED]> wrote:
> Jonny Cavell wrote:
>
> > I use Maven, and if you look a
Not sure I understand your question ... but
Are you aware of the "status" attribute in the iterator tag?
Something like:
...etc
On Thu, Apr 3, 2008 at 2:54 PM, Musachy Barroso <[EMAIL PROTECTED]> wrote:
> I meant "iterator" tag ;)
>
> musachy
>
> On Thu, Apr 3, 2008 at 4:52 PM, Musachy Bar
7 matches
Mail list logo