Tagged Questions

0
votes
1answer
22 views

Evaluate dynamically constructed JSP at runtime

I have a requirement where in the JSP page itself is created by the user and stored in the database. When viewing results we need to render this JSP to the client, evaluating all t …
0
votes
1answer
30 views

question concerning JSP and javascript

I'm a JSP newbie, I understand that there are some kind of taglib files as I understand they are some kind of custom defined JSP tags. Here is a snippet of javascript code which I …
1
vote
1answer
148 views

Passing a Java object value in Custom JSP tag

Hi all, I'm trying to pass a java variable from a custom jsp tag(Im using struts2 here to get the variable from the java class). Here is the error I'm getting. javax.servlet.Ser …
1
vote
2answers
46 views

Accessing method from JSTL

Hi Guys, just was wondering if there is a way to access a method from my class without creating a custom taglib. Example I got a class which provides 4 methods: hasDisplay(), has …
0
votes
1answer
27 views

Jsp custom tag issues.

Hi all, I'm getting the following error when I try to run a jsp page with a custom jsp tag. javax.servlet.ServletException: /pages/editBidForm.jsp(43,3) No tag "getName" defined …
0
votes
2answers
71 views

JSTL if-statement inside HTML-attribute

Hi, is it possible to do something like this in JSTL: <div class="firstclass<c:if test='true'> someclass</c:if>"> <p>some other stuff...</p> </ …
0
votes
3answers
544 views

JSPTag: Exception - This attribute does not support request time values.

I am getting the "This attribute does not support request time values." while compiling my custom jsp tag implementation. My TLD file <?xml version="1.0" encoding="ISO-8859-1 …
0
votes
2answers
255 views

Why Can’t JSP 2.0 Tag Files Have Body-Content of “JSP”?

The "new" JSP 2.0 tag file tags are incredibly useful, and for most cases (at least that I've seen) they provide a far more readable format than a Java class. However, while tag f …
0
votes
0answers
19 views

How to test JSP TagExtraInfo ?

I consistently have troubles getting my TagExtraInfo implementations to work properly. I have one implementation that works, and one that doesn't and I unable to see the difference …
2
votes
3answers
275 views

Difference between Custom Tag and Java Bean?

Difference between Custom Tag and Java Bean?
1
vote
2answers
119 views

Custom JSTL tags with body

Hi, We are going to use JSTL and custom JSTL-tags for some sort of template-engine in our JSP/spring-project. Is there a way to create a tag that looks similar like this: <di …
3
votes
6answers
726 views

How do i pass an object to a JSP tag

I have a JSP page that contains a scriplet where i instantiate an object. I would like to pass that object into the JSP tag without using any cache. For example i would like to …
0
votes
2answers
59 views

What is the use of TAG Libraries in JSP and why we are using it?

I am new to JSP and i've come accross Tag libraries, Please give me some detail explaination of tag libraries, where and what type of application we should use that? Thanks in adv …
0
votes
2answers
233 views

JSP Tag files: checking for nesting

I am writing some nested custom tags using JSP. I understand there are two ways to do this: 1) to write tag handler that extends BodyTagSupport, 2) to write a tag file. In the 1s …
0
votes
2answers
123 views

Forcing Compile of .tag files

How can I force Websphere to compile my .tag files? Cleaning the project, publishing, restarting the server, adding and removing projects all don't help - the .class file for the …

1 2 3 4 5 6 next
15 30 50 per page