Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

What does the "attribute value does not accept any expressions" mean?

843836Sep 16 2004 — edited Sep 16 2004
I use a jsp to receive a form which includes 2 text type input fields.
But it always throws exception, the script is
<c:out value="${param.name}" />
If I change it to
<c:out value="5" />
, it works fine.
I wish someone knew the reason and could help me.
Thank you a lot.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 14 2004
Added on Sep 16 2004
12 comments
395 views