sorry to pull this up...
I've been struggling for a while on a similar problem, and I would like to 
figure out how seam context variables work.

I can get the above working, given that the items come from a seam component, 
i.e declared with @Name.

But I can't get the following working

  | <h:dataTable var="section" value="#{component.list}">
  |     <h:column>
  |          <c:forEach var="item" items="#{section.item}">
  |             <h:inputText value="#{item.text}"/>
  |         </c:forEach>
  |     </h:column>
  | </h:dataTable>
  | 

where template is a seam component, with a @Datamodel section.
In this case the forEach is just ignored...

I would apreciate if someone could shed some light on this,
cheers
Francesco

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943781#3943781

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943781


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to