HELP!!!!  bc4juix Input Render wont work

m trying to get my page to run in jdevelper 9.0.2
It seems I get an error when I add the bc4juix tag InputRender -
Can someone explain this, it worked in rc1,
javax.servlet.jsp.JspException
int oracle.cabo.tags.MutableUINodeTag.doEndTag()
void InqProDetail.jspService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
void oracle.jsp.runtime.HttpJsp.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
void oracle.jsp.runtimev2.JspPageTable.service(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse, java.lang.String)
void oracle.jsp.runtimev2.JspServlet.internalService(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
void oracle.jsp.runtimev2.JspServlet.service(javax.servlet.http.HttpServletRequest,
javax.servlet.http.HttpServletResponse)
void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest,
javax.servlet.ServletResponse)
void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest,
javax.servlet.http.HttpServletResponse)
boolean
com.evermind.server.http.HttpRequestHandler.processRequest(com.evermind.server.ApplicationServerThread,
com.evermind.server.http.EvermindHttpServletRequest,
com.evermind.server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
void com.evermind.util.ThreadPoolThread.run()
<%@ page errorPage="errorpage.jsp" contentType="text/html;charset=WINDOWS-1252" %>
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %>
<%@ taglib uri="/webapp/DataTags.tld" prefix="jbo" %>
<%@ taglib uri="http://xmlns.oracle.com/uix/ui/bc4j" prefix="bc4juix" %>
<%
session.setAttribute("currentPage", "InqProDetail.jsp") ;
String sSin = (String)session.getAttribute("sessSin");
String sWhereClause = "sin='";
if ( (sSin == null) || (sSin == "") )
sWhereClause += "999'";
else
sWhereClause =sWhereClause+ sSin + "'";
%>
<jbo:ApplicationModule
configname="anteDatePackage.AnteDatePackageModule.AnteDatePackageModuleLocal" id="app1"
releasemode="Stateful" />
<jbo:DataSource id="ds1" appid="app1" whereclause='<%= sWhereClause%>' viewobject="AdclientView"
rangesize="4" />
<jbo:Row id="CurrentRow" datasource="ds1" action="Current">
<%
String sRowKey = request.getParameter("RowKey");
oracle.jbo.Row row = ds1.getRowSet().getCurrentRow();
String sRevReq1997 = "0";
String sRevReq1998 = "0";
String sRevReq1999 = "0";
String sRevReq2000 = "0";
String sRevReq2001 = "0";
String sPosAnte1997 = "0";
String sPosAnte1998 = "0";
String sPosAnte1999 = "0";
String sPosAnte2000 = "0";
String sPosAnte2001 = "0";
String sFormalAnte1997 = "0";
String sFormalAnte1998 = "0";
String sFormalAnte1999 = "0";
String sFormalAnte2000 = "0";
String sFormalAnte2001 = "0";
String sTags = "0";
//if our current row is null, goto the first row
if(row != null)
sRowKey = row.getKey().toStringFormat(true);
sRevReq1997 = row.getAttribute("ReviewRequested1997").toString();
sRevReq1998 = row.getAttribute("ReviewRequested1998").toString();
sRevReq1999 = row.getAttribute("ReviewRequested1999").toString();
sRevReq2000 = row.getAttribute("ReviewRequested2000").toString();
sRevReq2001 = row.getAttribute("ReviewRequested2001").toString();
sPosAnte1997 = row.getAttribute("PossibleAntedate1997").toString();
sPosAnte1998 = row.getAttribute("PossibleAntedate1998").toString();
sPosAnte1999 = row.getAttribute("PossibleAntedate1999").toString();
sPosAnte2000 = row.getAttribute("PossibleAntedate2000").toString();
sPosAnte2001 = row.getAttribute("PossibleAntedate2001").toString();
sFormalAnte1997 = row.getAttribute("FormalAntedate1997").toString();
sFormalAnte1998 = row.getAttribute("FormalAntedate1998").toString();
sFormalAnte1999 = row.getAttribute("FormalAntedate1999").toString();
sFormalAnte2000 = row.getAttribute("FormalAntedate2000").toString();
sFormalAnte2001 = row.getAttribute("FormalAntedate2001").toString();
sTags = row.getAttribute("Tags").toString();
%>
<jbo:OnEvent name="Update" >
<jbo:Row id = "EditRow" datasource="ds1" rowkey="<%= sRowKey %>" action="Update">
<jbo:SetAttribute datasource="ds1" dataitem="*" />
<jbo:PostChanges appid="app1"/>
<jbo:Commit appid="appl"/>
<%
//sRowKey = row.getKey().toStringFormat(true);
sRevReq1997 = row.getAttribute("ReviewRequested1997").toString();
sRevReq1998 = row.getAttribute("ReviewRequested1998").toString();
sRevReq1999 = row.getAttribute("ReviewRequested1999").toString();
sRevReq2000 = row.getAttribute("ReviewRequested2000").toString();
sRevReq2001 = row.getAttribute("ReviewRequested2001").toString();
sPosAnte1997 = row.getAttribute("PossibleAntedate1997").toString();
sPosAnte1998 = row.getAttribute("PossibleAntedate1998").toString();
sPosAnte1999 = row.getAttribute("PossibleAntedate1999").toString();
sPosAnte2000 = row.getAttribute("PossibleAntedate2000").toString();
sPosAnte2001 = row.getAttribute("PossibleAntedate2001").toString();
sFormalAnte1997 = row.getAttribute("FormalAntedate1997").toString();
sFormalAnte1998 = row.getAttribute("FormalAntedate1998").toString();
sFormalAnte1999 = row.getAttribute("FormalAntedate1999").toString();
sFormalAnte2000 = row.getAttribute("FormalAntedate2000").toString();
sFormalAnte2001 = row.getAttribute("FormalAntedate2001").toString();
sTags = row.getAttribute("Tags").toString();
%>
</jbo:Row>
</jbo:OnEvent>
<jsp:include flush="true" page="GlobalDefs.jsp">
<jsp:param name="myTabIndex" value="0"/>
<jsp:param name="myHeaderIndex" value="0"/>
</jsp:include>
<%-- user interface begins here --%>
<HTML>
<HEAD>
<TITLE>Client Profile Edit </TITLE>
<uix:styleSheet/>
</HEAD>
<BODY>
<uix:pageLayout>
<uix:globalButtons>
<uix:ref refID="AnteDateButtonBar" ></uix:ref>
</uix:globalButtons>
<uix:tabs>
<uix:ref refID="AnteDateTabBar"></uix:ref>
</uix:tabs>
<uix:pageHeader>
<uix:ref refID="AnteDateGlobalHeader" ></uix:ref>
</uix:pageHeader>
<uix:copyright>
<uix:styledText text="Copyright Human Resources Development Canada" />"
</uix:copyright>
<%-- Main page contents go here --%>
<uix:contents>
<uix:form name="clientForm" method="POST">
<uix:submitButton name="jboEvent" text="Update" formName="clientForm" value="Update" />
<uix:contentContainer text="Mailing Address" width="100%" background="light">
<uix:labeledFieldLayout columns="2" width="100%">
<bc4juix:LabelStyledText datasource="ds1" dataitem="Firstname"/>
<bc4juix:RenderValue datasource="ds1" dataitem="Firstname"/>
<bc4juix:LabelStyledText datasource="ds1" dataitem="Newfirstname"/>
<bc4juix:InputRender datasource="ds1" dataitem="Newfirstname"/>
</uix:labeledFieldLayout>
</uix:contentContainer>
<uix:spacer width="10"></uix:spacer>
<uix:formValue name="RowKey" value='<%=request.getParameter("RowKey")%>' />
<uix:submitButton name="jboEvent" text="Update" formName="clientForm" value="Update" />
</uix:form>
</uix:contents>
</uix:pageLayout>
</BODY>
</HTML>
</jbo:Row>
<jbo:ReleasePageResources releasemode="Stateful" />

I dont have enough information to help you. Does the page run if you take out the uix:InputRender tag?

Similar Messages

  • Hi,i have the new ipad 16gb it was working fine till i went to download te new i tunes and the apple mobile device recovery mode my windows pc cant find the software to download it i need help because my ipad wont work i only see the itunes en usb symbol.

    i have the new ipad 16gb it was working fine till i went to download the new itunes and the apple mobile device recovery mode my windows pc cant find the software to download it i need help because my ipad wont work i only see the itunes and usb symbol can anybody help me.

    Try these instructions:
    http://support.apple.com/kb/TS3281
    You may also have to go to the link in the bottom paragraph if the first page instructions do not work.

  • Please help me my ipod wont work! D:

    I need serious help D:! ok so i have succesfully synced music onto my ipod b4 but i wanted more songs so i was syncing music onto my ipod touch once again and once the sync was almost finished it said something about an error and then when i unplugged my ipod all of my songs that i had 1st put on my ipod were gone D:! after that my ipod stopped showing up on itunes on one of my computers so i switched to the other and it started doing the same thing. i came on here and was told it might be because itunes wasnt up to date so i updated itunes and my ipod but after the update, during the time when it was backing up software i think, another error popped up and said something about how the session had timed out, my internet connection is fine to so it wasnt that. after that another error popped up saying i needed to restore my ipod back to its factory settings and i said ok but another error always pops up saying the sesion timed out of something! now my ipod is like it was when i first got it! the screen shows the end of a usb cord pointed at the itunes sign! ive tried turning it off but it wont work! and when i try to hook it up to itunes on either off my computers it doesnt show up in itunes and a message from windows pops up and says "Found new hardware: Windows needs to install driver software for your apple mobile device (Recovery mode)" please help me i cant even do anything at all with my ipod right now! D:

    The Internet provider might have too many people using the Internet than what the particular servers are setup for. Or your computer just needs to reset. Try restarting your computer. Also do a hard reset on the iPod. Hold the power button and wake button down until you see the apple logo come on. Let go. Then let the ipod finish bopting up . Then restore your iPod as a new iPod, NOT from the backup.

  • Help my Mac mini wont work with the airpot

    I have got the Mac mini Intel Core Solo G5 model and ive got a ibook G4 my G4 works great and fine but my mac mini does not. I connect to the base station fine useing the drop down bit on the taskbar in finder and enter the password and it connects. But when i do network assistant and it asks for me to eneter the password again it just basicly frezzes for a min then says invalid password when i know that it is the write base station password. It did work once but froze again and said could not connect. and when i go into the airport utlity it can't descover the base station even though it says it is connected with a full signal, im doing the excatly same things i did with my ibook but it just wont work. Please can someone help me and tell me what i have to do or give me some support this is my last hope as apple aren't intrested. I will be very gratful!

    The software update was for Intel based Mac computers and does not specify Core Duo or Core 2 Duo:
    AirPort Extreme Update 2007-001
    This update is recommended for all Intel-based Macintosh computers and provides compatibility with AirPort Extreme base stations and networks.
    This is the update that generated a fix at www.macfixit.com because some folks have been having issues with connection with their internet provider and some people have had issue with their airport systems just shutting down.
    It was part of an auto update that was received. One of my Macs is a MacBook Pro Core Duo (not Core 2 Duo) and this upgrade (download) was part of the update check that is automatically performed.

  • Please help! ipod nano wont work at all!

    Please Help! my ipod nano has decided to stop working altogether - will not switch on or connect to computer. have tried to reset it several times but it wont work!
    any ideas much appreciated - it worked an hour ago and i only got it this morning!

    Welcome to Apple Discussions!
    Congrats, for your nano! Not for its problems, I mean!
    About your iPod's problem:
    First, make sure the "hold" switch isn't on. The hold switch is located on the top of your iPod. If it's orange, then that means it's on. If it's grey, it's not on. Switch it off (grey) if it was on (orange).
    If that wasn't the problem, let's make sure your iPod is even charged enough. Hook your iPod into the computer using the USB cord to the computer (that also charges the iPod), leave it there for 10 minutes, and see if it comes alive.
    Presuming that your iPod won't charge or wake up to your computer charger, if you have a wall charger for your iPod (that's different than the cord for the computer charger), hook it up, leave it there for 10 minutes, and see what happens.
    Thes suggestions should work for your iPod. It's most likely something pretty simple.
    Post back if this helped or not, I hope it did. Good day!

  • Need Help! Application Deployment wont work

    hi, i need help, currently having windows 2008r2 with sccm 2012r2.
    The deployment for application for some e.g. adobe reader, firefox is working.
    but when we try to deploy a application it is not installing. we tried manually run it from ccmcache with the same command line in the sccm and it works. 
    The application is pushed to the cache folder. But it just wont get installed. Any1 can help? Really urgent need to solve this.
    Thanks
    I tried the parameter with setup.exe /s /f1xxx.iss
    tried with -s -fixxx.iss also same thing...
    but when i manually run the command it work....

    As Torsten mentioned, check AppEnforce.log from the %windir%\ccm\Logs -folder on the client that doesn't get the software installed.
    What are you using as your detection method for the application that fails? Have you tried using
    psexec -s cmd (included in the Sysinternals Suite, Google/Bing it) to open a command prompt with SYSTEM account and run the installation command from there? You should always test your application installation commands with SYSTEM account before implementing
    them to ConfigMgr, this way you'll make sure that the command works.

  • Please Help :) MSI NX8800gt Card Wont work on MS-7255

    I have the MS-7255 board and the MSI 512mb NX8800GT card with 700w power supply and 1 gig of ram but the PC wont boot up. 
    Not even the BIOS screen will display, the fan on the CPU and PCIE card just keep spinning.
    When I insert my old radeon x1650 card the pc boots perfectly. I have tried the live update feature but when the tests complete i get a runtime error (empty object) and the update is not done.
    Main steps taken :
    Removed old radeon drivers, insert new MSI card, add 700w psu which works fine when radeon card is installed
    Seat Card properly
    Insert Additional 6 pin PCIE connector
    Turn on PC
    Bios screen doesn't show or any of the usual warning beeps, fan just keeps spinning
    Ive never flashed a bios before and I dont have a floppy drive or usb key 
    I'm sure its down to an out of date motherboard but the live update will not work for me on IE 6 or 7, can you help in any way?
    Ive bought a new card and a new psu I cant get it to run 

    I also connected the additional power supply to the card, but when I start the machine the fans on the CPU and on the Graphics card just keep on spinning and the bios doesnt appear nor do any sounds beep, unlike when I use the old radeon card when you get 1 beep and then the bios....
    As best as I can make out, the BIOS and the VGA bios are out of date but I cant use live update   
    PSU DETAILS :
    Silent Storm 700W quad 12v PSU
    4 +12V rails, 18A each
    Link to the Product Specification
    http://www.xtremecomputing.co.uk/review.php?id=321

  • Help my zen touch wont work with my pc anym

    Right i've just formatted my pc like 40 mins ago i reinstalled every thing updated every thingl like usual then i pluged my zen in and it came up with the windows install drivers thing but it had the newest firware on it but it still wanted drivers so i came on here got the drivers installed reconnected my player but still it wasnt working i tried a few other mothds of the forums but they still didnt work so i deleted the firmware of my player thinking there could of been a problem there and dowloaded the firmware upgrade app and now windows still ditects it but wont install it still and the firmware app cant find it but u can see it in device manager with the yellow question mark above it i also inserted the original creative cd at the start to see if it would take the drivers of it when the windows install window came up but that doesent work either help i really dont no what to do now thx.
    PS: i also i have sp,2 installed and wmp0

    Double-click it in Device Manager. What's the "device status"? The yellow ? could be something as simple as "<i>There is a previous version of the driver in memory. Restart Windows.</i>"
    The software on the original CD won't help. The MTP firmware (2.x) should work with just WinXP with WMP 0, but there is an updated version of the MediaSource 3 plugin for use with the new firmware.

  • PLEASE HELP...TIVO WONT WORK WITH MY BEFW11S4

    I contacted Tivo and they said it might be my port 443...but linksis wont support. Please help me out here.

    well....hardwire a computer to the router's LAN port and access it using http://192.168.1.1 .. the default password is admin .. on the web ui , go to the "applications and gaming" tab and under "port trigerring" subtab enter port 443 ..
    if you do not find the above mentioned tab , then go to the "advanced" tab , click on port forwarding/trigerring and enter port 443 ..

  • HELP MY VISION M WONT WORK

    `I've a 60gb vision m and it won't charge. It has no power in the battery, i plug it in and the power light flashes, no power going in. As it has no power the restore function won't work. I have pressed the reset button and nothing. HELP
    Frustrated so much music and pics on system over many years lost
    Steve

    If it is the battery you can replace it or have it replaced. battery?? instructions

  • Please help.. itunes card wont work with new email....

    ok i need help. i recently got an itunes card. i typed it in. then it said i needed to answer security questions, so i changed my email. and now i cant redeem my itunes card.... so did i just waste $50? cause i typed the numbers right on the card, but it keeps saying you entered it wrong... and now i am freaking out....

    iTunes Store: Invalid, inactive, or illegible codes       
    If still problems contact iTunes
    Contact iTunes
    However, I would regain use of the first account since purchases are locked to the account and yo have to log into the account to to do thinks like update apps.
    Forgotten Security Questions/Answers
    You need to contact Apple by:
    1 - Use the Express lane and start here:
    https://expresslane.apple.com
    then click More Products and Services>Apple ID>Other Apple ID Topics>Forgotten Apple ID security questions.
    or
    Apple - Support -form iTunes Store - Contact Us
    2 - Call Apple in your country by getting the number from here:
    http://support.apple.com/kb/HE57
    or           
    Apple ID: Contacting Apple for help with Apple ID account security
    3 - Use your rescue email address if you set one up
    Rescue email address and how to reset Apple ID security questions
    For general  information see:
    Apple ID: All about Apple ID security questions

  • Serious help needed, google chrome wont work, access priviledge problems

    I have a 2007 MacBook Pro. I recently wanted to change the settings so I wouldn't have to type my password to make changes to the system settings, so I typed this is the terminal :
    sudo chown -R myname .
    Then I put in my password. After that I changed an account called "wheel" that I never saw before from "read and write" to "read". In the middle of this I think I cancelled the operation. Shortly after the internet page I was on crashed. I tried to restart Google Chrome and it doesn't respond. I tried safari and it doesn't do a thing. My iTunes keeps giving me a message that says the library cannot be saved because I don't have sufficient access priviledges.
    I'm seriously worried right now that I permanently broke my laptop and I am very concerned and help would be so appreciated rn.

    Just a few additional thoughts; if you would like to attempt some automated repairs:
    A) Repair disk permissions via single user mode. This link should help: http://osxdaily.com/2014/01/27/verify-disk-command-line-mac-os-x/
    B) Purchase a boot-able flash drive for Disk Warrior: http://www.alsoft.com/DiskWarrior. Which is a more advanced tool than the built-in one.
    By using sudo, it makes (super user) changes instantly. The reason unix and similar oses prompt for a password is to safe guard potential harmful system changes. You can't remove the requirement entirely from needing one.
    Its tough to trouble shoot blind without being there, but hopefully the system can be restored with a backup or repairing permissions.

  • Help BB user cd wont work

    All i get is a gray screen i'm running windows xp

    You can download the 4.7 Desktop Manager directly from the BB site
    http://na.blackberry.com/eng/services/desktop/
    "The world is not given to us by our fathers, It is something borrowed from our children."

  • Safari 3.0.4 with upgrade to 10.4.11 wont work, please help me

    I am just beside myself. Safari wont work. I have broadband and all is well there with comcast, I've run disk warrior, all is well there. I've run disk first aid to check and verify disk. All well there. I upgraded to OS 10.4.11 from Upgrade on my g5, and safari wont load its face page; it just hangs pale blue highlight over half of this phrase "Go to this address." It wont go to any addy or bookmark I click on. It is like a dead thing
    I have tried everything I know. I am just so disappointed in apple. So not understanding what to do. I am not computer saavy and this is such a disaster; this is my computer for my work; I'm a work at home mom.
    Please can anyone help me? I read people saying third party things, but I do not know what they mean or what those 3rd party things are by name.
    I'm sorry to go and on, I am just so upset, and could kick myself for being so naive about thinking oh, a nice upgrade, no problem
    Lost an entire day of work today trying to solve this to no avail.
    Thank you if you can help me.
    sigh
    sincerely
    kub

    oh my, thank you
    there are many many app supports listed in the applications support folders. Some have zero items, some have several. Where do I start? I used command+I to see info, but for some reason each folder doesnt have info, just date created and modified, and no version number either.
    I'll list those folders if that would help. I am sorry if I am taking too much of anyone's time. I cannot tell whichi is what. of there are 3rd party safari add-ins in the folowing?. But, you are a great help in my learning
    In the Applications Support Folder are these folders:
    4D
    Adobe
    Aperture
    Apple
    ArtRage 2
    Backup
    Belight Software
    BoomerangDR
    Canon
    Epson Scanner Module
    Expression Media
    FLEXnet Publisher
    Garageband
    Graphic Converter
    hp
    iDVD
    iMoveie
    iSlayer
    iView
    LGOSystems
    Macromedia
    MindVision
    Mozilla
    NetServices
    Nikon
    Norton SOlutions Support
    NoteBook
    OmniOUtliner 3
    Otherwise
    Palm HotSync
    PDF Clerk
    ProApps
    Script Software
    Stone
    SubRosa Soft
    SyncService
    The New Yorker
    words
    Xcode
    Znippetizer
    Some of these, most of them, I have no idea what they are. I dont have a Nikon anything; tho one printer I have is a canon, and one is an hp. The New Yorker is I think a large pdf file of images from a commercial New Yorker disk. THe others I am not sure. Some have files inside the folders, some have 0 items.
    Also, you mentioned Input Manager: This is what is in that folder:
    Menu Extra Enabler
    PicLens
    Do you thnk any of these qualify as 3rd party Safari related add-ons?
    If they are, then I figure out who made them and then find their website and if they have upgrade for safari 3.0.4 (or is it to match OS 10.4.11?) then I upgrade, but if the maker has no upgrade, then I trash the old item?
    Thank you if you can help me again. I truly appreciate the very clear instruction on WHERE to find the things you mentioned.
    with kindest regards,
    kub

  • TS3694 I got my cracked screen fixed , and ever since my phone has been acting up. Now Im trying to restore it and it wont restore. Also my phone wont work without being on the charger. It just wont disconnect from ITunes Can I get help ASAP

    I got my cracked screen fixed , and ever since my phone has been acting up. Now Im trying to restore it and it wont restore. Also my phone wont work without being on the charger. It just wont disconnect from ITunes Can I get help ASAP

    nadiamilan wrote:
    I think that is an great idea . But I wanna know if there is anything else i can do besides going all way back to the place i got if fixed at ....
    Probably not.

Maybe you are looking for