You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Ozgur Balsoy <oz...@csit.fsu.edu> on 2002/05/02 02:17:10 UTC

rundata parameters

Does anyone know why the rundata object returns parameters in lowercase
as in the following loop?

	Enumeration en=rundata.getParameters().keys();
	while(en.hasMoreElements()) {
	    String propname=(String)en.nextElement();
	    System.out.println("Property: "+propname);
	}

Any ideas?

Ozgur


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