User Segment with pz:div Tag

I'm trying to create a user segment with condition "Invoke an instance method"
User segment Testrule1 reads
++++++++++++++++++++
Invoke the method tesmethod on the testBoolean variable
of type java.lang.Boolean
with arguments;
-true
My class
++++++
package test;
public class TestClass {
     //java.lang.Boolean testBoolean = true;
     java.lang.Boolean testmethod (java.lang.Boolean testBoolean)      {
          System.out.println("test method invoked");
          return new java.lang.Boolean(true);
my test.jsp
+++++++++
<pz:div rule="Testrule1" id="testid">
Name is Bond, James Bond
</pz:div>
I hopefully this logic would work but it doesnt. Can you someone help me understand where I'm going wrong?
Thanks,

For Invoke an Instance Method to work, your rule (i.e. the user segment) needs to have an instance of that object add to it's working memory when the rule is executed. With user segments and content selectors, there's a fixed set of objects automatically asserted (ProfileWrapper, Request, Session, and TimeInstant).
The Invoke an Instance Method clause is primarily designed to be used in a campaign (in conjunction with the Add a New Object Instance and Bind a Variable clauses), or with custom .rls rule set files (see http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14238/rules.htm#i1009068).
Greg

Similar Messages

  • Cant get rules to work with pz:div tag

    im using commerce server 2.0.1 with sp1
    i made a rule sheet and rule and rule selectors through the wlpsadmin
    tool
    and then i was trying to base content inside a portal using one of the
    rule selectors and the pz:div tag.
    this is what the jsp page has inside:
    <pz:div
    ruleset="jdbc://com.beasys.commerce.axiom.reasoning.rules.RuleSheetDefinitionHome/myRules"
    rule="myRule">
    content
    </pz:div>
    the server just hangs for about 5 minutes, and then no content is
    returned. there is nothing coming out in the weblogic.log the whole
    time. i have checked the rules and at least one should be returning some
    content
    previouly i have been getting other errors such as
    Thu Aug 17 10:16:39 PDT 2000:<E> <ServletContext-General> exception
    raised on '/portals/buybeans/buybeansportal.jsp'
    javax.servlet.ServletException: runtime failure in custom tag 'div'
    at
    jsp.portals.buybeans.portlets.emailCampaign._jspService(emailCampaign.java:318)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at jsp.portals.buybeans.portlet._jspService(portlet.java:683)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at
    jsp.portals.buybeans.portalcontent._jspService(portalcontent.java:594)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at
    jsp.portals.buybeans.buybeansportal._jspService(buybeansportal.java:751)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:153)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.java:1033)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:153)
    at
    weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:96)
    at
    jsp.portals.buybeans._userlogin._jspService(_userlogin.java:964)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:153)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.java:1033)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:744)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:692)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:251)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:363)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:263)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    and
    Thu Aug 17 10:16:39 PDT 2000:<I> <EJB JAR deployment
    /usr/local/weblogic/WebLogicCommerce/lib/rulesservice.jar> Transaction:
    '966528642212_134' rolled back due to EJB exception:
    java.lang.NullPointerException
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesetDataBean.getData(RulesetDataBean.java:171)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesetDataBeanEOImpl.getData(RulesetDataBeanEOImpl.java:56)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesetDataResolver.resolveEntity(RulesetDataResolver.java:121)
    at com.sun.xml.parser.Parser.parse(Parser.java:294)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.ServiceProviderManager.createRulesetForXML(ServiceProviderManager.java:419)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.ServiceProviderManager.createContext(ServiceProviderManager.java:146)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceBean.getContextWrapper(RulesServiceBean.java:863)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceBean.applyRules(RulesServiceBean.java:189)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceBeanEOImpl.applyRules(RulesServiceBeanEOImpl.java:56)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceBeanEOImpl_ServiceStub.applyRules(RulesServiceBeanEOImpl_ServiceStub.java:153)
    at
    com.beasys.commerce.axiom.p13n.agents.ClassificationAgentImpl.advise(ClassificationAgentImpl.java:110)
    at
    com.beasys.commerce.axiom.p13n.advisor.PersonalizationAdvisorBean.advise(PersonalizationAdvisorBean.java:100)
    at
    com.beasys.commerce.axiom.p13n.advisor.PersonalizationAdvisorBeanEOImpl.advise(PersonalizationAdvisorBeanEOImpl.java:56)
    at
    com.beasys.commerce.axiom.p13n.advisor.PersonalizationAdvisorBeanEOImpl_ServiceStub.advise(PersonalizationAdvisorBeanEOImpl_ServiceStub.java:192)
    at
    com.beasys.commerce.p13n.tags.DivTag.includeBody(DivTag.java:161)
    at
    com.beasys.commerce.p13n.tags.DivTag.doStartTag(DivTag.java:100)
    at
    jsp.portals.buybeans.portlets.emailCampaign._jspService(emailCampaign.java:293)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at jsp.portals.buybeans.portlet._jspService(portlet.java:683)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at
    jsp.portals.buybeans.portalcontent._jspService(portalcontent.java:594)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at
    jsp.portals.buybeans.buybeansportal._jspService(buybeansportal.java:751)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:153)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.java:1033)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:153)
    at
    weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:96)
    at
    jsp.portals.buybeans._userlogin._jspService(_userlogin.java:964)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:153)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.java:1033)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:124)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:744)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:692)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:251)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:363)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:263)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    no i am sure it is not the database, i use oracle and cloudscape
    interchangingly. i never got the jsp tag to work, however i got around it by
    using java code. they have a class called ContentSelectorExample which you can
    use to exceute a rule. here is my code that seems to work:
    <%@ page import="com.beasys.commerce.axiom.content.Content" %>
    <%@ page import="examples.p13nadvisor.ContentSelectorExample" %>
    <%
    // this is the rule sheet you made in the commerce server admin at wlpsadmin
    String
    ruleSet="ejb://com.beasys.commerce.axiom.reasoning.rules.RuleSheetDefinitionHome/myRules";
    // this is the rule you made in the commerce server admin at wlpsadmin (content
    selector rule)
    String rule="myRule";
    Content[] results = null;
    String contentHome = "com.beasys.commerce.axiom.document.DocumentManager";
    String sortby = null;
    String query = null;
    int max = 1;
    try{
    results = new ContentSelectorExample().executeContentSelector(pageContext,
    ruleSet, rule, contentHome, sortby, query, max);
    // check if there are any results - this tells you if the rule failed or
    succeeded
    if(results != null && results.length > 0){
    %>
    <P>Content for when the rule is a success</P>
    <%
    } catch(Exception ex){ ex.printStackTrace(); }
    %>
    William Lee wrote:
    I have experienced the same problem. Have you got the cure for it yet?
    May I ask what RDBMS are you using? I'm using MSSQL 7.0. I just want to make
    sure this doesn't cause the problem.
    William Lee
    "root" <[email protected]> wrote in message
    news:[email protected]...
    im using commerce server 2.0.1 with sp1
    i made a rule sheet and rule and rule selectors through the wlpsadmin
    tool
    and then i was trying to base content inside a portal using one of the
    rule selectors and the pz:div tag.
    this is what the jsp page has inside:
    <pz:div
    ruleset="jdbc://com.beasys.commerce.axiom.reasoning.rules.RuleSheetDefinitio
    nHome/myRules"
    rule="myRule">
    content
    </pz:div>
    the server just hangs for about 5 minutes, and then no content is
    returned. there is nothing coming out in the weblogic.log the whole
    time. i have checked the rules and at least one should be returning some
    content
    previouly i have been getting other errors such as
    Thu Aug 17 10:16:39 PDT 2000:<E> <ServletContext-General> exception
    raised on '/portals/buybeans/buybeansportal.jsp'
    javax.servlet.ServletException: runtime failure in custom tag 'div'
    at
    jsp.portals.buybeans.portlets.emailCampaign._jspService(emailCampaign.java:3
    18)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at jsp.portals.buybeans.portlet._jspService(portlet.java:683)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at
    jsp.portals.buybeans.portalcontent._jspService(portalcontent.java:594)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at
    jsp.portals.buybeans.buybeansportal._jspService(buybeansportal.java:751)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:153)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.ja
    va:1033)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:153)
    at
    weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:96)
    at
    jsp.portals.buybeans._userlogin._jspService(_userlogin.java:964)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:153)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.ja
    va:1033)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:744)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:692)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java:251)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:363)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:263)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    and
    Thu Aug 17 10:16:39 PDT 2000:<I> <EJB JAR deployment
    /usr/local/weblogic/WebLogicCommerce/lib/rulesservice.jar> Transaction:
    '966528642212_134' rolled back due to EJB exception:
    java.lang.NullPointerException
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesetDataBean.getData(Ru
    lesetDataBean.java:171)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesetDataBeanEOImpl.getD
    ata(RulesetDataBeanEOImpl.java:56)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesetDataResolver.resolv
    eEntity(RulesetDataResolver.java:121)
    at com.sun.xml.parser.Parser.parse(Parser.java:294)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.ServiceProviderManager.cre
    ateRulesetForXML(ServiceProviderManager.java:419)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.ServiceProviderManager.cre
    ateContext(ServiceProviderManager.java:146)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceBean.getContex
    tWrapper(RulesServiceBean.java:863)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceBean.applyRule
    s(RulesServiceBean.java:189)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceBeanEOImpl.app
    lyRules(RulesServiceBeanEOImpl.java:56)
    at
    com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceBeanEOImpl_Ser
    viceStub.applyRules(RulesServiceBeanEOImpl_ServiceStub.java:153)
    at
    com.beasys.commerce.axiom.p13n.agents.ClassificationAgentImpl.advise(Classif
    icationAgentImpl.java:110)
    at
    com.beasys.commerce.axiom.p13n.advisor.PersonalizationAdvisorBean.advise(Per
    sonalizationAdvisorBean.java:100)
    at
    com.beasys.commerce.axiom.p13n.advisor.PersonalizationAdvisorBeanEOImpl.advi
    se(PersonalizationAdvisorBeanEOImpl.java:56)
    at
    com.beasys.commerce.axiom.p13n.advisor.PersonalizationAdvisorBeanEOImpl_Serv
    iceStub.advise(PersonalizationAdvisorBeanEOImpl_ServiceStub.java:192)
    at
    com.beasys.commerce.p13n.tags.DivTag.includeBody(DivTag.java:161)
    at
    com.beasys.commerce.p13n.tags.DivTag.doStartTag(DivTag.java:100)
    at
    jsp.portals.buybeans.portlets.emailCampaign._jspService(emailCampaign.java:2
    93)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at jsp.portals.buybeans.portlet._jspService(portlet.java:683)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at
    jsp.portals.buybeans.portalcontent._jspService(portalcontent.java:594)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:250)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImp
    l.java:171)
    at
    weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:100)
    at
    jsp.portals.buybeans.buybeansportal._jspService(buybeansportal.java:751)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:153)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.ja
    va:1033)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:153)
    at
    weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:96)
    at
    jsp.portals.buybeans._userlogin._jspService(_userlogin.java:964)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImp
    l.java:153)
    at
    com.beasys.commerce.axiom.jsp.JspServiceManager.service(JspServiceManager.ja
    va:1033)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
    :124)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:744)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImp
    l.java:692)
    at
    weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContext
    Manager.java:251)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:363)
    at
    weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:263)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

  • Problems with ap div tags

    Hi I am currently working on a website for a school assignment and I have almost gotten my site done, however when I preview it ic the browser and then I maximize the the webpage moves but the ap div tags I have dont move with the rest of the page. Is there something that I can do about this? Any help would be greatly appreciated
    Thanks Tanya

    No.  You're much better off using default CSS positioning which is none or static along with margins, padding and floats to align page elements.   Tables are strictly for tabular data (spreadsheets, data sets).
    If you're short on time, open one of the starter pages that comes with Dreamweaver.
    File > New > Blank > HTML > Layout...  1 or 2-col, fixed, centered...   This will serve as a framework you can drop your content and images into.
    Good luck,
    Nancy O.

  • Centre Page with wrapper div tag does not work

    Hi there,
    I am trying to centre the content of my website with a 'wrapper' div tag but the div tag just does not seem to have any effect on the layout at all.
    Here is how I do it:
    1.) Select all the html in the body.
    2.) Creating 'wrapper' div tag --> width: 768, left & right margin: auto, bottom & top margin: 0
    I found this in an adobe tutorial and it sounds logical to me, but somehow it just does not work.
    I hope someone can help me out.
    Thanks a lot!
    Anja

    You need three basic things to center a page.
    1) A valid X/HTML document type.  This declaration always appears in the first line of HTML code. The good news is that DW does this for you when you create a new page.  The bad news is that some other apps such as graphics editors don't always do this for you.  If your page has no document type, hit File > Convert > choose one that fits your coding skills.
    2) You need a container width in pixels or percentages.  Most often this is applied to a #wrapper but it can be applied to your body.
    3) Finally, a margin-left and margin-right of auto (browser default).
    CSS:
    body {
    width: 900px;
    margin: 0 auto; /*centers page*/
    text-align:center; /*centers older browsers*/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • UPDATED: Trouble with duplicate div tag...

    I am working on validating the code for my blog now as I
    think that might solve some of the issues I am having. I was able
    to clear out all of the xhtml errors except for one... a duplicate
    sidebar div tag. One of them is at the bottom of the header file
    and the other is at the top of the sidebar file.
    My first thought was just to delete one of them so I tried
    that and it validated. Problem is that it screwed up the layout on
    my pages in Safari and Firefox when you do a search or look at any
    of the archives, etc.
    So I deleted the other one and it was worse.
    I think this issue is what is making my search results and
    archive results load below the sidebar... so it obviously needs to
    be fixed, but Im not sure how.
    The page is at
    http://www.babybumps.net/blog
    and the code is attached.
    Any thoughts?

    Try leaving the duplicate tag in, but renaming it to
    something that is not a
    duplicate first.
    If that doesn't work, then we will have to take a closer look
    at your code
    and particularly your floated elements.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ArtsyAndi" <[email protected]> wrote in
    message
    news:g01mke$6cr$[email protected]..
    > Ok... I deleted the duplicate tag on the top of the
    sidebar, then deleted
    > the
    > close div tag at the bottom of that file and the code
    now validates.
    >
    > However, it didn't solve my issue with the content
    loading below the
    > sidebar
    > when you do a search or view archives in safari or
    firefox.
    >
    > Any ideas?
    >

  • What's wrong with my div tag / site won't center....

    Hi,
    I am re-designing a website and I cannot get it to center.  I created a div tag and id it "wrapper" and created a css rule.  I am sure its a simple mistake, but I cannot figure it out.....
    Here is the CSS rules...
    @charset "UTF-8";
    /* CSS Document */
    div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, ing {
              margin: 0px;
              padding: 0px;
    #wrapper{
              margin: 0, auto;
              background-color: #9B9E6B;
    ul {
              list-style: none;
    table#content1{
              background-color: #00C;
              background-image: url(_images/content_bgrnd.png);
              background-repeat: no-repeat;
              font-family: "Arial Black", Gadget, sans-serif;
              font-size: 20px;
              text-align: center;
              padding: 8px;
    Here is the code for the site......
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Kiahuna 104</title>
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <link href="104.css" rel="stylesheet" type="text/css" />
    </head>
    <body onload="MM_preloadImages('_images/buttinside1.jpg','_images/buttproperty1.jpg','_images/b uttactivities1.jpg','_images/buttdining1.jpg','_images/buttcontacts1.jpg','_images/home_lg 1.png','_images/home_lg2.png','_images/home_lg3.png','_images/home_lg4.png','_images/home_ lg5.png','_images/home_lg6.png','_images/home_lg7.png','_images/home_lg8.png')">
    <div id="wrapper">
    <!--Header-->
    <table id="header">
      <div class="header"><img src="_images/newLOGO.jpg" alt="Kiahuna 104" width="1000"/>
    </div>
    <!--Navigation table-->
    <table width="1000" bgcolor="000">
      <tr>
        <td width="40"> </td>
        <td width="150"><a href="inside.htm"><img src="_images/butthome1.jpg" alt="home1" name="home1"  id="home1" /></a></td>
        <td width="150"><img src="_images/buttinside2.jpg" alt="inside2" name="inside2" id="inside2" onmouseover="MM_swapImage('inside2','','_images/buttinside1.jpg',1)" onmouseout="MM_swapImgRestore()" /></a></td>
        <td width="150"><a href="property.htm"><img src="_images/buttproperty2.jpg" alt="property2" name="property2" id="property2" onmouseover="MM_swapImage('property2','','_images/buttproperty1.jpg',1)" onmouseout="MM_swapImgRestore()" /></a></td>
        <td width="150"><a href="activities.htm"><img src="_images/buttactivities2.jpg" alt="activities2" name="act2" id="act2" onmouseover="MM_swapImage('act2','','_images/buttactivities1.jpg',1)" onmouseout="MM_swapImgRestore()" /></a></td>
        <td width="150"><a href="dining.htm"><img src="_images/buttdining2.jpg" alt="dining2" name="dining2" id="dining2" onmouseover="MM_swapImage('dining2','','_images/buttdining1.jpg',1)" onmouseout="MM_swapImgRestore()" /></a></td>
        <td width="150"><a href="contact.htm"><img src="_images/buttcontacts2.jpg" alt="contact2" name="contact2" id="contact2" onmouseover="MM_swapImage('contact2','','_images/buttcontacts1.jpg',1)" onmouseout="MM_swapImgRestore()" /></a></td>
      </tr>
    </table>
    <!--Start of content1 table- height = 371-->
    <table id="content1" table width="1000" height="371">
      <tr>
        <td width="34"> </td>
        <td width="897"><p>blah blah blah.</p>
          <p class="center2">NEW: IN-CONDO WASHER & DRYER - COMPLETELY NEW FURNITURE</p></td>
        <td width="53"> </td>
      </tr>
    </table>
    </body>
    </html>

    I tried to assign a width in both the page and CSS and it still doesn't center.  Here is a link to the site and the CSS....
    http://taffyproductions.com/test/
    @charset "UTF-8";
    /* CSS Document */
    div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, ing {
              margin: 0px;
              padding: 0px;
    #wrapper{
              margin: 0, auto;
              background-color: #000;
    ul {
              list-style: none;
    table#content1{
              background-color: #00C;
              background-image: url(_images/content_bgrnd.png);
              background-repeat: no-repeat;
    font-size: 16px;
              font-family: Papyrus, Arial, "Helvetica Bold", serif;
              font-size: 22px;
              text-align: center;
              padding: 8px;
    table#imagegallery{
              background-image: url(_images/imageGallery_bckgrnd.png);
              background-repeat: no-repeat;
    #imagegallery a img{
        padding: 0px;
        margin: 2px;
        border: 2px solid #000;
    #imagegallery a:hover img {
              border: 2px solid #C00;
    table#footer{
              background-image: url(_images/footer_bckgrnd.png);
              background-repeat: no-repeat;

  • Why do the coordinates always seem to change with AP DIV tags

    Hello,
    I have been learning Dreamweaver and got to a chapter about Drawing AP DIV's. Seemed like a great idea, despite some of the known downfalls, older browsers, trouble centering etc....but my question is more about the drawn element itself on the page. It doesn't seem to hold it's Top and Left Numbers inthe property inspector. I mean, it doesn't move, but it seams every time I check the coordinates to maybe align another one to right of it or below it, the Top and Left numbers keep changing. When I put back in my coordinates, it doesn't seem to move, even though the numbers are different. Is it me? or is this just a flaky think in the program? Too knew to it to know it's quirks.
    thanks!
    babs

    iBabs2 wrote:
    I did a chapter on Layout Tables and liked them much better ;-)
    Tables are not much better than using AP Divs. If you're referring to Layout Mode, start thinking again. Layout Mode was removed from Dreamweaver CS4 because it created the most complex, inaccessible code.
    Many people still use tables for layout, but if you're just learning Dreamweaver, you would be better advised to learn how to use CSS for layout. Dreamweaver CS3 and CS4 have 32 prebuilt CSS layouts that provide a rock-solid foundation for most basic layouts.
    We are all experienced in the printing programs, so we live via coordinates...
    The similarity between print and the web is purely superficial. A printed page is fixed. A web page is not. People view on different browsers, and at different monitor resolutions. Some view with their browser fully expanded. Others, like myself, resize the browser to occupy just part of the monitor.
    The language of web design is CSS. It's not something you can learn overnight, but it's essential for learning how to build modern, standards-compliant sites. You'll find some useful tutorials at http://www.adobe.com/devnet/dreamweaver/css.html.
    As for the coordinates not updating correctly in the Property inspector, the PI can sometimes be hinky when calculating position, particularly if the computer doesn't have a lot of RAM. The other possibility is that you nudged the border of the AP Div. It's very easy to do without realizing.

  • Help with Section Div tag

      <!--MAIN CONTENT-->
                    <div id="main">
                     <!--LEFT COLUMN-->
                     <section id="left.col">dsdsfdsf</p></section>
                    </div>
    Here is where I can't change the width of my section div. I want a left colm and right colm but I cant change the width of the left.col section. Then I can float it left and add the right colmn.
    HTML:
    <!doctype html>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>RH Wholesale Supply</title>
    <link href="styles.css" rel="stylesheet" type="text/css">
    </head>
    <body>
    <!--Wrapper-->
    <div id="wrapper">
                  <!--HEADER---->
                  <header id="header">
                  <!--LOGO-->
                  <img src="images/images/images/logo.png" width="166" height="74"  alt=""/>
                  <!--NAV-->
                  <nav id="nav">
                    <ul>
                    <li><a href="index.html" class="home">Home</a></li>
                    <li><a href="about.html">About</a></li>
                    <li><a href="#">Products</a></li>
                    <li><a href="#">Online Store</a></li>
                    <li><a href="#">Contact</a></li>
                    </ul>
                  </nav>
                  </header>
                  <!--BANNER-->
                  <div id="banner">
                  <img src="images/san_francisco_skyline699.jpg" width="1920" height="1080"  alt=""/> </div>
                      <!--MAIN CONTENT-->
                    <div id="main">
                     <!--LEFT COLUMN-->
                     <section id="left.col">dsdsfdsf</p></section>
                    </div>
                     <!--FOOTER-->             
      <footer id="footer">
      Copyright @ RH WHolesale 2013
      </footer>
    </div>
    </body>
    </html>
    CSS:
    @charset "UTF-8";
    /* CSS Document */
    body {
              margin-top: 0px;
              background-image: url(images/images/images/background..png);
              background-repeat: repeat-x;
              font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
              font-size: 13px;
    #wrapper {
              width: 1000px;
              margin-left: auto;
              margin-right: auto;
    /* HEADER & LOGO */
    #header {
              float: left;
    #header img {
              float: left;
              margin-top: 5px;
              margin-left: 25px;
    /* NAV BAR */
    #nav{
              list-style: none;
              padding-left: 80px;
              padding-top: 34px;
              width: 842px;
    #nav ul {
              font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
              text-align: center;
    #nav li{
              display: inline;
              padding-left: 25px;
              padding-right: 25px;
              color: #000000;
              font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
              font-weight: normal;
              font-size: 16px;
              padding-top: 10px;
              padding-bottom: 10px;
    #nav a{
              list-style-type: none;
              color: #FFFFFF;
              text-decoration: none;
    #nav a:hover  {
              text-decoration: overline;
              color: #FFFFFF;
              font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
              font-size: 16px;
    #nav .home , #nav .about{
    text-decoration: overline;
              color: #FFFFFF;
              font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
              font-size: 16px;
    /* MAIN IMAGE */
    #banner {
              float: left;
              overflow-x: hidden;
              overflow-y: hidden;
              margin-top: 25px;
              width: 1000px;
              height: 300px;
              box-shadow: 0px 0px 5px 1px #000;
    #banner img {
              margin-top: -318px;
              margin-left: -144px;
    /* MAIN BODY FOR CONTENT */
    #main {
              width: 950px;
              float: left;
              height: 251px;
              margin-left: 25px;
              margin-right: 25px;
              margin-top: 25px;
    h1 {
              font-size: 24px;
              font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
              color: #000000;
    #left.col {
    /* FOOTER */
    #footer {
              float: left;
              width: 1000px;
              text-align: center;
              font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
              font-size: 12px;
              margin-top: 25px;

    As recommended in the HTML5 specificiations, I use <aside> tags for sidebars. 
    <article> for content, <nav> for menus, <header> for headers, <footer> for footers, etc...
    See example below, view source in browser to see the code:
    http://alt-web.com/sandbox/HTML5-BasicLayout.html
    aside {
    margin: 0;
    padding: 0 1%;
    width: 33.33%;  /**3 equal width columns**/
    float: left;
    min-height: 330px;
    Nancy O.

  • Can you place an image in a div tag and then add type over top of it?

    I told someone in class lastweek that I wanted to be able to
    place type over an image. They said you can just add the image into
    the div tag as a background image, which will allow you to then
    type over it if you like. How is this done? I have tried and
    failed. I have an image that is 200x590 going down the left side of
    my page. I want to run type over it, and keep the image consistent
    on every page, but change the header and type. I've seen this in
    several sites. How do you do this with the div tag box model method
    of building a page. Can I insert an image into the div and then run
    type over it. What does the code look like?

    Here's an example of using a css and a background image to a
    table cell...
    sample principle for a div
    #div {styles go here{
    http://tinyurl.com/yqeptp
    You may also want to go through the beginner css tutorials at
    the Adobe
    site:
    http://www.adobe.com/devnet/dreamweaver/css.html
    (pay attention to the ones
    by Adrian), beginner moving onto to creating full css
    layouts.
    Hope this helps :-)
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    Forum Posting Guidelines:
    http://www.adobe.com/support/forums/guidelines.html
    >I told someone in class lastweek that I wanted to be able
    to place type
    >over an
    > image. They said you can just add the image into the div
    tag as a
    > background
    > image, which will allow you to then type over it if you
    like. How is this
    > done?
    > I have tried and failed. I have an image that is 200x590
    going down the
    > left
    > side of my page. I want to run type over it, and keep
    the image consistent
    > on
    > every page, but change the header and type. I've seen
    this in several
    > sites.
    > How do you do this with the div tag box model method of
    building a page.
    > Can I
    > insert an image into the div and then run type over it.
    What does the code
    > look
    > like?
    >

  • In Flex, mimic a HTML DIV-tag without height constraint?

    Hi!
    I've posted a somewhat similar question here before and
    although the answer was appreciated I'm still wondering if what I
    want to do is possible.
    In HTML you can create a DIV-tag with a fixed width, say
    100px. If you, after that, let the height remain undefined, you can
    add content to the tag having it expand it's height appropriately.
    Is it possible to achieve the same effect in Flex, or do I
    have to have fixed width and height on the application? If I let
    the application have a width of 100px, letting the height be
    undefined, I get the application to be the same height as the
    browser window which is not the case with the DIV-tag above.
    Hope someone understands what I mean. Thanks!
    /Marcus

    If you do this:
    <mx:VBox width="100%">
    and then put things into this VBox container, it will grow
    vertically as much as it needs to without having a specific height.
    The Application tag is the same way. Eventually, when you exceed
    the visible part of the Flash Player, the Application (or VBox)
    will acquire scrollbars.

  • How do I make a div tag trace a non-square image?

    Please look at the following screen shot:
    On the right, you are looking at the "Home" button of a navigation bar, and I want to see just the gray button without the triangular white parts to the left of the vertical line in the middle that are included with the div tag. I thought I would be able to make the background of the nav bar transparent and thus have the button overlap the glow / shadow surrounding the container without seeing the white parts by adding "background-color:transparent;" to the nav bar style sheet, but that didn't work.
    What is the easiest way to accomplish what I am trying to do? If I am on the right track with making the background transparent, what could have gone wrong? Any help would be much appreciated.

    In Photoshop...
    1. Make sure any background is turned off in the layers palette so you can see the checkerboard background
    2. Choose File > Save For Web
    3. Select .gif from the dropdown menu
    4. Make sure Transparency is checked.
    5. Save

  • Position Image at Bottom of Div Tag

    OK, so this may be the stupidest question ever, but how do I
    Position an Image at Bottom of the Div Tag? I named the image and
    then set;
    vertical-align: bottom;
    But this doesn't seem to have worked. I could achieve the
    bottom alignment with multiple div tags but this seems needlessly
    complicated. How should i do this?

    > ok, is there a rule for when you should use an image as
    a background as
    > opposed to placing it normally?
    No. But there are things you can do with a background image
    that you cannot
    do with a foreground one, and vice versa. I'm sure that's not
    the answer
    you wanted to hear however.
    Anytime I need to place an image at a specific location
    within a container
    (like at the bottom, or the right edge), I'm thinking of
    using a background
    image.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "jameswoody" <[email protected]> wrote in
    message
    news:fv5el0$dn1$[email protected]..
    > ok, is there a rule for when you should use an image as
    a background as
    > opposed to placing it normally?
    > Thanks

  • Why can I not disable the guest user in the 10.8.2 update? I have never enabled the guest user, but after the update, it was automatically enabled with a "managed" tag. It is not selectable even after entering my admin password to unlock the options.

    Why can I not disable the guest user in the 10.8.2 update? I have never enabled the guest user, but after the update, it was automatically enabled with a "managed" tag. It is not selectable even after entering my admin password to unlock the options. I was able to select the account under "parental controls", but again, could not delete it. Why Apple? Why?!!????

    SOLVED Ok. I actually was able to disable it. I had to actually log in as the guest user to make it accessible in the preference window. Then I disabled it and logged out. Apologies if this was obvious for some people, but I have had some sort of issue with something every update since Snow Leopard.

  • Help with floating a Div tag?

    I am having difficulty properly floating a div tag in my site.  The page is http://www.planetwhistler.com/bandbs.html  The Div on the bottom of the second column with 'content for right_bandb_div' goes here will not properly float to the right of the Div to the left of it.  I have floated the 'right_bandb_' div to the left with enough of a margin to clear the div tag in the first column, I have also put the code for 'right_bandb' before the code for the div to the left of it but for some reason it won't properly place itself.  Thanks for any help provided.

    I realize my Template isn't exactly like yours, but you can learn from it.
    http://alt-web.com/TEMPLATES/CSS-centered-round-boxes.shtml
    1) apply min-height values to all your .boxes.
    2) add a float clearing between rows.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How to Create User Defined Template in Back Office with Labels and Tags App

    Hello,
    Can anyone help me in creating a user defined template in Back Office with Labels and Tags Application. I'm currently using version 13.2.?
    Kindly help me out asap.
    Thanks,
    Monica.

    Hi Monica
    Third party software is available,from AccessVia, that can be used to create and update templates. Sample sample sqt can help you to understand the required inputs (batchID, templateID, departmentID, locale).
    Thanks
    Himanshu

Maybe you are looking for