Re: Output and JSTL
Shash Chatterjee <[email protected]>
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Message-ID | <[email protected]> |
Max > It looks like you have updated the wiki page for maverickJSTL outputs, > however there are still references to using model.outputs in the > bottom few sections. Is this intentional, i.e. are the "outputs" going > to be accessible via model.outputs in future? Both "model.outputs" and "outputs" will work for the Maverick JSTL, but only "outputs" will work for Struts JSTL. That's because the ModelThroawayBean2 class in clnt-maverick actually defines a getOutputs() method. Shash