Jakob Praher wrote:

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.

Shouldn't allLanguages() be named getAllLanguages() in order to be a valid JavaBean property ?

Sylvain

--
Sylvain Wallez Anyware Technologies
http://www.apache.org/~sylvain http://www.anyware-tech.com
{ XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects }



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



Reply via email to