|
Enrique Rick Gruber-Riemer wrote I definitively can confirm that Maps are supported -
as I am using them with MyFaces 1.1.1 So Your JSP code should be JSP EL _expression_ --> <t:dataTable
value="#{puntuacionesBean.listasPuntuaciones }"/> which
will invoke you bean code public
Map getListasPuntuaciones() the value
attribute (in t:dataTable) expects to be returned an object containing what
will be your Rows of data you ONLY
need puntuacionesBean.listasPuntuaciones['2'] when you are trying to make your code invoke Map.get(Key) –
if you need to use this you must make sure that the ‘2’ value is
compatible with you Key object type Stefan Maric | IT & Professional Services | BT
Global Services | E: [EMAIL PROTECTED] | www.bt.com/globalservices This
electronic message contains information from British Telecommunications plc, which
may be privileged or
confidential. The information is
intended for use only by the individual(s) or entity named above. If you are not the
intended recipient, be aware that any disclosure, copying, distribution or use
of the contents of this information
is strictly prohibited. If you have
received this electronic message in error, please notify me by
telephone or email (to the number or email address above) immediately. Activity and
use of the British Telecommunications plc e-mail system is monitored to secure
its effective operation
and for other lawful business purposes. Communications using this system will
also be monitored and may be
recorded to secure effective operation and for other lawful business purposes. British Telecommunications plc.
Registered office: 81 Newgate Street
London EC1A 7AJ Registered in England no: 1800000 size=2 width="100%" align=center tabindex=-1> From: Rick
Gruber-Riemer [mailto:[EMAIL PROTECTED] As far as I can tell:
you do not need ".value". You would need map[key].field if the
entry associated with the key is an object of which you want to have the value
of a field and not the object (e.g. a String) itself. Hi, 2005/11/2,
Stefan Gesigora <[EMAIL PROTECTED]>:
Hi Enrique, |

