RE: How to add object to a List or Map with JSTL ?

2002-12-01 Thread Karr, David
If you're determined to put your business logic into your JSP pages, then just use a scriptlet to create the list object and put it into the session. You can expect the JSTL to well support applications which use the MVC pattern (by having "view" logic in your JSP pages and "business" logic in

How to add object to a List or Map with JSTL ?

2002-12-01 Thread smallufo
For example , a shopping web site , there are many items , each item has its 'ID' : In the AddShoppingCart.jsp page , I can get the item Object by this URL: http:///AddShoppingCart.jsp&ID=item001 In the jsp page , the code is as follows : "/> Here comes the problem , how do I 'init

[ANN] Apache Jakarta Taglib Releases

2002-12-01 Thread Glenn Nielsen
The Apache Jakarta Taglibs team would like to announce the release of the following JSP Custom Tag Libraries. Except for the Benchmark Taglib 1.0 release these releases are minor bug fixes and repackaging of the release archives. See the individual tag library documentation revision history for a

JSTL: Nesting inside

2002-12-01 Thread Andreas Schildbach
hello, in my jsp, i'd like to do something like this: intended semantics: depending on the condition, the xsl transformation is invoked with a parameter or no parameter. unfortunately, i constantly receive this error message: "Encountered illegal body of tag "x:transform" ta