Hi Thiago, 

Forgive the vagueness of my questions, its a bit difficult to bring across
what im trying to do without overstating the issues plus I've probably got
too many projects running concurrently :). 

the code I had pasted does not display the issue objects in the arraylist
that is returned from the .get() function on the hashmap. From a broader
perspective id like to display a table for every entry in the hashmap. Ive
tried, key word tried, various solutions including binding to a
DataGridSource, but was unable to adequately implement that. then, I tried
getting a Set from the entrySet of the Hashmap, then, I found a thread here
about ognl bindings and it seemed like the best solution. 

I'll give prop and literal prefixes a try, I can see my information flow all
the way up arraylist but from there it just doesnt display in the web page,
just the issueKeys are displayed "the table headers" but the <tr> elements
are not filled.

Thanks for your time and patience.
Carlo





Thiago H. de Paula Figueiredo wrote:
> 
> Em Tue, 21 Jul 2009 10:24:42 -0300, cajmrn <caj...@gmail.com> escreveu:
> 
>> Thanks for your response Thiago.
> 
> You're welcome!
> 
> Two issues:
> What exactly is not working? Your description is quite vague.
> Instead of using OGNL, use Tapestry's prop binding. It will be much easier  
> to debug than when you put logic in your template.
> 
> -- 
> Thiago H. de Paula Figueiredo
> Independent Java consultant, developer, and instructor
> http://www.arsmachina.com.br/thiago
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Making-the-outside-loop-value-available-to-the-inside-loop--tp24586541p24591387.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to