Tag libraries added to Jdeveloper using Manage Libs option

I have done this many times and every time I do it there is a different result.
I create a new Tag with name and the attribute values in my tld file.
The web.xml have the location of the .tld.
In the jsp I try to use the most recently added tag and I cannot see it BUT I can use it!
this is the error::: 'tg:dateField' is not a registered tag in namespace '/WEB-INF/tags.tld'.
All my other tags are in the same .tld and I can see them as context sensitive menu BUT not the one that I just added.
I tried....
Restarting Jdev (worked once)
ReBuilding my project
but isn't Jdev being inconsistant?? or am I doing something wrong here? Are there any other solutions
please share.
regards,
raj

repost

Similar Messages

  • Sharing managed media between editors - using FCX lib backups to share projects

    Okay, here is my problem...
    I started a huge FCX project, hours and hours of XDCAM footage imported and a number of projects created. I imported using managed media option and share with another editor, so we have two complete and separate FCX suites going (with identical media/video clip folders)
    Problem is, when he finishes a cut or a project and wants to give it to me to do further work -- there is not way in FCX 10.1.3 to export a project over to me without also exporting the associated media clips. THAT MEANS A 3 HOUR EXPORT, as FCX is sending the 1-hr project plus all the huge media files dealing with that project. Do this a few times a day and you can see the issue.
    If I used external media to begin with, the problem would be solved but I didn't as FCX documentation makes it seem as exporting and sharing projects is with managed media easy (managed is the import method Apple seems to prefer).
    WELL IT'S NOT EASY SHARING USING MANAGED MEDIA. There is no option as far as I can see, to export  a project to someone and have them re-link the media on their own system (export with no associated media). I think several versions of FCX ago, you were able to do this.
    So, this makes sharing and exporting projects between two editors even when they are using the same identical media folder on their own individual drives not practical!
    Is there a way around this?
    I'm wondering if I can use the FCX backups as a way to share projects?
    I DON'T WANT TO CONSOLIDATE MY MEDIA, it would take a week.
    Any help appreciated.
    Moe

    Okay, I'll give is a shot.
    I tried consolidating a week ago and FCX started doing stuff for like 5 minutes and I stopped the process. Maybe I need to give it a bit more time if it's creating links to all the media. I thought it would somehow move the media, but if it's just generating links that's great and I might have stopped it just before it actually finished the job.
    I'll try it.
    Thanks.

  • How to handle external tag-libraries in JSPs using Oracle Stellent?

    I have already started the execution of JSP engine in Oracle Stellent, and also could run the sample Tomcat web-application and basic JSPs in Oracle UCM. What I need to do, is to customize my JSP to be able to show/hide some content using Oracle Stellent.
    I have a JSP, from web application, which is using some some tag-libraries from spring, etc.
    +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>+
    +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%>+
    +<%@ taglib uri="http://www.springframework.org/tags" prefix="s"%>+
    +<%@ taglib prefix="security"+
    uri="http://www.springframework.org/security/tags"%>
    +<%@taglib uri="http://www.springframework.org/tags" prefix="s"%>+
    +<%@ page import = "idcserver.*" %>+
    +<jsp:useBean id="sb" class="idcserver.ServerBean" />+
    +<%+
    sb.init(request);
    ....and so on
    I have checked in the above file, and when trying to preview in Oracle UCM, I get the following error:
    Content Server Request Failed
    +!csStellentTomcatErrorWhileProcessing,/idca/groups/jsp/documents/pix/11.jspThe absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application:org.apache.jasper.JasperException: 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+
    at org.apache.jasper.compiler.DefaultErrorHandler.jspError(Unknown Source)
    at org.apache.jasper.compiler.ErrorDispatcher.dispatch(Unknown Source)
    at org.apache.jasper.compiler.ErrorDispatcher.jspError(Unknown Source)
    at org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(Unknown Source)
    at org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(Unknown Source)
    at org.apache.jasper.compiler.Parser.parseTaglibDirective(Unknown Source)
    at org.apache.jasper.compiler.Parser.parseDirective(Unknown Source)
    at org.apache.jasper.compiler.Parser.parseElements(Unknown Source)
    at org.apache.jasper.compiler.Parser.parse(Unknown Source)
    at org.apache.jasper.compiler.ParserController.doParse(Unknown Source)
    at org.apache.jasper.compiler.ParserController.parse(Unknown Source)
    at org.apache.jasper.compiler.Compiler.generateJava(Unknown Source)
    at org.apache.jasper.compiler.Compiler.compile(Unknown Source)
    at org.apache.jasper.compiler.Compiler.compile(Unknown Source)
    at org.apache.jasper.compiler.Compiler.compile(Unknown Source)
    at org.apache.jasper.JspCompilationContext.compile(Unknown Source)
    at org.apache.jasper.servlet.JspServletWrapper.service(Unknown Source)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(Unknown Source)
    at org.apache.jasper.servlet.JspServlet.service(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
    at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source)
    at org.apache.catalina.core.StandardValveContext.invokeNext(Unknown Source)
    at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(Unknown Source)
    at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source)
    at org.apache.catalina.core.StandardValveContext.invokeNext(Unknown Source)
    at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
    at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source)
    at org.apache.catalina.core.StandardValveContext.invokeNext(Unknown Source)
    at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source)
    at org.apache.catalina.core.StandardValveContext.invokeNext(Unknown Source)
    at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
    at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source)
    at org.apache.catalina.core.StandardValveContext.invokeNext(Unknown Source)
    at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
    at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(Unknown Source)
    at tomcatprovider.StellentProtocol$StellentWorkThread.runIt(StellentProtocol.java:304)
    at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:595)
    Edited by: 980473 on Jan 8, 2013 2:01 AM

    Hi ,
    Check if you have jstil.jar in WEB-INF/lib location , if missing manually add jstl.jar into WEB-INF/lib restart UCM Managed server .
    Hope this helps.
    Thanks,
    Srinath

  • Problem using JSTL tag libraries with OC4J 9.0.3

    Hi
    I'm using the JSTL tag libraries with OC4J 9.0.3. I'm using JDeveloper10.1.2. I put the fmt.tld and c.tld in the WEB-INF directory and I'm adding the jstl.jar and standard.jar library to the EAR file. Both tlds have:
    <tlib-version>1.0</tlib-version>
    <jsp-version>1.2</jsp-version>
    And OC4J 9.0.3 is compatible with tlib version 1.0 and jsp version 1.2. When I run the web app I get:
    OracleJSP: oracle.jsp.parse.JspParseException: Line # 1, <%@ taglib uri="/WEB-INF/fmt.tld" prefix="fmt"%>
    Error: oracle.xml.parser.v2.XMLParseException ( /dataSource.jsp ):
    line #:1 column #:48 : FIXED type Attribute value not equal to the default value 'http://java.sun.com/xml/ns/j2ee'.
    line #:2 column #:18 : Attribute 'xmlns:xsi' used but not declared.
    line #:3 column #:19 : Attribute 'xmlns:acme' used but not declared.
    line #:4 column #:27 : Attribute 'xsi:schemaLocation' used but not declared.
    line #:7 column #:16 : Attribute 'version' used but not declared.
    line #:14 column #:15 : Invalid element 'tag-class' in content of 'tag', expected elements '[tagclass]'.
    line #:14 column #:15 : Element 'tag-class' used but not declared.
    line #:15 column #:18 : Invalid element 'body-content' in content of 'tag', expected elements '[tagclass]'.
    line #:15 column #:18 : Element 'body-content' used but not declared.
    line #:16 column #:15 : Invalid element 'attribute' in content of 'tag', expected elements '[tagclass]'.
    line #:18 column #:12 : Invalid element 'type' in content of 'attribute', expected elements '[required, rtexprvalue]'.
    line #:18 column #:12 : Element 'type' used but not declared.
    line #:22 column #:15 : Invalid element 'attribute' in content of 'tag', expected elements '[tagclass]'.
    line #:24 column #:12 : Invalid element 'type' in content of 'attribute', expected elements '[required, rtexprvalue]'.
    line #:24 column #:12 : Element 'type' used but not declared.
    line #:28 column #:15 : Invalid element 'attribute' in content of 'tag', expected elements '[tagclass]'.
    line #:30 column #:12 : Invalid element 'type' in content of 'attribute', expected elements '[required, rtexprvalue]'.
    line #:30 column #:12 : Element 'type' used but not declared.
    line #:34 column #:15 : Invalid element 'attribute' in content of 'tag', expected elements '[tagclass]'.
    line #:36 column #:12 : Invalid element 'type' in content of 'attribute', expected elements '[required, rtexprvalue]'.
    Any ideas?

    Hi
    Thanks for the reply.
    I tried it and I get the same error:
    OracleJSP: oracle.jsp.parse.JspParseException: Line # 1, <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%>
    Error: oracle.xml.parser.v2.XMLParseException ( /dataSource.jsp ):
    line #:1 column #:48 : FIXED type Attribute value not equal to the default value 'http://java.sun.com/xml/ns/j2ee'.
    line #:2 column #:18 : Attribute 'xmlns:xsi' used but not declared.
    line #:3 column #:19 : Attribute 'xmlns:acme' used but not declared.
    line #:4 column #:27 : Attribute 'xsi:schemaLocation' used but not declared.
    line #:7 column #:16 : Attribute 'version' used but not declared.
    line #:14 column #:15 : Invalid element 'tag-class' in content of 'tag', expected elements '[tagclass]'.
    line #:14 column #:15 : Element 'tag-class' used but not declared.
    line #:15 column #:18 : Invalid element 'body-content' in content of 'tag', expected elements '[tagclass]'.
    line #:15 column #:18 : Element 'body-content' used but not declared.
    line #:16 column #:15 : Invalid element 'attribute' in content of 'tag', expected elements '[tagclass]'.
    line #:18 column #:12 : Invalid element 'type' in content of 'attribute', expected elements '[required, rtexprvalue]'.
    line #:18 column #:12 : Element 'type' used but not declared.
    line #:22 column #:15 : Invalid element 'attribute' in content of 'tag', expected elements '[tagclass]'.
    line #:24 column #:12 : Invalid element 'type' in content of 'attribute', expected elements '[required, rtexprvalue]'.
    line #:24 column #:12 : Element 'type' used but not declared.
    line #:28 column #:15 : Invalid element 'attribute' in content of 'tag', expected elements '[tagclass]'.
    line #:30 column #:12 : Invalid element 'type' in content of 'attribute', expected elements '[required, rtexprvalue]'.
    line #:30 column #:12 : Element 'type' used but not declared.
    line #:34 column #:15 : Invalid element 'attribute' in content of 'tag', expected elements '[tagclass]'.
    line #:36 column #:12 : Invalid element 'type' in content of 'attribute', expected elements '[required, rtexprvalue]'.

  • Problems with JSP and Tag Libraries in JBoss using Tomcat 5.5.9

    Hi,
    I am experiencing a really weird situation here. When running a deployed EJB3 ear application in a JBoss 4.0.3sp1 application using Tomcat service 5.5.9, Jasper is unable to compile any JSP file using Tag Libraries. To be more precise, when generating the Java source file (looking in the 'work' directory) everything in the file after the first occurance of a Tag Library usage is commented out (with "//"), causing the Java source to be invalid and outputs an error when accessing the page via a browser saying:
    "org.apache.jasper.JasperException: Unable to compile class for JSP
    Generated servlet error:
    Syntax error, insert "}" to complete ClassBody
    Generated servlet error:
    Syntax error, insert "}" to complete Block
    Generated servlet error:
    Syntax error, insert "finally" to complete TryStatement
    Generated servlet error:
    Syntax error, insert "}" to complete MethodBody"
    etc... where every error row is a suggestion of steps to take to make the source file valid. (of course).
    The Tag Library jar files are located in the web application WEB-INF/lib folder as they should be. The descriptive Tag Library Definition files (tld:s) are located in the WEB-INF folder and every JSP file references these tld files directly via this path (WEB-INF/).
    Any hints are most appreciated!!
    Cheers!
    /Henrik

    Hi,
    I am experiencing a really weird situation here. When running a deployed EJB3 ear application in a JBoss 4.0.3sp1 application using Tomcat service 5.5.9, Jasper is unable to compile any JSP file using Tag Libraries. To be more precise, when generating the Java source file (looking in the 'work' directory) everything in the file after the first occurance of a Tag Library usage is commented out (with "//"), causing the Java source to be invalid and outputs an error when accessing the page via a browser saying:
    "org.apache.jasper.JasperException: Unable to compile class for JSP
    Generated servlet error:
    Syntax error, insert "}" to complete ClassBody
    Generated servlet error:
    Syntax error, insert "}" to complete Block
    Generated servlet error:
    Syntax error, insert "finally" to complete TryStatement
    Generated servlet error:
    Syntax error, insert "}" to complete MethodBody"
    etc... where every error row is a suggestion of steps to take to make the source file valid. (of course).
    The Tag Library jar files are located in the web application WEB-INF/lib folder as they should be. The descriptive Tag Library Definition files (tld:s) are located in the WEB-INF folder and every JSP file references these tld files directly via this path (WEB-INF/).
    Any hints are most appreciated!!
    Cheers!
    /Henrik

  • JDeveloper BPEL-INF/lib. How to add libraries to a bpel project.

    Hi.
    Include libraries in BPEL-INF/lib in a Jdev 10.1.3.3 bpel project is not so trivial. Does anybody know how to make that the same ant task provided by JDeveloper for deploy bpel process include the libraries needed in the BPEL-INF/lib?? or is there a better option than modify the ant task? how can a i do it?? My actual solution is include the BPEL-INF/lib by hand in the jar generated by the jdev ant task, but this approach is so tedious.
    Thanks
    Javier Murcia
    Heinsohn software house S.A.
    Ingeniero de desarrollo
    Bogotá, Colombia

    If you use code for someone elses distributed jar file, you will have to ship their jar file with yours and include it in your classpath when launching you program.

  • How to use framework tag libraries

    i need to create a new masthead using framework tag libraries.i got the purpose of  that tag libraries from the help.sap.com site.
    but i want some sample codes for the usage of that tags.i already have a masthead code using navigation tag libraries.can i make changes in that by using framework tags.if yes how and where to change.
    or if u have any new solutions also please tell me.
    if anyone has idea about it please share.
    regards,
    karthick

    yes Mr.michael i checked with the help.sap.com site.but i cant get any sample code or solution.they have given the available tags and function of them in one line.no other details.
    what u have given is a sample code for navigation tag libraries.i have it already.now i need a sample code with framework tag libraries.both have different functionalities i think so.if u find anything please send it.
    thanks for ur reply.
    regards,
    karthick

  • Jdeveloper - Tag libraries

    I am trying to add some tag libraries to Jdev via the Tools --> Manage Libraries... option, but I get the following error in a popup:
    ======================================
    java.lang.NullPointerException
         void oracle.ideimpl.palette.PaletteImpl.populate()
              PaletteImpl.java:240
         void oracle.ideimpl.palette.wizard.PagePanel.populatePageList()
              PagePanel.java:153
         void oracle.ideimpl.palette.wizard.PaletteDlg.invoke(oracle.ide.addin.Context)
              PaletteDlg.java:43
         boolean oracle.ideimpl.palette.wizard.PaletteWizardAddin.handleEvent(oracle.ide.IdeAction, oracle.ide.addin.Context)
              PaletteWizardAddin.java:90
         void oracle.ide.IdeAction$1.run()
              IdeAction.java:579
         void java.awt.event.InvocationEvent.dispatch()
              InvocationEvent.java:154
         void java.awt.EventQueue.dispatchEvent(java.awt.AWTEvent)
              EventQueue.java:337
         boolean java.awt.EventDispatchThread.pumpOneEventForHierarchy(java.awt.Component)
              EventDispatchThread.java:131
         void java.awt.EventDispatchThread.pumpEventsForHierarchy(java.awt.Conditional, java.awt.Component)
              EventDispatchThread.java:98
         void java.awt.EventDispatchThread.pumpEvents(java.awt.Conditional)
              EventDispatchThread.java:93
         void java.awt.EventDispatchThread.run()
              EventDispatchThread.java:85
    ======================================
    Any ideas or suggestions?
    Thanks,
    Eric

    Sorry: Jdev 9.0.3.1, Windows XP, Struts tag libraries

  • JSP Tag Libraries - Useful or not?

    Hello all,
    How popular are tag libraries? Are companies incorporating custom tag libraries? I just want to know if its worth learning in-depth.
    Thnx

    I know that taglibs can be very useful in at least two situations:
    1) For common HTML folk (ie: webpage designers, not software developers) taglibs can offer impressive functionality in comprehensive, simple tags. Hiding Java complexity from these people is a good thing...
    2) For sophisticated JSP pages it can be very useful to encapsulate repetitive and code-intensive functionality in tags as well, because this makes maintenance of your pages simpler (thus cheaper, since you spend less time on it).

  • Using BEA tag libraries for XML/XSL translation

    Hi, I am new to using XML within Weblogic and have been struggling with using the
    built in JSP tags to transform XML into HTML. When I try to display the jsp page,
    I get the following error message in the browser:
    Only one top level element is allowed in an XML document. Error processing resource
    'http://localhost:7001/plims/testXML.jsp'. Line 20, Position 12
    </style> script tag removed <!--- script language="javascript1.2"> -----------^
    Here is the jsp code :
    <%@ taglib uri="xmlx.tld" prefix="x"%>
    <%
    String myMedia = "html";
    String content = new String();
    %>
    <x:xslt media="<%=myMedia%>">
    <x:xml>
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <tree> </tree>
    </x:xml>
    <x:stylesheet media="html" uri="qjTree.xsl"/>
    </x:xslt>
    I used the instructions on BEA's help docs to configure the app to use the tag
    libraries, but it didnt work.
    http://e-docs.bea.com/wls/docs70/xml/xml_apps.html#1082507
    I am using a very simple xml tree for now to keep things simple. Any helping in
    finding a solution would be much appreciated

    Make sure you have the tld files and all the related tag libraries
    available.
    SP
    "Rachel McCarthy" <[email protected]> wrote in message
    news:[email protected]..
    >
    Hi, I am new to using XML within Weblogic and have been struggling withusing the
    built in JSP tags to transform XML into HTML. When I try to display thejsp page,
    I get the following error message in the browser:
    Only one top level element is allowed in an XML document. Error processingresource
    'http://localhost:7001/plims/testXML.jsp'. Line 20, Position 12
    </style> script tag removed <!--- scriptlanguage="javascript1.2"> -----------^
    >
    >
    >
    >
    Here is the jsp code :
    <%@ taglib uri="xmlx.tld" prefix="x"%>
    <%
    String myMedia = "html";
    String content = new String();
    %>
    <x:xslt media="<%=myMedia%>">
    <x:xml>
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <tree> </tree>
    </x:xml>
    <x:stylesheet media="html" uri="qjTree.xsl"/>
    </x:xslt>
    I used the instructions on BEA's help docs to configure the app to use thetag
    libraries, but it didnt work.
    http://e-docs.bea.com/wls/docs70/xml/xml_apps.html#1082507
    I am using a very simple xml tree for now to keep things simple. Anyhelping in
    finding a solution would be much appreciated

  • Allowing Expressions in JSLT 1.0.3 Tag Libraries within JDevelper 9.0.3

    I down loaded the latest version of the Java Standard Tag Library (1.0.3) from the Apache site. I installed the standard-1.0.3/lib/standard.jar file and associated it with the c-rt.tld in JDeveloper using Tools/Manage Libraries. I added the components to the JDev component palette.
    I am able to add components (i.e. if, forEach, etc) to my JSP Page and compile and run the pages with out error. However, I have found that none of the JSLT components will all any of the fields to be Expressions. For example code such as:
    <c:forEach items="${orders}" var="order">
    <c:out value="${order.id}"/>
    </c:forEach>
    Will just output the string ${order.id}
    When I add the components from the Palette, the "Expression Allowed?" field is always set to false.
    Do you have any idea what I need to do to 'allow expressions' for the JSLT tags. Thanks.
    -- Chuck

    I down loaded the latest version of the Java Standard Tag Library (1.0.3) from the Apache site. I installed the standard-1.0.3/lib/standard.jar file and associated it with the c-rt.tld in JDeveloper using Tools/Manage Libraries. I added the components to the JDev component palette.
    I am able to add components (i.e. if, forEach, etc) to my JSP Page and compile and run the pages with out error. However, I have found that none of the JSLT components will all any of the fields to be Expressions. For example code such as:
    <c:forEach items="${orders}" var="order">
    <c:out value="${order.id}"/>
    </c:forEach>
    Will just output the string ${order.id}
    When I add the components from the Palette, the "Expression Allowed?" field is always set to false.
    Do you have any idea what I need to do to 'allow expressions' for the JSLT tags. Thanks.
    -- Chuck

  • Xml --- edit tag libraries

    I am currently using Dreamweaver 8.0 on Windows XP OS.
    I have created an xml file and added some data. However the
    format of the data is presented as follows:
    <?xml version="1.0" encoding="iso-8859-1"?>
    <productListing title="ABC Products">
    <product>
    <name>
    Product One
    </name>
    <description>
    Product One is an exciting new widget that will simplify your
    life.
    </description>
    <cost>
    $19.95
    </cost>
    <shipping>
    $2.95
    </shipping>
    </product>
    </productListing>
    But I would like to view XML files in the following format
    without line breaks:
    <?xml version="1.0" encoding="iso-8859-1"?>
    <productListing title="ABC Products">
    <product>
    <name>Product One</name>
    <description>Product One is an exciting new widget
    that will simplify your life.</description>
    <cost>$19.95</cost>
    <shipping>$2.95</shipping>
    </product>
    </productListing>
    I looked at the tag libraries to see if I could edit
    something there, but had no effect.
    Can anyone assist please ?
    regards

    polaris1927 wrote:
    > I am currently using Dreamweaver 8.0 on Windows XP OS.
    >
    > I have created an xml file and added some data. However
    the format of the data
    > is presented as follows:
    Unfortunately, Dreamweaver makes a mess of formatting XML.
    The only way
    it will improve is if you and others tell the Dreamweaver
    team directly
    that this is important to you.
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    David Powers, Adobe Community Expert
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • JSP programming with Tag Libraries like Struts.

    Hi friends,
    I've been programming in JSP, JavaBeans for the last 1 year. However, with the current popularity of Tag Libraries & concepts like MVC, Struts am thinking of using these in JSPs. Even though I am not totally convinced about the real advantages like "No Java code" in JSP pages bcoz normally anyway most of the Java Code is done in the Javabean where my Business Logic is present.
    If any of you have previously worked on Tag Libraries please would you advice me whether it's worth it and which books & material would be best for these.
    Thanking you in advacnce.
    Cheers
    Sanjiv

    Based on my experience with using JSP tags, I would definitely strongly recommend them. If nothing else, application/project specific custom tags go a long way in facilitating development-time productivity and code maintenance.
    And ofcourse, with JSP tags you get the added advantage of the JSP container maintaining pools of instantiated tag objects so even the runtime performance is helped.
    The book Web Development with Java Server Pages by Duane K. Fields, Mark A. Kolb from Manning Publications has helped me a lot about JSP tags.
    Sun's tutorial http://java.sun.com/j2ee/tutorial/doc/JSPTags.html is also good.

  • What libraries are needed to use these functions

    Hey Guys,
    I have a short three line code,
    TTConnection conn;
    TTStatus stat;
    conn.Connect("DSN=MyDSN", stat);
    Just to compile & link this code what all libraries do I need ?
    I am using the following libraries,
    "-L C:\Dev-Cpp\lib -lttclasses70CS"
    "-L C:\Dev-Cpp\lib -ltten70.lib"
    "-L C:\Dev-Cpp\lib -lttdv70.lib"
    Is this ok
    - prashant

    It depends on whether the application is using client/server or direct mode connectivity to TimesTen.
    For client/server with TTClasses you need:
    ttclasses70cs.lib
    ttcl70.lib
    For direct mode you need:
    ttclasses70.lib
    ttdv70.lib
    tten70.lib
    If you want the application to dynamically use client/server or direct mode based on the DSN definition use:
    ttclasses70dm.lib
    odbc32.lib (Microsoft driver manager library)
    Note that there is a significant performance hit in using the driver manager.
    Chris

  • Need JSF fuego tag libraries

    Hi,
    In our project we are going to use JSF for UI. For JSP , there is online documentation for fuego tag libraries. But there is no documentation for JSF tag libraries. Only the one example available with Studio installation. But we have requirements like calling BPM Object methods in UI. But since the syntax is not available , we are not abel to proceed with development. It will be very helpful if some one provides details of JSF fuego tag libraries
    Thanks,
    Bharath

    Hi All,
    This requirement is a sure stopper for our project. I need some documentation or examples for "JSF fuego tag libraries". Online documentation is available for "JSP fuego tag libraries" at Link: [http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/taglib/index.html]. The tags like <f:invoke> are working properly in JSP pages. I tried to use the same in JSF pages, but they are giving error.
    The tags is different in JSF and JSP. For e.g.. to post the results back to bpm engine in JSP we use <f:postResult> in the action attribute of form tag whereas for JSF it is "returnToFuego" which has to be added in the action attribute of button.
    Please guide me with some examples.
    Thanks,
    Bharath

Maybe you are looking for

  • PowerBook G4 no longer starts up

    PowerBook G4 running Leopard Was trying to resolve suspected HD issue. Computer was still working. Pressed & held Shift-C during start-up. Computer went into SAFE mode, and hasn't worked since. When I start it up, the Apple comes up, and circular sun

  • [SOLVED] MPD: empty playlist

    Hi, I just installed and configured MPD, but I'm not able to play anything. There are simply no items in my playlist. This is what I did so far: - I installed MPD using pacman - I adjusted /etc/mpd.conf according to the official wiki. This is what it

  • Cross-Tab export to excel

    Hi I have a problem exporting crosstab to excel format from ASP page as sell as from crystal IDE. To be more specific the content if crosstab itself exports successfully, but i do have header titles above the crosstab I add in report design. These he

  • How to clear cache for file server

    Hi All, I want to know that how to clear the cache in solaris using commands. What is the ip connection cache file? Please share your knowledge with me. Thanks in anticipation. Regards Anup

  • Phone app doesn't show up on newly updated iphone4s

    I just received a new phone and completed the upgrades and downloaded the backup from iTunes.  After completing the installation of the new phone the bar at the bottom that usually show the phone app, safari, and mail is blank.  How do I get them to