I didnīt understood your question, you want the taglib to connect and
render the data fetched direct from de database? If yes is the answer,
you canīt direct do that, you have to retrieve it from the server
(EJB, or any enterprise or data access component) or anothet tag that
retrieves data from the database and exposes this data, the data
retrieved must be put in a collection or object, than you have to make
this data accessible in an EL variable (you can put this var in any of
the Servlet scopes, and it will be accessible via EL).
On Apr 26, 12:10 pm, shamsul haque <shams...@gmail.com> wrote:
> hi there,
> i want to know that, is this possible to extract data from database
> using this json taglib.
> --
> You received this message because you are subscribed to the Google Groups "json-taglib" group.
> To post to this group, send email to json-taglib@googlegroups.com.
> To unsubscribe from this group, send email to json-taglib+unsubscribe@googlegroups.com.
> For more options, visit this group athttp://groups.google.com/group/json-taglib?hl=en.
--
You received this message because you are subscribed to the Google Groups "json-taglib" group.
To post to this group, send email to json-taglib@googlegroups.com.
To unsubscribe from this group, send email to json-taglib+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/json-taglib?hl=en.