473,513 Members | 6,210 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to use JSTL core lib for my application

121 New Member
Hello everyone, I've done some searching on google but still cannot find the proper solution.


I want to use the JSTL core lib for my web application, say:

Expand|Select|Wrap|Line Numbers
  1. <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> 
Expand|Select|Wrap|Line Numbers
  1. <c:if test="${param.sayHello}">
  2.         <!-- Let's welcome the user ${param.name} -->
  3.         Hello ${param.name}!
  4.     </c:if>
Logically this would work fine, and it did in my NetBeans environment...
But when I move the application war file to the Linux webLogic environment, it says cannot locate the taglib from the uri...

Some said I should have put a "copy" of that taglib inside my web application and modify the web.xml to help the application server locate the uri,but I cannot find where to download it from the web:(

Thanks for any help in advance!





Sincerely yours,

Matt
Sep 15 '07 #1
0 1130

Sign in to post your reply or Sign up for a free account.

Similar topics

2
2968
by: steve | last post by:
Has anyone converted a JSP app with JSTL to C#? Microsoft's converter (JLCA) seems to basically ignore JSTL tags. Any help would be appreciated. thanks - - steve
1
2067
dmjpro
by: dmjpro | last post by:
I added this line in JSP page. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> When I compile the JSP then i getting an error. org.apache.jasper.JasperException: The...
2
2719
dmjpro
by: dmjpro | last post by:
look at my code ...... <jsp:usebean id = "test" scope = "page" class="java.lang.String"/> <c:if test = "test.length()==0"> <H1>Welcome JSTL</h1> <!--This portion is not executed--> </c:if>
1
2228
by: nido | last post by:
What are the advantages of JSTL core tags. you can post me at following e-mail address mainhoonna31@yahoo.com
0
7254
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7153
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7373
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7094
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7519
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5677
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3218
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
796
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
452
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.