The Artima Developer Community
Sponsored Link

Java Buzz Forum
Ditchnet.org: JavaScript tips and a cool Tabs Tag Library

1 reply on 1 page. Most recent reply: Feb 10, 2011 10:20 PM by sarita rane

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Matt Raible

Posts: 422
Nickname: mraible
Registered: Jul, 2003

Matt Raible is a J2EE Consultant in Denver, Colorado.
Ditchnet.org: JavaScript tips and a cool Tabs Tag Library Posted: Mar 24, 2005 10:33 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Matt Raible.
Original Post: Ditchnet.org: JavaScript tips and a cool Tabs Tag Library
Feed Title: Raible Designs ~ We Build Web Apps
Feed URL: http://static.raibledesigns.com/500.html
Feed Description: Opinions and tips on how to build web applications using Java. Currently using Hibernate, Struts, XHTML, CSS, Ant, JUnit and XDoclet.
Latest Java Buzz Posts
Latest Java Buzz Posts by Matt Raible
Latest Posts From Raible Designs ~ We Build Web Apps

Advertisement
Thanks to a post to the Struts Menu Mailing List, I discovered a nice blog about JavaScript and DHTML. Not only does it seem to have lots of good tips and tricks, but its author also has a couple of cool menu examples:

Nice work Todd!

Read: Ditchnet.org: JavaScript tips and a cool Tabs Tag Library


sarita rane

Posts: 1
Nickname: sarita333
Registered: Feb, 2011

Re: Ditchnet.org: JavaScript tips and a cool Tabs Tag Library Posted: Feb 10, 2011 10:20 PM
Reply to this message Reply
Hii , friends

I am also using Ditchnet tablibs
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<%@ page contentType="text/html" %>
<%@ taglib prefix="tab" uri="http://ditchnet.org/jsp-tabs-taglib" %>

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<tab:tabConfig />
</head>
<tab:tabContainer id="foo-bar-container">

<tab:tabPane id="foo" tabTitle="Foo!">
Foo is cool!
</tab:tabPane>

<tab:tabPane id="bar" tabTitle="Bar!">
<c:out value="Bar is cooler!" />
</tab:tabPane>

</tab:tabContainer>

</html>

, but i get following error

The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

I am using tomcat 5.5.20
Plz help

Flat View: This topic has 1 reply on 1 page
Topic: January 2011 New Java Performance Tips Previous Topic   Next Topic Topic: links for 2011-01-30

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use