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!

In javascript how to use jsp tag value

843838Aug 2 2006
i want to change td value while clicking the options.In the td contains jsp page.while clicking the options i want to load particular jsp within in the td.i change the td value using innerHTML by assigning value this format <jsp:include page="..."/>.It's gives some error .

JspTranslate:Attribute has no value


code:
function rightPageload(strPage) {

pageval='<jsp:include page="/jsp/library/"'+strPage+'"/>'
document.getElementById("d1").innerHTML=pageval;
}
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 30 2006
Added on Aug 2 2006
0 comments
101 views