You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by lisaan markuen <li...@yahoo.com> on 2006/02/19 18:24:19 UTC

Help:Clay+dataTable

Hi.,
  I'm trying CLAY and fed up with displaying dynamic
datatable (list) coming from my managed bean (already
went through the examples but no success yet). 
 Could anyone please give me an example snippet of how
to insert jsfid into the mock html code so that I
could achieve same like:

JSF code:
<h:dataTable value="#{managedBean.list}"  var="item">
 <h:outputText value="#{item.property}"
</h:dataTable>

 

Thank you. 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


SV: Help:Clay+dataTable

Posted by Hermod Opstvedt <he...@opstvedt.com>.
Hi

<span jsfid="t:dataList" value="#{managedBean.list}"  var="item">
	<span jsfid="outputText" value="#{item.property}"/>
</span>

You need to get clay-tomahawk.xml. Search the list for it

Hermod

-----Opprinnelig melding-----
Fra: lisaan markuen [mailto:lisaanm@yahoo.com] 
Sendt: 19. februar 2006 18:24
Til: user@struts.apache.org
Emne: Help:Clay+dataTable

Hi.,
  I'm trying CLAY and fed up with displaying dynamic
datatable (list) coming from my managed bean (already
went through the examples but no success yet). 
 Could anyone please give me an example snippet of how
to insert jsfid into the mock html code so that I
could achieve same like:

JSF code:
<h:dataTable value="#{managedBean.list}"  var="item">
 <h:outputText value="#{item.property}"
</h:dataTable>

 

Thank you. 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org