On 8/20/07, Guy Katz <[EMAIL PROTECTED]> wrote:
> How do I make the new model accessible (UploadedFilesModel)?
> Do I need to configure it somewhere?

The README.html explains that http://tinyurl.com/22r2to


>What does the getModelName method do?

That is the name by which you will refer to the model in templates. For example:

   #set($myfiles = $mymodel.getMyFiles())

Where the model name is "mymodel"

- Dave

Reply via email to