On Thu, Sep 2, 2010 at 2:06 PM, Mahboob Alam Khalid <[email protected]> wrote: > How to get ftplets in the new API? That’s the question.
Depending on where you want to retrieve the Ftplets, if you got access to FtpletContext, you can get them from there. This is, for example if you're in another Ftplet. Else, and using Spring as in your case, you can for example configure your Ftplets in a named beans:map and retrieve them using the map ID. /niklas
