[EMAIL PROTECTED] wrote:
> [line 22:] <jsp:getProperty id="customer" property="tablename" />
>
Change this to
<jsp:getProperty name="customer" property="tablename"/>
The "id" attribute is used when you are *creating* a bean reference, but "name" is
used everywhere else.
Craig McClanahan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
- jsp:getProperty parse error Marco . Stratemann
- Craig R. McClanahan
