You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Bjørnar Almli <Bj...@delfidata.no> on 2002/11/04 09:27:21 UTC

Help with mapped properties...

We have a Map-class, with a getString method:

	public String getString( String id )
	{
		return (String) get( id );
	} // getString

and this JSP code:

	<bean:write name="res" property="string(fnummer)"/>

This has worked fine (april 20002), but not in the 
latest Struts-versions.


Can anyone tell me why? 


-Bjørnar Almli
###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>