I figured it out eventually, for posterity, the answer is to get the 
databaseMap from TurbineDB thusly:

DatabaseMap dbMap = TurbineDB.getDatabaseMap();
int newId = dbMap.getIDBroker().getNextIds("CONTAINER", 1)[0].intValue();

-mcclain

On Sunday 07 April 2002 04:56 pm, Mcclain Looney wrote:
> Greetings all,
>
> I've poked around the turbine site, and searched the archives, but I still
> can't figure out how to get the next id from an IdBroker inside of an
> action.
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to