I downloaded and ran JSTL examples.
And I got confused where is the data from, for the example (the fact that I
tried to understand the code at 4am in the morning might affect the brain)

Particularly at elsupport/Expr.jsp
the code
<c:out value="${customer.phoneHome}" default="no home phone specified"/>
for "Mikita" gives "(320)876-9784".

A quick search for the string "876-9784" reveals that the file Init.class
located at WEB-INF/classes has that string.
How does this Init.class actually store this data (876-9784)?

In general, how to store data such that it can be retrieved by using
${foo.bar}?

Thank you.

=====
Cliffano Subagio

http://messenger.yahoo.com.au - Yahoo! Messenger
- A great way to communicate long-distance for FREE!

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to