This content has been marked as final. 
    
Show                 5 replies
    
- 
        1. Re: taskInstanceListForType Sizewise_guybg Aug 1, 2007 3:03 AM (in response to harpritt)Hi, 
 Didn't understand your question about the string and the component but you can read about size() in the reference manual
 http://docs.jboss.com/seam/2.0.0.B1/reference/en/html/elenhancements.html#d0e17520
- 
        2. Re: taskInstanceListForType Sizepmuir Aug 1, 2007 5:47 AM (in response to harpritt)"harpritt" wrote: 
 also, what is going here, how is the string being passes back to the component
 #{taskInstanceListForType['ap_approve_cr']}
 This was an old hack to pass parameters into EL. We should really update all of these to use jboss-el.
- 
        3. Re: taskInstanceListForType Sizeharpritt Aug 7, 2007 5:05 PM (in response to harpritt)lol.... old hack... i love that 
 ....but how does it work?
- 
        4. Re: taskInstanceListForType Sizepmuir Aug 8, 2007 5:19 AM (in response to harpritt)EL allows you to lookup a a value from a map key. By creating your own implmentation of map, by extending abstractmap, and doing something funky in the get method with the key. 
- 
        5. Re: taskInstanceListForType Sizeharpritt Aug 8, 2007 6:16 AM (in response to harpritt)cheers Pete 
 i think ill give it a go
 
     
    