Is there any value in placing titles within href tags?
Hi,
I want to display the content of a clob in a jsf via jstl.
I have a DB interface via JPA an modeled a DBSchema which a field contains XML (XMLType)
Now I want to use a Bean to disp...
Hi,
I realize this request is basically impossible, but I'm still holding out hope. Is there any way to use a taglib or some other tool in a jsp file so that I can include another jsp page...
I am currently using scriptlets to call a static method of a DAO class (passing in an ID to do a DB lookup) which returns an object of type "user." Attributes of the returned user object are ...
Hi - I'm working on an existing Web Application and have no control over the structure. I'm getting an error in the Netbeans IDE stating 'The absolute uri: http://java.sun.com/jsp/jstl/functio...
I am pulling id's and names from the database and now I want to populate a drop down (select & option tags) with the values.
I'd like to use the id as the value of each "option", and the ...
I looking for some elegant solutions to solve this problem
I have this app that using apache 2 and tomcat/j2ee
First i need to explain alittle how my site is set up..
We have 1000's ...
Hi,
I have a List of String Objects coming from DB. I need to show a dropdown in the JSP using this List. How can I use the html:Select Tag for this in Sthe JSP. I am using struts frame wor...