Hello! I have installed the jslt-standard and look at the examples.
I couldnt undrestand what happend with jslt-exaples: for example you have this exapmle: <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <html> <head> <title>JSTL: Expression Language Support -- Expr Example</title> </head> <body bgcolor="#FFFFFF"> <h3><c:out></h3> <table border="1"> <c:forEach var="customer" items="${customers}"> <tr> ........ My question is: where is "${customers}" decalerade or got the values!!! Any help? Tanks __________________________________ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway http://promotions.yahoo.com/design_giveaway/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
