<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: JSP Taglib Release: JSP 2D Taglib</title>
	<atom:link href="http://www.ditchnet.org/wp/2005/07/10/jsp-taglib-release-jsp-2d-taglib-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ditchnet.org/wp/2005/07/10/jsp-taglib-release-jsp-2d-taglib-2/</link>
	<description>XML, Cocoa, JavaScript, Java and other stuff.</description>
	<pubDate>Sun, 12 Oct 2008 11:08:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Fernando</title>
		<link>http://www.ditchnet.org/wp/2005/07/10/jsp-taglib-release-jsp-2d-taglib-2/#comment-265951</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Fri, 11 Apr 2008 19:19:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.ditchnet.org/wp/2005/07/10/jsp-taglib-release-jsp-2d-taglib-2/#comment-265951</guid>
		<description>Hi!

1. I've tried your code in JDeveloper but when trying to run it says: Error(10): "http://ditchnet.org/jsp-2d-taglib" is not a TLD registered namespace. 

I suppose your tag is not being recognized. Why?

2. The way your tag is called makes me think is an XML tag. Right? If so, I suppose I need a JPSX rather than a simple JSP.

Maybe you could tell me in detail what can I do to succesfully use your tag in JDeveloper.

This is my document:





  
    
    grafico
  
  
  
  
   
	 

    	g.setColor(java.awt.Color.red); 
    	g.drawString("Hello from CanvasTag!",5,50); 

   
  
  
</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>1. I&#8217;ve tried your code in JDeveloper but when trying to run it says: Error(10): &#8220;http://ditchnet.org/jsp-2d-taglib&#8221; is not a TLD registered namespace. </p>
<p>I suppose your tag is not being recognized. Why?</p>
<p>2. The way your tag is called makes me think is an XML tag. Right? If so, I suppose I need a JPSX rather than a simple JSP.</p>
<p>Maybe you could tell me in detail what can I do to succesfully use your tag in JDeveloper.</p>
<p>This is my document:</p>
<p>    grafico</p>
<p>    	g.setColor(java.awt.Color.red);<br />
    	g.drawString(&#8221;Hello from CanvasTag!&#8221;,5,50);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
