Re: Regarding Iterator

2011-11-23 Thread Chris Pratt
Yes, either a dot or the word "top" should do what you're looking for. Worst case, you might be able to use %{#outerList} to reference the id from the outer iterator. (*Chris*) On Wed, Nov 23, 2011 at 3:51 PM, wrote: > I think a dot should work. > --Mensaje original-- > De: Sathya Prak

Re: Nested Iterator tag...

2011-11-23 Thread Steven Yang
try: or or since you used "id", by the way i believe "id" is depricated On Thu, Nov 24, 2011 at 5:44 AM, SATHYA wrote: > Hi, > > I am facing a problem in Iterating the below collection using struts > taglib

Re: Jenkina and hudson in s2

2011-11-23 Thread Frans Thamura
will u share us the code? so we can add to our blueoxygen/cimande project. On Wed, Nov 23, 2011 at 3:36 PM, Josep García wrote: > We use unit testing and, for integration testing, canoo webtests integrated > in the maven lifecycle. > Cheers, > Josep > > 2011/11/23 Frans Thamura > >> Hi all >>

Re: Regarding Iterator

2011-11-23 Thread jlmagc
I think a dot should work. --Mensaje original-- De: Sathya Prakash Para: user@struts.apache.org Responder a: Struts Users Mailing List Asunto: Regarding Iterator Enviado: 23 Nov, 2011 16:16 Hi, I am facing a problem in Iterating the below collection using struts taglib. List> outerList;

Regarding Iterator

2011-11-23 Thread Sathya Prakash
Hi, I am facing a problem in Iterating the below collection using struts taglib. List> outerList; please let me know what i need to mention in place of *?* * * *Many thanks in advance.* -- Regards, Prakash.

Nested Iterator tag...

2011-11-23 Thread SATHYA
Hi, I am facing a problem in Iterating the below collection using struts taglib. List> outerList; please let me know what i need to mention in place of ? Many thanks in advance. -- View this message in context: http://struts.1045723.n5.nabble.com/Nest

Re: Maven archetype struts2-archetype-blank

2011-11-23 Thread Jeff Black
Lukasz -- I'm not a Maven guru but I found this blog post that "may" be helpful: http://intellectualcramps.wordpress.com/2011/04/15/maven-archetype-creation-tips/ Best, jb From: Łukasz Lenart To: Struts Users Mailing List Sent: Wednesday, November 23, 20

Re: Maven archetype struts2-archetype-blank

2011-11-23 Thread Łukasz Lenart
2011/11/22 David F. Newman : > Interesting.  That worked.  I had tried 2.2.3 and 2.2.3.1 with the same > results.  I had not tried going back to earlier versions.  I'll stick with > that version for now. Ok, I solved that problem, but have one more. I would like to create archetype-catalog.xml fil

Re: Jenkina and hudson in s2

2011-11-23 Thread Josep García
We use unit testing and, for integration testing, canoo webtests integrated in the maven lifecycle. Cheers, Josep 2011/11/23 Frans Thamura > Hi all > Can share ur experience related to test struts2 app in jenkins or hudson. > > I want my project all tested there. > > Can help? > > Frana >