Please help the end tag /c:if" is unbalanced

Mar 27, 2008 12:33:57 PM org.apache.catalina.core.ApplicationDispatcher invoke
SEVERE: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: /WEB-INF/jsp/cwjsps/proregistration.jsp(61,0) The end tag "</c:if" is unbalanced
     at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
     at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
     at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:132)
     at org.apache.jasper.compiler.Parser.checkUnbalancedEndTag(Parser.java:1581)
     at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1450)
     at org.apache.jasper.compiler.Parser.parse(Parser.java:133)
     at org.apache.jasper.compiler.ParserController.doParse(ParserController.java:216)
     at org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)
     at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:167)
     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:306)
     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)
     at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)
     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:244)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:276)
     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:283)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:56)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:189)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
     at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654)
     at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445)
     at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379)
     at org.apache.catalina.core.ApplicationDispatcher.access$000(ApplicationDispatcher.java:65)
     at org.apache.catalina.core.ApplicationDispatcher$PrivilegedForward.run(ApplicationDispatcher.java:80)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:284)
     at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:694)
     at org.apache.jasper.runtime.PageContextImpl.access$1000(PageContextImpl.java:71)
     at org.apache.jasper.runtime.PageContextImpl$11.run(PageContextImpl.java:652)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:650)
     at org.apache.jsp.WEB_002dINF.jsp.cwjsps.router_jsp._jspx_meth_c_005fif_005f3(router_jsp.java:299)
     at org.apache.jsp.WEB_002dINF.jsp.cwjsps.router_jsp._jspService(router_jsp.java:103)
     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     at sun.reflect.GeneratedMethodAccessor39.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:244)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
     at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:276)
     at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:283)
     at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:56)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:189)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:185)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
     at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
     at org.apache.catalina.valves.RequestFilterValve.process(RequestFilterValve.java:269)
     at org.apache.catalina.valves.RemoteAddrValve.invoke(RemoteAddrValve.java:81)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
     at java.lang.Thread.run(Thread.java:619)

boss the requirement is as such..thats why i am developing it this way..
i am posting my debug.jsp(validation and exceptions), router.jsp(which forwards corresponding jsp pages based on success or failure), userregistration.jsp(jsp view), proregistration.jsp(process jsp )
{code debug.jsp}
<?xml version="1.0" encoding ="UTF-8"?>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %>
<%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<%-- \WEB-INF\jsp\cw\debug.jsp --%>
<%-- debug include file --%>
<c:if test ="${sessionScope.sessDebug == 'true'}">
<table border="1">
<c:forEach var="item" items="${cookie}">
<tr>
<td>inbound cookies</td>
<td>${item.key}</td>
<td>${item.value.value}</td> <%--note the .value.value--%>
</tr>
</c:forEach>
<c:forEach var="item" items="${param}">
<tr>
<td>inbound parameter</td>
<td>${item.key}</td>
<td>${item.value}</td> <%--note the .value--%>
</tr>
</c:forEach>
<c:forEach var="item" items="${requestScope}">
<tr>
<td>request scope object</td>
<td>${item.key}</td>
<td>${item.value.value}</td>
</tr>
</c:forEach>
<c:forEach var="item" items="${sessionScope}">
<tr>
<td>session scope object</td>
<td>${item.key}</td>
<td>${item.value.value}</td>
</tr>
</c:forEach>
</table>
</c:if>
{code router.jsp}
<?xml version="1.0" encoding ="iso-8859-1"?>
<%-- /WEB-INF/jsp/cwjsps/router.jsp --%>
<%@ taglib prefix="c"   uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %>
<%@ taglib prefix="x"   uri="http://java.sun.com/jsp/jstl/xml" %>
<%@ taglib prefix="fn"  uri="http://java.sun.com/jsp/jstl/functions" %>
<%--  setup session if one does not exist --%>
<%@ page session="true" %>
<%-- set up debug variable --%>
<c:set var="sessDebug" scope="session" value="true"/>
<%-- get pathinfo information  from the request --%>
<%-- this defines which use case has been requested --%>
<c:set var="pgePathInfo" scope="page" value="${pageContext.request.pathInfo}" />
<%-- uc02 : Login --%>
<c:if test="${pageScope.pgePathInfo =='/home'}" >
<jsp:forward page="/WEB-INF/jsp/cwjsps/home.jsp"/>
</c:if>
<c:if test="${pageScope.pgePathInfo =='/login'}" >
<jsp:forward page="/WEB-INF/jsp/cwjsps/prologin.jsp"/>
</c:if>
<%-- uc01 : View Details Of Books For Sale --%>
<c:if test="${pageScope.pgePathInfo =='/viewbooksforsale'}" >
<jsp:forward page="/WEB-INF/jsp/cwjsps/probooksforsale.jsp"/>
</c:if>
<%-- uc01 : process User registration--%>
<c:if test="${pageScope.pgePathInfo =='/userregistration'}" >
<jsp:forward page="/WEB-INF/jsp/cwjsps/proregistration.jsp"/>
</c:if>
<%-- uc01 : debug --%>
<c:if test="${pageScope.pgePathInfo =='/debug'}" >
<jsp:forward page="/WEB-INF/jsp/cwjsps/debug.jsp"/>
</c:if>
<%-- otherwise --%>
<jsp:forward page="/WEB-INF/jsp/cwjsps/home.jsp"/>{code userregistration.jsp}
<?xml version="1.0" encoding ="UTF-8"?>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %>
<%@ taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Registeres USers Login Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<body>
<%--debugging code--%>
<%@ include file="debug.jsp" %>
<table width="1049" cellpadding="5" align="center">
<tr>
<td width="2378"><div align="center">
<h2 align="center"> User Registration</h2>
<p>
     <c:url var="HmePgeURL" value="/cw/router/home" scope="page"/>
     Home  <c:url var='BSPgeURL' value='/cw/router/login' scope='page'/>
     Buy or Sell
     </p>
</div></td>
</tr>
</table>
<p align="center"> </p>
<p>This website is only open to members of the De MontFort University.
You will need a current @learner.dmu.ac.uk e-mail address in order to register.</p>
<p> If you've already registered for one site you do not need to register again </p>
<c:url value="/cw/router/userregistration" var="UregPgeURL" scope="page"/>
<form name=frmregister method="post" action="${UregPgeURL}" >
<div>
<table width="726" height="285" border="0" align="left" cellpadding="2" cellspacing="0">
<tr>
<td width="157" align="right" >Name:</td>
<td width="561" > <input name="txtname" type="text" value="${param.txtname}"/> </td>
</tr>
<c:if test="${!empty requestScope.reqInvalidUserName}">
<c:out value="${requestScope.reqInvalidUserName}"/>
</c:if>
<tr>
<td width="157" align="right" >Department</td>
<td align="left" >
<select name="txtdepartment" id="txtdepartment" value="${param.txtdepartment}" >
<option></option>
<option>Faculty of Art and Design</option>
<option>Faculty of Business and Law</option>
<option>Faculty of Computing Sciences and Engineering</option>
<option>Faculty of Health and Life Sciences</option>
<option>Faculty of Humanities</option>
</select>
</td>
</tr>
<tr>
<td align="right" >Programme</td>
<td ><input type="text" name="txtprogramme" value="${param.txtprogramme}" />
(eg: BIS,SE) </td>
</tr>
<tr>
<td align="right" >Telephone Number: </td>
<td ><input name="txtphonenum" type="text" value="${param.txtphonenum}" /></td>
</tr>
<tr>
<td align="right" >Date Of Birth: </td>
<td ><input name="txtday" type="text" size="15" value="${param.txtdob}" />(of format YYYY-MM-DD)</td>
     </tr>
<tr>
<td align="right" >Username</td>
<td align="left" >
<input name="txtuserid" type="text" size="15" value="${param.txtuserid}" />
(eg. p07269027 from [email protected])</td>
<c:if test="${!empty requestScope.reqInvalidUserId}">
<c:out value="${requestScope.reqInvalidUserId}"/>
</c:if>
</tr>
<tr>
<td align="right" >Password</td>
<td align="left" >
<input name="txtpassword" type="password" size="15" value="${param.txtpassword}" />
</td></tr>
     <c:if test="${!empty requestScope.reqInvalidPassword}">
<c:out value="${requestScope.reqInvalidPassword}"/>
</c:if>
<tr>
<td align="right" >Confirm Password </td>
<td align="left" >
<input name="txtpasswordconf" type="password" size="15" />
</td>
</tr>
<tr>
<td colspan="2" align="center">
<input name="frmsubmit" type="submit" value="Register User" />
<input type="reset" name="Reset" value="Reset" />
</td>
</tr>
</table>
     <c:if test="${!empty requestScope.reqQueryErrorMessage}">
<c:out value="${requestScope.reqQueryErrorMessage}"/>
</c:if>
     <c:if test="${!empty requestScope.reqInvalidUpdate}">
<c:out value="${requestScope.reqInvalidUpdate}"/>
</c:if>
</div>     
</form>
</body>
</html>
{code proregistration.jsp}
<?xml version="1.0" encoding ="UTF-8"?>
<%@ taglib prefix="c"   uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql" %>
<%@ taglib prefix="x"   uri="http://java.sun.com/jsp/jstl/xml" %>
<%@ taglib prefix="fn"  uri="http://java.sun.com/jsp/jstl/functions" %>
<%-- \WEB-INF\jsp\cwjsps\probooksforsale.jsp --%>
<%-- Probookforsale --%>
<%-- skip field validation and provide blankpage if first time in --%>
<c:if test="${empty sessionScope.mc07kpkDataSource}">
<sql:setDataSource
var="mc07kpkdbDataSource"
driver="com.mysql.jdbc.Driver"
url="jdbc:mysql://localhost/mc07kpkdb"
scope="session"
user="mc07kpk_web"
password="beGin+35"
/>
</c:if>
<c:if test="${empty param.frmsubmit}">
<c:set var="reqOutcome" scope="request" value=" "/>
<jsp:forward page="/WEB-INF/jsp/cwjsps/userregistration.jsp"/> <%-- initial request --%>
</c:if>
<%-- validate txtname --%>
<c:if test="${empty param.txtname}">
<c:set var="reqInvalidUserName" scope="request" value= "User Name Cannot Be Empty"/>
</c:if>
<%-- validate txtuserid --%>
<c:if test="${empty param.txtuserid}">
<c:set var="reqInvalidUserId" scope="request" value= "User ID Cannot Be Empty"/>
</c:if>
<%-- validate txtpassword--%>
<c:if test="${empty param.txtpassword}">
<c:set var="reqInvalidPassword" scope="request" value= "Password Cannot Be Empty"/>
</c:if>
<%-- if userid invalid or username invalid  --%>
<%-- redisplay form with originl typed-in data and with errors marked --%>
<c:if test="${empty param.txtname or empty param.txtuserid}">
<c:set var="reqOutcome" scope="request" value= "failure" />
<jsp:forward page="/WEB-INF/jsp/cwjsps/userregistration.jsp"/> <%-- failure --%>
</c:if>
<c:catch var="pgeQueryError">
<sql:update var="pgeRowCount" scope="page" >
<%-- insert details to trader table --%>
INSERT into trader (dbTraderName,dbTraderDepartment,dbTraderProgramme,dbTraderPhoneNum ,dbTraderDOB,dbTraderPNumber,dbTraderPwd)
VALUES (?,?,?,?,?,?,?,?)
<sql:param value="${param.txtname}"/>
<sql:param value="${param.txtdepartment}"/>
<sql:param value="${param.txtprogramme}"/>
<sql:param value="${param.txtphonenum}"/>
<sql:param value="${param.txtdob}"/>
<sql:param value="${param.txtuserid}"/>
<sql:param value="${param.txtpassword}"/>
</sql:update>
</c:catch>
<%-- check For query Error --%>
<c:if test="${not empty pgeQueryError}">
<c:choose>
<%-- check duplicate record --%>
<c:when test="${pgeQueryError.rootCause.errorCode =='1062'}">
<c:set var="reqQueryErrorMessage" scope="request" value="User already Registered - Duplicate Record" />
<jsp:forward page="/WEB-INF/jsp/cwjsps/login.jsp"/>
</c:when>
<c:otherwise>
<%-- database error --%>
<c:set var="reqQueryErrorMessage" scope="request" value="Database Error" />
<jsp:forward page="/WEB-INF/jsp/cwjsps/userregistration.jsp"/>
</c:otherwise>
</c:choose>
<c:set var="reqOutcome" scope="request" value="failure" />
<jsp:forward page="/WEB-INF/jsp/cwjsps/userregistration.jsp"/>
</c:if>
<%-- check For no rows returned --%>
<c:if test="${pgeRowCount !=1}">
<c:set var="reqInvalidUpdate" scope="request" value="*** rowCount not = 1"/>
<c:set var="reqOutcome" scope="request" value="failure"/>
<jsp:forward page="/WEB-INF/jsp/cwjsps/userregistration.jsp"/> <%-- failure --%>
</c:if>
<%-- Otherwise --%>
<%-- Outcome is success --%>
<c:if test="${pgeRowCount ==1}">
<c:set var="reqOutcome" scope="request" value="success" />
<jsp:forward page="/WEB-INF/jsp/cwjsps/login.jsp"/> <%-- success --%>
</c:if>

Similar Messages

  • The end tag " /html:html" is unbalanced

    Hi All,
    I am getting an error while trying to run the jsp in sun one app server.
    org.apache.jasper.JasperException: /aswelcome.jsp(37,0) The end tag "</html:html" is unbalanced
    Please have a look at the JSP file below.
    <%@ taglib uri="/tags/struts-bean" prefix="bean" %>
    <%@ taglib uri="/tags/struts-html" prefix="html" %>
    html:html locale="true">
    <head>
    <title>application</title>
    <html:base/>
    </head>
    <body bgcolor="white">
    <h3> The eAM Application </h3>
    <html:form action="/first" name="firstForm" type="form.Loginform">
    <tr>
    <td class="PSTEXT">
    <bean:message key="app.empid"/>
    <html:text property="name" />
    </td>
    </tr>
    <br><br>
    <tr>
    <td class="PSTEXT">
    <bean:message key="app.password"/>
    <html:password property="password" />
    </td>
    </tr>
    <tr>
    <td>
    <html:submit/>
    </td>
    </tr>
    </html:form>
    </body>
    </html:html>Please help .

    Compare with your version
    <%@ taglib uri="/tags/struts-bean" prefix="bean" %>
    <%@ taglib uri="/tags/struts-html" prefix="html" %>
    <html:html locale="true"/>I'm not sure this is the answer

  • Here is the message I got from the red "i" message... please help.The backup disk image "/Volumes/Data/Lisa's MacBook Pro.sparsebundle" is already in use.

    Here is the message I got from the red "i" message... please help.The backup disk image “/Volumes/Data/Lisa’s MacBook Pro.sparsebundle” is already in use.

    http://pondini.org/TM/C12.html

  • Please help the elderly (me). I took pics on my iphone and need to get them up on craigslist and nothing is working. I admit to being technologically challenged.

    Please help the elderly (me). I took pics on my IPhone and need to get the pics up onto craigslist. Can someone please walk me through this process. I plugged my iphone into the usb port of my windows7 desktop computer and now I am lost!
    If you help, you can consider it your good deed of the day! Thanks

    Get this app & you can upload your pics directly, no need to import them to your computer:
    https://itunes.apple.com/us/app/craigslist./id438875956?mt=8

  • TS1741 my i pad is lock up and i cant get it unlocked can you please help the password was used to many times

    my i pad is lock can someone please help  the password was used to many times

    If you have forgotten the iPad passcode and you cannot unlock the device, you have to restore the device within iTunes. You want to use the same computer that you always sync with so that you can restore your iTunes content. You can restore with any other computer, but you will lose everything on the iPad.
    Instructions can be found here.
    http://support.apple.com/kb/ht1212
    You will probably need to restore using Recovery Mode. You can read about it here.
    http://support.apple.com/kb/ht4097

  • Please help the newbie!

    I've created a photo gallery in Flash CS3 that contains 2 UI
    Loaders (one for a graphic title for the image, and one for the
    image itself) and have tested it and it works fine. I even
    published the file as an independent html file and it seems to work
    fine when tested in the browser too. My problem is that when I
    place the .swf into my html page in dreamweaver and test it, the
    file shows up, but the loader info doesn't work. The images don't
    load.
    Here is the code I have set up in Dreamweaver -
    Within the head, I have this:
    <script src="../Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    Within the body, I have this set up for where the swf gallery
    is supposed to be:
    <div id="content_main">
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','911','height','540','title','Photo
    Gallery','movie','../flash/photography2','quality','high','loop','false','play','false'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
    width="911" height="540" title="Photo Gallery">
    <param name="movie" value="../flash/photography2.swf"
    />
    <param name="quality" value="high" /><param
    name="LOOP" value="false" /><param name="PLAY" value="false"
    />
    </object></noscript>
    </div>
    Can anyone help? Thanks so much. I appreciate any help I can
    get.

    Two suggestions -
    1. Please help yourself by using a subject line that is
    descriptive of your
    question/issue. Can you imagine how many posts there are that
    have exactly
    this subject? Later when you want to find this thread, you
    will be deep in
    the mud of other newbie posts.
    2. When you post a question about problems with your layout,
    please always
    post a link to the uploaded page? That way we can all examine
    the page's
    behavior, look at the code, and give you a precise answer.
    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
    ==================
    "mjordan1965" <[email protected]> wrote in
    message
    news:[email protected]...
    > I've created a photo gallery in Flash CS3 that contains
    2 UI Loaders (one
    > for a
    > graphic title for the image, and one for the image
    itself) and have tested
    > it
    > and it works fine. I even published the file as an
    independent html file
    > and it
    > seems to work fine when tested in the browser too. My
    problem is that when
    > I
    > place the .swf into my html page in dreamweaver and test
    it, the file
    > shows up,
    > but the loader info doesn't work. The images don't load.
    >
    > Here is the code I have set up in Dreamweaver -
    >
    > Within the head, I have this:
    >
    > <script src="../Scripts/AC_RunActiveContent.js"
    > type="text/javascript"></script>
    >
    > Within the body, I have this set up for where the swf
    gallery is supposed
    > to
    > be:
    >
    > <div id="content_main">
    >
    > <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=9,0,28,0','width','911','height','540','title','Photo
    >
    Gallery','movie','../flash/photography2','quality','high','loop','false','play',
    > 'false' ); //end AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=9,0,28,0" width="911" height="540" title="Photo
    Gallery">
    > <param name="movie" value="../flash/photography2.swf"
    />
    > <param name="quality" value="high" /><param
    name="LOOP" value="false"
    > /><param name="PLAY" value="false" />
    > </object></noscript>
    >
    > </div>
    >
    > Can anyone help? Thanks so much. I appreciate any help I
    can get.
    >

  • Error msg,please help :) "The item you tried to buy is no longer available"

    Hi there, I am using a Macbook pro with Leopard with the newest version of iTunes. Many, many times when I have tried to purchase the newest episode of LOST, I click 'purchase' and type in my information and click 'yes', and for an instant it says 'purchasing' and shows the striped purchasing par across the top for only an instant, and then that disappears and an error message comes up, saying
    "The item you tried to buy is no longer available.
    The availability of the item changed while you were using the store.
    The same item may be available with a different price or elsewhere
    on the store."
    In past weeks, I have been eventually able to purchase the episode, after trying to purchase and receiving the same error literally hundreds of times. Why do I try hundreds of times? Because I want to see LOST! And I will have to face the wrath of my disappointed housemates if I fail to present the episode in time. But this is very, very, very, very frustrating! Please help, iTunes! Or anyone, any help will be greatly appreciated. But this glitch has been going on literally for weeks/months! I expected it to be ironed out and fixed completely by now, but it is not at all, it is just as bad as it was when I first noticed it shortly after the beginning of LOST season 4, a few months ago.
    Also, when I try to email iTunes, I am sure that I can email iTunes if I finally pick a subject that does not apply, but I do not want to do that.
    It is also very, very, very frustrating, whenever trying to email iTunes, to be forced into picking a subject from a very, very limited menu. Many questions, such as this question, do not fit at all into any of the choices presented, from which a person is forced to choose a subject, before being allowed to type an email to iTunes.
    I look forward to any help anyone can give regarding this error message, so that I will be able to purchase the new LOST episode from iTunes. Thanks for your help!

    I had the same issue this morning downloading a pre-order of Alanis, Flavors of Entanglement . I noticed that the only thing that had changed fro me was that I had some song credits for purchasing ticketmaster tickets over the past few weeks. When I went ahead and spent my remaining credits... it downloaded with no prompting or trouble. Maybe the credits issues hangs it up?

  • It just doesn't add up... Please help the beginner

    Hi all of you who are experts in Appleworks. I am a graphic artist and Mac user since '89. I do a lot with iMovie and iPhoto and Indesign but you think I can figure out the simplest thing in Appleworks!? I've read over the AppleHelp and try what it says and can't make it work. All I want is in a simple data base I made for my business, I have about 6 columns that I set up to be numeric and dollars with 2 decimals so I can enter monthly amounts. I want the column to ADD automatically and I know this is probably Appleworks "101" Why can't I make it work. I have a horizontal row with "Total" and along that row, under each column, I want the total of what I put in each cell above it to ADD! I know you enter a formula. I go to the box and type the = sign, then SUM, then you put in parenthesis A1,A,2 etc. right? I always gives me the alert that I entered the wrong formula.. or sometimes it says it can't complete something circular..or something like that. I think I set the field to "summary" too not "calculate" Why won't it work? I know it should! I did it in an old Microsoft works program. I ONLY use this type of software to keep a chart of my business expenses and my monthly earnings and then make a data base of my friends/family addresses, so I really don't need to know lots of complicated formulas... just ADD a column! Any tips from any of you? I read the instructions and do it step by step and it won't work! Please help! Give me the steps. THANKS so much for your time!!!
    iMac GHZ PowerPC G$   Mac OS X (10.3.6)  

    Hi Rollie,
    Like the others who have posted here, I think the task you've set is more easily accomplished in the Spreadsheet.
    You'll probably want a label for each column (and possiblly for each row) in the first cell, so your data will begin in B2.
    For an example, I'm going to assume a data block of six rows (2..7) by six columns (B..G), with totals in row 8, and a grand total in H8.
    In cell B8, enter: =SUM(B2..B7)
    Select cells B8..G8, then go to the Calculate menu and choose Fill Right. This copies the formula into each of the selected cells, changing the cell references in the formula to match the correct column.
    If you also want a Grand Total, in cell H8, enter: =SUM(B8..G8)
    As for the database of Friends and Family addresses, there are two easy solutions:
    1. Use the "Address List" Assistant found in the Assistants tab of Starting Points to create a Personal Address List database.
    2. Use the Address Book application that is included with the OS X software you are running. You should find the Address Book icon (a brown 'book' with the @ symbol on the cover) on your Dock. Unless you are going to print mailing labels, you'll probably find Address Book sufficient to your needs.
    Regards,
    Barry

  • Please help the new guy with a picture issue :) Thanks

    Hey guys,
    DrOnePocket here...  I am on my second BB now and love it.  I retired  my curve finally and got a Verizon Tour 9630
    I have some pictures that I have taken with my phone and when I used Media Manager on my desktop to save the pics to a file on my PC, I can't open them.  Windows has no clue what program to use to open them and I did a basic google search and landed here. 
    Example file name
    IMG00016-20100327-1607.jpg
    Both my Desktop Manager and my Media Manager sometimes freeze up Vista as well. 
    Help is appreciated very much!!!

    Don't use Media Manager.
    Transfer the file(s) to your PC per instructions here, using Mass Storage Mode on your BlackBerry.
    1. Go to Options >> Media Card
    (some themes or BlackBerrys may call this "Settings >> Media Card")
    2. Check the following settings (if they are not listed this way, then change to reflect the following:
    a) Media Card Support: On
    b) Mass Storage Mode Support: On
    c) Auto Enable Mass Storage: Yes
    3. Save the settings and exit
    4. Connect your BlackBerry to the PC via a USB cable. Upon connection you may see a Removable Drive appear in your file manager on the PC, or look in My Computer. From there navigate to the newly added Removable drives and explore. Copy the file needed to your PC.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Now that we have Java - who helps the end users?

    Now that Oracle provides the JRE, we get to an interesting question: where do the non-technical people go for help with JRE installs and configurations?
    At first blush, I'd almost feel we need a separate forum to help keep them in a 'friendly' place. We don't wanna be "Internet Help Desk" as depicted by "Three Dead Trolls in a Baggie" (http://www.deadtroll.com/) comedy group (http://www.youtube.com/watch?v=1LLTsSnGWMI)
    Got one over in "Database - Install" (Re: java problem and I'm thinking this is going to be the tip of the iceberg. The info at http://www.java.com/en/download/help/index.xml will be useful
    Edited by: Hans Forbrich on Apr 2, 2010 9:03 PM

    g.myers wrote:
    Not sure whether you were referring to the software or the content there.
    Looks like another Jive implementation, but I don't think anyone here wants to think about an OTN forums upgrade anytime soon.I had totally forgotten that Sun had their own forums - also using Jive - to handle Sun products. That is the one presented.
    But the real issue that caused my question: Where do the end users go who want help on the Sun Java download that is required for so many applets?
    And the answer seems to be the JRE forum at http://forums.sun.com/forum.jspa?forumID=32
    Don't know where you are coming from with the 'upgrade to OTN' comment. I do not think anyone is suggesting an upgrade. My 'fantastic' was a response to the answer to my original question. My 'wow' was a response to the organization and the detail in that community. It's changed since the last time I looked, which was quite some time ago.

  • Please Help The New Guy

    Hey Guys,
    I got my MacBook 2012 13inch for my birthday a couple days ago,
    i went to redeem a voucher in the Mac App Store and it asked me to provide my password for my apple account so i put it in and it said "ConnectionManager::invoke::Failed to find service connection url."
    i wonder if anybody else has encounted this problem and has found a good troubleshoot,
    ive been on chat to the support staff for the past 45 mins and nothing they said has worked.
    please help guys...
    many thanks

    Hey Guys,
    I got my MacBook 2012 13inch for my birthday a couple days ago,
    i went to redeem a voucher in the Mac App Store and it asked me to provide my password for my apple account so i put it in and it said "ConnectionManager::invoke::Failed to find service connection url."
    i wonder if anybody else has encounted this problem and has found a good troubleshoot,
    ive been on chat to the support staff for the past 45 mins and nothing they said has worked.
    please help guys...
    many thanks

  • Please help the who puter flases when i turn it on i

    can  you please  hlep

    "The whole computer flashes when I turn it on"
    er, what do u meen, the Bios flashes?? the Monitor Flashes? please describe in depth what its doing, whether it boots ok after it, any beeps or errors and what you may have changed beforehand for it to have this problem

  • JSP back-end interface to Remote server. Please help the newbie

    Could someone comment on pros and cons of the JSP back-end interfaces to the remote server/programs using..
    (1) Socket Interface between JSP and Remote Server. One socket for one JSP session. JSP to create and delete the socket when done.
    (2) RMI between JSP and Remote program.
    (3) Message Exchange using JMS between JSP and the Remote Server.
    (4) Peer-to-peer JAXM message exchange. JSP/JAXM Client to Remote JAXM Server
    (5) Anything else?
    Thanks in advance..

    (1) Socket Interface between JSP and Remote Server.
    One socket for one JSP session. JSP to create and
    delete the socket when done.JSPs are compiled to servlets, which use the HTTP protocol. The remote server should be the servlet/JSP engine.
    (2) RMI between JSP and Remote program.As soon as you say "JSP", you're assuming HTTP request/response. If you want to talk to RMI objects, I think that's best done elsewhere than a JSP. They really should be for interface only. Have your JSP talk to a central, front controller servlet and have it invoke methods that deal with RMI objects or EJBs or POJOs on the back end. That stuff doesn't belong in JSPs, IMO.
    (3) Message Exchange using JMS between JSP and the Remote Server.No.
    (4) Peer-to-peer JAXM message exchange. JSP/JAXM
    Client to Remote JAXM ServerNo. This is crazy. JSP = HTTP, which is client/server by definition.
    (5) Anything else?All these might be fine options, but they don't belong in JSPs. Those should be for Web interface, a thin client. The details of how you process (e.g., RMI vs. EJB, synchronous vs. asynchronous, etc.) are best encapsulated somewhere else besides a JSP.
    HTTP is a client/server, synchronous, request/response protocol, of course. As soon as you say JSP, these assumptions are built into your system. You can do asynchronous processing, but you still have to send back a response synchronously (e.g., "Your order is being processed. Please come back.")

  • Flash question...not sure which section to post in...please help the n00b...

    Background: I am a designer (Illustrator/Photoshop) being thrust into the position of creating e-learning materials. I have managed to teach myself the infinitely irritating P.O.S. (piece of software) called Captivate, but am still pretty much useless in Flash.
    I have a project that a former designer created a year or two back. It appears to have been done wholly in Flash, though Captivate may have been involved (not sure why it would have, but I don't know enough about what I'm looking at to be sure). She is no longer with the company, so I can't ask her directly, but I am hoping someone can help me here. The project is essentially Jeopardy, as in the game show. The design is such that it is a static screen (identical to the Jeopardy screen), wherein a user mouse-clicks a value in a category (e.g. Forms for 200), and a window (not an actual browser window, but a flash element) opens over top of the main screen, displaying the question and giving a list of selectable answers (typically multiple choice). Correct and incorrect answers are added or subtracted from the score at bottom. It seems relatively straight-forward (and I'd be happy to post all materials here if that would help anyone answer my question). What I need to do is change these categories/questions to update this material to make it concurrent with a new training course. I am hoping I can do this with the materials I have at hand from the previous designer- ideally, update the text file (I think I can follow the formatting to understand how to update questions/answers/correct answers/etc) and then "plug it in" to this framework...but I don't know. I'm at a loss.
    The outputted Flash file (of no functional use to me, I believe) (.swf)
    The Flash file that contains the framework (this has all "0000" for scores, "Heading" for headings...aka nothing is populated in this framework) (.fla)
    The outputted html file
    A .txt file containing all questions, headings, and values that would populate the framework (example below)
    "&heading1=Banner Forms&
    &heading2=Tricks of the Trade&
    &heading3=Banner Speak&
    &heading4=Surprise!&
    &points1=1000&
    &points2=2000&
    &points3=3000&
    &points4=4000&
    &points5=5000&
    &question1_1=What form do you use to view a Registrar hold?&
    &answer1_1A=TSIAUTH&
    &answer1_1B=SOAHOLD&
    &answer1_1C=SGASTDN&
    &answer1_1D=SHADEGR&
    &correctAnswer1_1=B&"
    It seems that this text file would be imported into the open framework in Flash, but I do not know the first thing about doing any of this. I will eventually be taking some Flash courses, but this project has a much tighter deadline than that.
    Can anyone give me any insight into how to proceed? Please let me know if I should upload these files to link here, if it will help anyone to figure out how this works.
    I apologize for what I imagine is a horribly simple question, but I am truly blind with regards to this material.
    Admins, I apologize if this is not posted in the correct area.
    Thanks ahead of time for any possible help.

    NEAT!
    Hey guy, I got your answer for you. Or should I say hey "IDIOTA".
    You see, that text file is read by the HTML when you access it. As in, there is no "importing" to be done. Simply update the text file as necessary to reflect the categories/questions/answers/correct answers, save changes, and that is that! Provided that you keep the text file in the same directory as the .fla and the html (which you obviously MUST do, or else the Jeopardy screen will show all blanks), you will be good to go! All eagles! All aces! Whatever the phrase is.
    Anyway, hope this helps, chump. Any other dumb questions?

  • Please help the aged - Can't get my computer to recognise the Zen!

    Hi there , I really hope someone can help me.
    I bought my Pa a Zen Vplus 4 GB 2 years ago and he still cannot get it to work!
    I li've overseas so on my few trips back I try desperatley to get it going and still failing.
    I have checked the posts on here and can confirm they are on a Windows XP and a service package 3
    I have uninstalled and then reinstalled all the software - however the computer rejects Windows media player as incompatible?
    So when everything is loaded (apart from above) I then plug the Zen in and I get a pop up saying One of the USB devices atached to this computer has faiiled and windows does not recognise it.
    When I go into the Creative page where you download it also says the Zen is not connected.
    It charges when in the port - and the device manager says the device is working?
    Please can anyone help - but please remember that I am not that computer literate and I will need to explain this all down the phone to my mum who is in her 70s so any long and clear?explanations would be grateful!!!!!!

    I?don't know if I can help, but as I am 70 myself at least I understand that your mother may have a problem. Now I do not use my ZEN with the Windows Media Player but use the Windows Explorer or the Creative ZEN Manager from the installation CD for putting new items onto my ZEN. I am sure that you installed the programs from the installation CD first on the computer before plugging in the ZEN, if not try to uninstall everything and start from scratch again.
    Also I found that some of the USB ports do not like all devices to be connected to them, so you may have to find another USB port that likes the ZEN, but apparently you have already found a port that recognizes the ZEN. So your parents might be ale to put music or other mp3 files onto their ZEN by simply dragging them onto the ZEN. For lthis they should open the device manager and double click on Music and then using the mouse click on the items they wish to put on the ZEN and then drag and drop them or use the Copy facility and copy them to the Music file of the ZEN.
    Should your parents still have difficulty, please drop me a message to my private postbox.

Maybe you are looking for