Deprecated API

Deprecated Methods
velosurf.sql.DBConnection.getInstance(InputStream)
          replaced by newInstance(InputStream config) 
velosurf.context.Instance.getKeys()
          As of Velosurf version 0.9, replaced by getPrimaryKey Returns an ArrayList of two-entries maps ('name' & 'value'), meant to be use in a #foreach loop to build form fields, like :

#foreach ($field in $product.keys)

  <input type=hidden name='$field.name' value='$field.value'> #end

 

 



ooOoo