Simon,

thank your for your good description. Anyway the solution does not
work, because the row-variable declaration in tc:sheet has a bug,
that prevents me to determine the value of the databean.

Please look into the other branch of this thread.



Simon Kitching wrote:
> 
> GroovieMan schrieb:
> [...]
> JSTL tags that do not change what components are in the component-tree
> are generally safe. That includes using c:if to wrap something that is
> NOT a JSF component. But using JSTL tags to change what components are
> in the tree (eg wrapping JSF components in a c:if, or c:foreach) is
> dangerous, and usually leads to strange results.
> 
> By using the JSF "rendered" property instead of c:if, the component-tree
> doesn't change; the same objects are in the tree, they just choose to
> render HTML or not.
> 
> This applies to all JSF libraries, including Tobago.
> 
> Regards,
> Simon
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-TOBAGO--Usging-jstl-tags-inside-a-tobago-sheet-tag-tp20297480p20319112.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to