| Author |
taglib for fetching an object by using its id
|
ivin jacob
Greenhorn
Joined: Apr 05, 2006
Posts: 23
|
|
Hi all, Can any body tell me how to get an object by using a custom taglib. the unique id of the object is passed to the server and the object is to be retrived. we cannot put the object to request scope , because the same tag is required to be executed in the same page for different id's. can anyone gimme a sugession. regards, ivin
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
What do you mean by "get an object"? Can you describe exactly what you're trying to do? You do know that you can pass parameters to custom tags, right? [ December 08, 2006: Message edited by: Ben Souther ]
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: taglib for fetching an object by using its id
|
|
|