Title Back Colour Keyoti Title Line Title Curve
Blue Box Top

We are not able to access http://www.keyoti.com th - RapidSpell Web Java - Forum

Welcome Guest Search | Active Topics | Log In | Register

Options
Guna
#1 Posted : Monday, October 13, 2014 11:50:51 AM
Rank: Member

Groups: Registered

Joined: 10/13/2014
Posts: 10

We are not able to access http://www.keyoti.com through application.
We are getting the below error in console.

AEWebform.jsp:9:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file
<%@ taglib uri="http://www.keyoti.com/" prefix="RapidSpellWeb" %>

Kindly help us to resolve the same. We have added all changes adviced in user guide pdf file.
//////////////////////////////////////////////

1. To use RapidSpell Web, you must add the RapidSpellWeb.jar and RapidSpellMDict.jar files to the
lib directory of your web application.
2. To use the inline spell checker tags (RapidSpellWInline, RapidSpellWInlineTextBox and
RapidSpellWInlineHelper), you must register a Servlet in your web.xml file. To do this;
i) Open web.xml under /web-inf
ii) Add this block (if other <servlet> sections exist, add it directly below them)
<servlet>
<description>Handles requests for RapidSpell Web</description>
<servlet-name>RapidSpellWebHandlerServlet</servlet-name>
<servlet-class>com.keyoti.rapidSpell.web.ControlServlet</servlet-class>
<init-param>
<param-name>licenseKey</param-name>
<param-value></param-value>
</init-param>
</servlet>
iii) Add this block below it (if other <servlet-mapping> sections exist, add it directly below them)
<servlet-mapping>
<servlet-name>RapidSpellWebHandlerServlet</servlet-name>
<url-pattern>*.rapidspellweb</url-pattern>
</servlet-mapping>
iv) For an example of a complete web.xml file with this, please see the demo application included with
the product.
3. Add the taglib directive to the top of each page using the tags.
<%@ taglib uri="http://www.keyoti.com/" prefix="RapidSpellWeb" %>

///////////////////////////////////////////////////////
Jim
#2 Posted : Monday, October 13, 2014 8:36:07 PM
Rank: Advanced Member

Groups: Administrators, Registered

Joined: 8/13/2004
Posts: 2,667
Location: Canada
Just to explain your app. doesn't actually connect to the URI (http://www.keyoti.com) instead that is just like a reference used between the JSP and the JAR.

So the probably problem is that our JAR has not been loaded OK, can you check where you put it and let me know please?

Thanks
Jim

-your feedback is helpful to other users, thank you!

-your feedback is helpful to other users, thank you!


Guna
#3 Posted : Tuesday, October 14, 2014 4:07:50 AM
Rank: Member

Groups: Registered

Joined: 10/13/2014
Posts: 10
Hi Jim , thanks for your reply, We have added "RapidSpellMDict.jar" and "RapidSpellWeb.jar" in lib folder under WEB-INF folder. Both the jars have been added in build path as well.
Still we are getting the same error.

AEWebform.jsp:9:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file
<%@ taglib uri="http://www.keyoti.com/" prefix="RapidSpellWeb" %>

Do we have a .tld file instead of this uri "http://www.keyoti.com/"?
Jim
#4 Posted : Tuesday, October 14, 2014 2:06:37 PM
Rank: Advanced Member

Groups: Administrators, Registered

Joined: 8/13/2004
Posts: 2,667
Location: Canada
There should be a copy of the RapidSpellWeb.tld file in the product ZIP. You can use that by putting it in web-inf
and change the tag lib directive to

<%@ taglib uri="/web-inf/RapidSpellWeb.tld" prefix="RapidSpellWeb" %>

Jim

-your feedback is helpful to other users, thank you!

-your feedback is helpful to other users, thank you!


Guna
#5 Posted : Thursday, October 23, 2014 9:20:36 AM
Rank: Member

Groups: Registered

Joined: 10/13/2014
Posts: 10
Hi Jim , Yes There is a file named RapidSpellWeb.tld file in the product zip, added it to the WEB-INF folder. This is working fine for me .
Is it possible for me to remove the "CheckSpelling" & "Resume Editing" buttons and perform the spell check onblur of the text area.

Thanks in advance.
Jim
#6 Posted : Thursday, October 23, 2014 1:18:40 PM
Rank: Advanced Member

Groups: Administrators, Registered

Joined: 8/13/2004
Posts: 2,667
Location: Canada
Great, this should do the trick http://keyoti.com/kb/Def...ew&questId=259&catId=45

By the way please start a new Topic when you post unrelated questions, it helps other users.

Thanks
Jim

-your feedback is helpful to other users, thank you!

-your feedback is helpful to other users, thank you!


Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.




About | Contact | Site Map | Privacy Policy

Copyright © 2002- Keyoti Inc.