AW: [Tobago] foreach in c:sheet

2010-06-03 Thread Abushammala, Hani (EXTERN: FTP)
to implement such a panel. Thanks a lot. Regards, Hani -Ursprüngliche Nachricht- Von: Udo Schnurpfeil [mailto:u...@schnurpfeil.de] Gesendet: Dienstag, 1. Juni 2010 13:44 An: users@myfaces.apache.org Betreff: Re: [Tobago] foreach in c:sheet Hi Hani, I got your image, finally. When the boxes

Re: [Tobago] foreach in c:sheet

2010-06-01 Thread Udo Schnurpfeil
: Abushammala, Hani (EXTERN: FTP) [mailto:extern.hani.abushamma...@volkswagen.de] Gesendet: Freitag, 28. Mai 2010 12:00 An: MyFaces Discussion Betreff: AW: [Tobago] foreach in c:sheet Hi Udo, To explain the problematic i will use the same image in topic [Tobago] dynamic panels in tc:sheet. I want

Re: [Tobago] foreach in c:sheet

2010-06-01 Thread Udo Schnurpfeil
...@volkswagen.de] Gesendet: Freitag, 28. Mai 2010 12:00 An: MyFaces Discussion Betreff: AW: [Tobago] foreach in c:sheet Hi Udo, To explain the problematic i will use the same image in topic [Tobago] dynamic panels in tc:sheet. I want to create panel within a column to visualize a list

AW: [Tobago] foreach in c:sheet

2010-05-31 Thread Abushammala, Hani (EXTERN: FTP)
Sorry, i forget to attach the image. Regards, Hani -Ursprüngliche Nachricht- Von: Abushammala, Hani (EXTERN: FTP) [mailto:extern.hani.abushamma...@volkswagen.de] Gesendet: Freitag, 28. Mai 2010 12:00 An: MyFaces Discussion Betreff: AW: [Tobago] foreach in c:sheet Hi Udo, To explain

Re: [Tobago] foreach in c:sheet

2010-05-28 Thread Udo Schnurpfeil
, Hani -Ursprüngliche Nachricht- Von: weber.vol...@googlemail.com [mailto:weber.vol...@googlemail.com] Im Auftrag von Volker Weber Gesendet: Donnerstag, 27. Mai 2010 09:45 An: MyFaces Discussion Betreff: Re: [Tobago] foreach in c:sheet Hi, as Udo wrote, you can't use jstl inside tc:sheet

AW: [Tobago] foreach in c:sheet

2010-05-28 Thread Abushammala, Hani (EXTERN: FTP)
] Gesendet: Freitag, 28. Mai 2010 09:30 An: users@myfaces.apache.org Betreff: Re: [Tobago] foreach in c:sheet Hi Hani, to find the optimal solution for your problem it whould be helpful to have a screenshot of your app. The question is: is the number of links in one column limited? Are the links mostly

AW: [Tobago] foreach in c:sheet

2010-05-27 Thread Abushammala, Hani (EXTERN: FTP)
(EXTERN: FTP) [mailto:extern.hani.abushamma...@volkswagen.de] Gesendet: Mittwoch, 26. Mai 2010 15:12 An: MyFaces Discussion Betreff: AW: [Tobago] foreach in c:sheet Hello Udo, I want to add a dynamic panel to a column, which has many elements for each row in the sheet, that means the content

AW: [Tobago] foreach in c:sheet

2010-05-27 Thread Abushammala, Hani (EXTERN: FTP)
(EXTERN: FTP) [mailto:extern.hani.abushamma...@volkswagen.de] Gesendet: Mittwoch, 26. Mai 2010 15:12 An: MyFaces Discussion Betreff: AW: [Tobago] foreach in c:sheet Hello Udo, I want to add a dynamic panel to a column, which has many elements for each row in the sheet, that means the content

Re: [Tobago] foreach in c:sheet

2010-05-27 Thread Volker Weber
- Von: Abushammala, Hani (EXTERN: FTP) [mailto:extern.hani.abushamma...@volkswagen.de] Gesendet: Mittwoch, 26. Mai 2010 15:12 An: MyFaces Discussion Betreff: AW: [Tobago] foreach in c:sheet Hello Udo, I want to add a dynamic panel to a column, which has many elements for each row

AW: [Tobago] foreach in c:sheet

2010-05-27 Thread Abushammala, Hani (EXTERN: FTP)
, 27. Mai 2010 09:45 An: MyFaces Discussion Betreff: Re: [Tobago] foreach in c:sheet Hi, as Udo wrote, you can't use jstl inside tc:sheet! Or to be more precise: the var param of tc:sheet is not available when jstl iterates, because jstl evaluates before tobago starts renderring. I also can't

AW: [Tobago] foreach in c:sheet

2010-05-26 Thread Abushammala, Hani (EXTERN: FTP)
I've used jstl 1.1. Thank you. -Ursprüngliche Nachricht- Von: Udo Schnurpfeil [mailto:u...@schnurpfeil.de] Gesendet: Dienstag, 25. Mai 2010 09:16 An: users@myfaces.apache.org Betreff: Re: [Tobago] foreach in c:sheet Hello Hani, I've never tried to use c:set, so I have no experience

Re: [Tobago] foreach in c:sheet

2010-05-25 Thread Udo Schnurpfeil
Hello Hani, I've never tried to use c:set, so I have no experience with that tag. Your code will not work, because the content inside of the tc:sheet will be visited only one time. The JSTL Tag needs to be called in each row to make it work. Mixing JSTL and JSF and use of iterators have some

[Tobago] foreach in c:sheet

2010-05-20 Thread Abushammala, Hani (EXTERN: FTP)
Hello, We want to visualize some dynamic content within a column for each row of sheet with jstl. We tried to incrment a variable (defined outside of the tc:sheet element) with: c:set var=counter value=${counter + 1} / to get the row index, but it doesn't work. Jsp: tc:sheet .. ...