cfc Questions about struct


hi,

 

have problem , i'll explain wrong, here goes. invoke cfc:

 

 

<cfinvoke
  component="cfc.price.pricegateway"
  method="getbyid"
  id="1"
  returnvariable="priceresults">
</cfinvoke>

 

that returns following (from cfdump):

 

price  results - component cfc.price.pricebean
properties
priceid1
descriptionservice
price500.00
methods

 

how grab values of properties , display them on page? example, price, or priceid?  can't find example , i've searched without results.

 

thanks.



More discussions in ColdFusion Application Development (read only)


adobe

Comments

Popular posts from this blog

Blank pages again for IE7 and IE6

How to update nested ListCollectionViews?

cf_sql_integer vs cf_sql_bigint vs cf_sql_int??