yes, this should work.

-=Ivelin=-
----- Original Message ----- 
From: "Jakob Praher" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 12, 2003 10:51 AM
Subject: [XMLForm] xf:itemset how to do it?


> hi all,
> or shall I say, hi noone?
> 
> ... hopefully this one will be answered ...
> 
> allthough I have done it like in the samples, I have some problems
> getting xf:itemset bound to existing values of the model.
> 
> here's the story:
> 
> class MyBean {
> 
> Map allLanguages;
> 
> MyBean( ) {
> initAllLanguaes( ) ;
> }
> public initAllLanguages( ) {
> 
> allLanguages = new HashMap ( );
> allLanguages.put( "deu", "German" );
> allLanguages.put( "fin", "Finish" );
> allLanguages.put( "sve", "Swedish" );
> ....
> }
> 
> public Set allLanguages( ) {
> return allLangues.entrySet( );
> }
> }
> <xf:itemset nodeset="/allLanguages">
> <xf:caption ref="value"/>
> <xf:value ref="key"/>
> </xf:itemset>
> 
> is there anything else which the bindings depend on.
> looking at the XMLTransformer, I don't understand JXPath at full detail
> right now, so I wanted to ask to save time.
> 
> thanks
> 
> -- Jakob
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to