Hello
I just started looking at Webwork and checking out the
examples. One thing i noticed in cdlist.jsp is this
code
   <webwork:iterator value="CDList">
   <option value="<webwork:property value="album"/>">
      <webwork:property value="album"/>,
      <webwork:property value="artist"/>,
<webwork:property value="country"/>,
      <webwork:text name="'price'"
value0="@pricer/computePrice(price)"/>
   </option>
   </webwork:iterator>

CDList is actually a List of "CD" objects, but i
couldnt find anywhere in the code where this cast is
made back. So how does webwork know which object to
call when the getAlbum() is called? 

TIA
Raj

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to