Re: Documentation error
Jacob Kjome <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Fixed! Thanks Mike :-) Keep reporting any bugs you find no matter how small. Jake At 03:06 PM 1/31/2003 -1000, you wrote: >Hi, > >You may already know this... (FYI) > >I have been scratching my head why my TemplateModel always puts >"undefined" into the template nodes. I discovered that the documenatation >examples, are outdated, so I was overloading a non-existant method.. > >On pages: >http://localhost:8080/Barracuda/docs/comp/high_level_overview.html >and, >http://www.barracudamvc.org/Barracuda/docs/comp/tutorial_hello_world1.html > >The getItem() method in the examples should not nave the ViewContext >parameter.. > public Object getItem(String key, ViewContext vc); > >But instead we need to overload *THIS* method.. > public Object getItem(String key); > > >Thanks, >Mike. >_______________________________________________ >Barracuda mailing list >[email protected] >http://barracudamvc.org/lists/listinfo/barracuda