Trying to add captcha to forum registration page...

I just put up a site and my forum is getting terrible spam so I need to add a captcha to the registration page.
Here is the html code with my attempt to add a captcha module with the help of a support agent, it does not work for some reason.
<h1>Forum Registration</h1>
<div class="error">{module_error}</div>
<div class="forum-registration">
<h2>Existing Users - Login</h2>
<form method="post" action="{module_pageaddress}" onsubmit="return check_RegistrationForm(this,'login')">
    <div class="form">
    <div class="item">
    <input type="hidden" name="OrderLogin_Info" />
    <label>Username</label><br />
    <input name="Username" maxlength="255" class="cat_textbox" />
    </div>
    <div class="item">
    <label>Password</label><br />
    <input type="password" name="Password" maxlength="255" class="cat_textbox" />
    </div>
    <div class="item">
    <input type="submit" value="Login" class="cat_button" /><a href="#" onclick="document.getElementById('lostpassword').style.display='inline';return false;">Forgot your username/password?</a>
    </div>
    </div>
</form>
<form method="post" action="/LostPasswordProcess.aspx" name="catseczonelpform57982" style="display: none;" id="lostpassword">
    <h2>Forgot Password</h2>
    <div class="form">
    <div class="item">
    <label>Enter Username or Email Address</label><br />
    <input name="Username" maxlength="255" class="cat_textbox" />
    </div>
    <div class="item">
    <input type="submit" value="Retrieve" class="cat_button" /><br />
    </div>
    </div>
</form>
<hr />
<h2>New User - Registration</h2>
<form method="post" action="{module_pageaddress}" onsubmit="return check_RegistrationForm(this,'newuser')">
    <div class="form">
    <div class="item">
    <input type="hidden" name="OrderRegistration_Info" />
    <label>Name</label><br />
    <input name="Registration_Name" value="{module_RegistrationInfo,Name}" class="cat_textbox" />
    </div>
    <div class="item">
    <label>Email</label><br />
    <input name="Registration_Email" value="{module_RegistrationInfo,Email}" class="cat_textbox" />
    </div>
    <div class="item">
    <label>User Name</label><br />
    <input name="Registration_Username" value="{module_RegistrationInfo,Username}" class="cat_textbox" />
    </div>
    <div class="item">
    <label>Password</label><br />
    <input type="password" name="Registration_Password" value="{module_RegistrationInfo,Password}" class="cat_textbox" />
    </div>
    <div class="item">
    <label>Confirm Password</label><br />
    <input type="password" name="Registration_ConfirmPassword" value="{module_RegistrationInfo,ConfirmPassword}" maxlength="255" class="cat_textbox" />
    </div>
    <div class="item">
    <label>Alias</label><br />
    <input name="Registration_Alias" value="{module_RegistrationInfo,Alias}" class="cat_textbox" />
    </div>
    <div class="item">
    <label>Signature</label><br />
    <textarea type="text" rows="4" name="Registration_Signature" class="comment">{module_RegistrationInfo,Signature}</textarea>
    </div>
    <div class="item">
    <label>Enter Word Verification in box below <span class="reg">*</span></label><br />
    {module_recaptcha}</div>
    <div class="item">
    <input type="submit" value="Register" class="cat_button" />
    </div>
    </div>
</form>
</div>
<!-- END .forum-registration -->
<script type="text/javascript" src="/CatalystScripts/ValidationFunctions.js"></script>
<script type="text/javascript">
    //<![CDATA[
     function check_RegistrationForm(theForm,name) {  var why = "";  if (name == 'login') {  why += isEmpty(theForm.Username.value, "Username");  why += isEmpty(theForm.Password.value, "Password");  }  else {  why += isEmpty(theForm.Registration_Name.value, "Full Name");  why += isEmpty(theForm.Registration_Email.value, "Email Address");  why += isEmpty(theForm.Registration_Username.value, "Username");  why += isEmpty(theForm.Registration_Password.value, "Password");  why += isEmpty(theForm.Registration_ConfirmPassword.value, "Password Confirmation"); if (theForm,CaptchaV2) why += captchaIsInvalid(theForm, "Enter Word Verification in box below", "Please enter the correct Word Verification as seen in the image");  }  if (why != "") {   alert(why);   return false;  }    return true; }
    //]]>
</script>

You can do that on all forms Penny, Does keep them clean.
It does mean that with no javascript they will never work, but in this day an age that should not be an issue.
It looks like they were not hitting the registration url, but may have had a cached version of the page and using that to submit Penny.
Its a good sollution - ideally for properness data- is a html5 attribute so the doctype really needs to be that. In XHML using rel="" on the form with the action in there is a good alternative as well.
As a note Lynda's code was :
$('.data-submit').data();
This woud return all data
$('.data-submit').data('action');
Is more specifc and faster, if you had other data elements it would just fetch all or fall over.

Similar Messages

  • Trying to add 2 slideshows to one page, how can I make a slideshow so it does not show an image...

    Trying to add 2 slideshows to one page, how can I make a slideshow so it does not show an image until they click on the thumbnail?

    You can do this with "composition" widgets.

  • Trying to add a webpart to webpart page erroring

    I have a webpart which internally calls a webservice. When i try to add it to a webpart page i get below error.
    An error occurred while attempting to add the gallery item [Miscellaneous] AProject to the page. The error was: Microsoft.SharePoint.WebPartPages.WebPartPageUserException: The remote server returned an error: (500) Internal Server Error. ---> System.Net.WebException:
    The remote server returned an error: (500) Internal Server Error.    
     at System.Net.HttpWebRequest.GetResponse()    
     at Microsoft.SharePoint.Client.SPWebRequestExecutor.Execute()    
     at Microsoft.SharePoint.Client.ClientRequest.ExecuteQueryToServer(ChunkStringBuilder sb)    
     at Siemens.Energy.MSPDB.Custom.AddNewProject.AddNewProject.Page_Load(Object sender, EventArgs e)    
     at System.Web.UI.Control.LoadRecursive()    
     at System.Web.UI.Control.AddedControl(Control control, Int32 index)    
     at System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlCollection.AddWebPartHelper(WebPart webPart)    
     at System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlCollection.AddWebPart(WebPart webPart)    
     at Microsoft.SharePoint.WebPartPages.SPWebPartManager.AddWebPartWithRetry(WebPart webPart)    
     at Microsoft.SharePoint.WebPartPages.SPWebPartManager.AddWebPartInternal(SPSupersetWebPart superset, Boolean throwIfLocked)     -
     -- End of inner exception stack trace ---    
     at Microsoft.SharePoint.WebPartPages.SPWebPartManager.AddWebPartInternal(SPSupersetWebPart superset, Boolean throwIfLocked)    
     at Microsoft.SharePoint.WebPartPages.WebPartGallerySourceBase.AddItemToPage(WebPartZoneBase zone, Int32 zoneIndex, WebPart webPart)    
     at Microsoft.SharePoint.WebPartPages.WebPartGallerySourceBase.AddItemToPage(WebPartZoneBase zone, Int32 zoneIndex, WebPartGalleryItem item, String wpid)    
     at Microsoft.SharePoint.WebPartPages.WebPartAdder.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)

    Hi Yogendra,
    Does your account has permission to call the WebService ? May be your webpart trying to show or bind the data from the Webservice which is not available to your webpart.
    Try to access the webservice in browser using your account and check the progress.
    Fiddler is the best friend and also suggest you to call webservice method inside the SPMonitoredScope block. 
    Murugesa Pandian | MCPD | MCTS | SharePoint 2010

  • Trying to add photo gallery to Dreamweaver page

    Hi,
    I would like to add a photo gallery in a style similar to this one:  http://www.pezziunici.com/html/prodotti.php?lng=eng&pro=310
    with a thumbnail grid on the left and large photos with captions to the right - all on the same page.
    I see there is a table structure in the page, but also php.  Is there a simple way of doing this (or at least something with step-by-step directions) or an extension that lets you have everything embedded in a Dreamweaver CS4 html page, and both thumb grid and large picture with captions are on the same page?  I have taken some html/css courses, but am probably an advanced beginner level (with Dreamweaver also).
    Thanks!

    Not the same as the gallery you pointed to, but you can embed a Bridge gallery in Dreamweaver. Tutorial on my site at http://foundationphp.com/tutorials/gallery/embed1.php.
    You might also want to take a look at the Adobe Widget Browser on Adobe Labs (http://labs.adobe.com/technologies/widgetbrowser/). It has some nice gallery widgets available. The widget browser is integrated into CS5, but I think you can use it with CS4 (see http://forums.adobe.com/thread/659849?tstart=30).

  • Trying to add jquery slider to my page but it breaks my images?

    Hi everybody. This is my first post but I am a long time user of Adobe products. This is my first time ever doing a jquery slider in Dreamweaver and it breaks my images whenever I add it to my site. I have tried several different sliders but Nivo was the only one that I could get installed. I get this problem of my images moving around and getting big white gaps between them. I also get another problem of not being able to add text to the page after I put in the slider code. What I am trying to do is put the slider in then have about a paragraph of text under the slider but once the slider code is put in the html I am unable to add or move text. Not sure what is going on there.
    I uploaded 2 test pages, one without the slider installed and one with it installed.
    http://kerrvilleair.com/before.html
    http://kerrvilleair.com/after.html
    <html>
    <head>
    <title>newheader</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link rel="stylesheet" href="http://kerrvilleair.com/nivo-slider.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="http://kerrvilleair.com/themes/default/default.css" type="text/css" media="screen" />
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
    <script src="jquery.nivo.slider.pack.js" type="text/javascript"></script>
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- Save for Web Slices (newheader.psd) -->
    <table id="Table_01" width="1294" height="1578" border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td colspan="2" rowspan="14">
    <img src="images/kerrheader_01.gif" width="156" height="705" alt=""></td>
    <td colspan="13" rowspan="5">
    <img src="images/kerrheader_02.gif" width="358" height="131" alt=""></td>
    <td colspan="19">
    <img src="images/kerrheader_03.gif" width="779" height="2" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="2" alt=""></td>
    </tr>
    <tr>
    <td colspan="7" rowspan="2">
    <img src="images/kerrheader_04.gif" width="376" height="58" alt=""></td>
    <td colspan="3">
    <img src="images/kerrheader_05.gif" width="57" height="54" alt=""></td>
    <td rowspan="2">
    <img src="images/kerrheader_06.gif" width="30" height="58" alt=""></td>
    <td>
    <img src="images/kerrheader_07.gif" width="56" height="54" alt=""></td>
    <td colspan="2" rowspan="2">
    <img src="images/kerrheader_08.gif" width="29" height="58" alt=""></td>
    <td colspan="3">
    <img src="images/kerrheader_09.gif" width="61" height="54" alt=""></td>
    <td colspan="2" rowspan="2">
    <img src="images/kerrheader_10.gif" width="170" height="58" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="54" alt=""></td>
    </tr>
    <tr>
    <td colspan="3">
    <img src="images/kerrheader_11.gif" width="57" height="4" alt=""></td>
    <td>
    <img src="images/kerrheader_12.gif" width="56" height="4" alt=""></td>
    <td colspan="3">
    <img src="images/kerrheader_13.gif" width="61" height="4" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="4" alt=""></td>
    </tr>
    <tr>
    <td colspan="4" rowspan="7">
    <img src="images/kerrheader_14.gif" width="221" height="399" alt=""></td>
    <td colspan="2">
    <img src="images/aboutslice.gif" width="96" height="60" alt=""></td>
    <td colspan="3">
    <img src="images/serviceslice.gif" width="94" height="60" alt=""></td>
    <td colspan="4">
    <img src="images/contactusslice.gif" width="114" height="60" alt=""></td>
    <td colspan="5">
    <img src="images/reviewslice.gif" width="87" height="60" alt=""></td>
    <td rowspan="23">
    <img src="images/kerrheader_19.gif" width="167" height="1517" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="60" alt=""></td>
    </tr>
    <tr>
    <td colspan="14" rowspan="2">
    <img src="images/kerrheader_20.gif" width="391" height="125" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="11" alt=""></td>
    </tr>
    <tr>
    <td colspan="13" rowspan="5">
    <img src="images/kerrheader_21.gif" width="358" height="328" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="114" alt=""></td>
    </tr>
    <tr>
    <td colspan="4" rowspan="4">
    <img src="images/kerrheader_22.gif" width="157" height="214" alt=""></td>
    <td colspan="7">
    <img src="images/kerrheader_23.gif" width="211" height="49" alt=""></td>
    <td colspan="3" rowspan="4">
    <img src="images/kerrheader_24.gif" width="23" height="214" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="49" alt=""></td>
    </tr>
    <tr>
    <td colspan="7">
    <img src="images/kerrheader_25.gif" width="211" height="16" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="16" alt=""></td>
    </tr>
    <tr>
    <td colspan="7">
    <img src="images/kerrheader_26.gif" width="211" height="52" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="52" alt=""></td>
    </tr>
    <tr>
    <td colspan="7">
    <img src="images/kerrheader_27.gif" width="211" height="97" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="97" alt=""></td>
    </tr>
    <tr>
    <td colspan="9">
    <img src="images/kerrheader_28.gif" width="307" height="63" alt=""></td>
    <td colspan="21" rowspan="3">
    <img src="images/textslice.gif" width="660" height="232" alt=""></td>
    <td rowspan="16">
    <img src="images/kerrheader_30.gif" width="3" height="1118" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="63" alt=""></td>
    </tr>
    <tr>
    <td colspan="2" rowspan="3">
    <img src="images/kerrheader_31.gif" width="21" height="183" alt=""></td>
    <td colspan="5">
    <img src="images/kerrheader_32.gif" width="271" height="148" alt=""></td>
    <td colspan="2" rowspan="10">
    <img src="images/kerrheader_33.gif" width="15" height="606" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="148" alt=""></td>
    </tr>
    <tr>
    <td colspan="5" rowspan="2">
    <img src="images/kerrheader_34.gif" width="271" height="35" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="21" alt=""></td>
    </tr>
    <tr>
    <td rowspan="13">
    <img src="images/kerrheader_35.gif" width="1" height="886" alt=""></td>
    <td rowspan="8">
    <img src="images/kerrheader_36.jpg" width="24" height="437" alt=""></td>
    <td colspan="18" rowspan="6"><div class="slider-wrapper theme-default"">
        <div id="slider" class="nivoSlider">
            <img src="demo/images/nemo.jpg" alt="" />
            <a href="http://dev7studios.com"><img src="demo/images/walle.jpg" alt="" title="#htmlcaption" /></a>
            <img src="demo/images/up.jpg" alt="" title="This is an example of a caption" />
            <img src="demo/images/toystory.jpg" alt="" />
        </div>
    </div>
    <div id="htmlcaption" class="nivo-html-caption">
        <strong>This</strong> is an example of a <em>HTML</em> caption with <a href="#">a link</a>.
    </div>
    <script type="text/javascript">
    $(window).load(function() {
        $('#slider').nivoSlider();
    </script>
    </td>
    <td rowspan="13">
    <img src="images/kerrheader_38.gif" width="12" height="886" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="14" alt=""></td>
    </tr>
    <tr>
    <td rowspan="12">
    <img src="images/kerrheader_39.gif" width="100" height="872" alt=""></td>
    <td colspan="6">
    <img src="images/reviewslice-41.gif" width="193" height="110" alt=""></td>
    <td colspan="2" rowspan="2">
    <img src="images/kerrheader_41.gif" width="155" height="118" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="110" alt=""></td>
    </tr>
    <tr>
    <td colspan="6">
    <img src="images/kerrheader_42.gif" width="193" height="8" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="8" alt=""></td>
    </tr>
    <tr>
    <td colspan="4" rowspan="5">
    <img src="images/kerrheader_43.gif" width="81" height="305" alt=""></td>
    <td colspan="3">
    <img src="images/customerslice.gif" width="261" height="71" alt=""></td>
    <td rowspan="5">
    <img src="images/kerrheader_45.gif" width="6" height="305" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="71" alt=""></td>
    </tr>
    <tr>
    <td colspan="3">
    <img src="images/kerrheader_46.gif" width="261" height="33" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="33" alt=""></td>
    </tr>
    <tr>
    <td rowspan="3">
    <img src="images/kerrheader_47.gif" width="1" height="201" alt=""></td>
    <td colspan="2" rowspan="2">
    <img src="images/contactslice.gif" width="260" height="91" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="46" alt=""></td>
    </tr>
    <tr>
    <td colspan="18" rowspan="4">
    <img src="images/kerrheader_49.gif" width="623" height="528" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="45" alt=""></td>
    </tr>
    <tr>
    <td colspan="2">
    <img src="images/kerrheader_50.gif" width="260" height="110" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="110" alt=""></td>
    </tr>
    <tr>
    <td colspan="2" rowspan="5">
    <img src="images/kerrheader_51.gif" width="66" height="449" alt=""></td>
    <td colspan="7">
    <img src="images/satisfiedslice.jpg" width="294" height="308" alt=""></td>
    <td rowspan="5">
    <img src="images/kerrheader_53.gif" width="3" height="449" alt=""></td>
    <td rowspan="5">
    <img src="images/kerrheader_54.gif" width="24" height="449" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="308" alt=""></td>
    </tr>
    <tr>
    <td colspan="7" rowspan="4">
    <img src="images/kerrheader_55.gif" width="294" height="141" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="65" alt=""></td>
    </tr>
    <tr>
    <td colspan="3">
    <img src="images/kerrheader_56.gif" width="69" height="2" alt=""></td>
    <td rowspan="2">
    <img src="images/kerrheader_57.jpg" width="72" height="47" alt=""></td>
    <td rowspan="2">
    <img src="images/kerrheader_58.jpg" width="88" height="47" alt=""></td>
    <td colspan="2" rowspan="2">
    <img src="images/kerrheader_59.jpg" width="75" height="47" alt=""></td>
    <td colspan="11" rowspan="3">
    <img src="images/kerrheader_60.gif" width="319" height="76" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="2" alt=""></td>
    </tr>
    <tr>
    <td rowspan="2">
    <img src="images/kerrheader_61.gif" width="6" height="74" alt=""></td>
    <td colspan="2">
    <img src="images/kerrheader_62.jpg" width="63" height="45" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="45" alt=""></td>
    </tr>
    <tr>
    <td colspan="6">
    <img src="images/kerrheader_63.gif" width="298" height="29" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="1" height="29" alt=""></td>
    </tr>
    <tr>
    <td>
    <img src="images/spacer.gif" width="100" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="56" height="1" alt=""></td>
    <td>
    <img src="images/spacer.gif" width="10" height="1"

    Graphics apps are for images only. The HTML output is not stable enough for real web sites.
    This 3-part tutorial describes how to bring your Design Comp from Fireworks or Photoshop into a CSS Layout in Dreamweaver.
    Part 1 - Initial Design
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
    Part 2 - Markup preparation
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt2.html
    Part 3 - Layout and CSS
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt3.html
    Nancy O.

  • Did not found advanced web part gallery and options in web part categories when tried to add a webpart in webpart page

    HI
    I created a web part page and try to add a web part
    in web part categories  i did not found advanced web part gallery and options 
    how i  found this optino
    adil

    Hi,
    In SharePoint 2010, the “Advanced Web Part Gallery and Options” is gone, you can add web part into page in SharePoint 2010 like this:
    Add, move, minimize, or delete a Web Part from a page
    https://support.office.com/en-ca/article/Add-move-minimize-or-delete-a-Web-Part-from-a-page-d5d533c3-db66-4105-a5e8-8ae15fb60087
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Add new field in OAF Page.

    I want to personalize a OAF page. My question is, Can i add new field in OAF page linked with database field and some calculations.
    I am trying to add new field in Termination page of Self service HR which will show the hiredate of employee and number of year served.

    Hi,
    As already specified by Kali..
    Step 1 - Create a new Field of type MessageStyledText using Personalization Link.
    Step 2 - Set the corresponding VO Attribute, which will fetch Hire Date.
    Step 3 - Extend the CO and calculate the Served Year, using Java Code.
    Step 4- Set the same value over the bean manually.
    Regards,
    Gyan

  • Forum registration captcha

    Hi!
    I think the forum registration captcha ("For which Linux distribution is this forum?") should accept either "Arch", "Arch Linux" and "Archlinux" as correct replies. It took me several minutes of uselessly twiddling with my browser settings before I hit on trying to spell it the latter way.
    At least I think that's what finally got me registered. Please pardon me if I am wrong.

    Busata wrote:We could also include a pacman flash game that new users have to complete before finalizing registration.
    ───────
    G ....
    ──┐P┌──
    │ │
    Pacman should move ......(left/right)
    >

  • How to add more fields to the self registration page?

    Hello,
    I am running on OIM 11.1.2.1.0.
    How can I add the Organization field to the self registration page?  Could you point me to a doc if it exists.
    Thanks
    Khanh

    Hello,
    I successfully added the organization field to the self registration form following the instructions in this doc: http://docs.oracle.com/cd/E37115_01/admin.1112/e27149/customattr.htm#BABGDEIC
    I used Data Component – User Registration, then UserVO1.  There were 2 fields: Organization and Organization Name.  I added both to the form.  Then I tried to submit a self registration request.  When I logged in as xelsysadm to check out the request, the Organization field on the request is not populated.
    I know that under OIM 11gr2, the reviewer must provide the organization.  I am wondering if this has something to do with the value of the organization not being carried over to the request level approval.
    Could someone please help?
    Thanks
    Khanh

  • Trying to add a new region to an Oracle seeded page

    Hi,
    I have a requirement in my project where I have to add a sub tab region to standard OAF page. I have created an independent region for the same and using XML importer loaded the page on server.
    Through personalization, I am trying to add region of stack layout in subtab region of the standard page. I get the following error while trying to do so:
    Error
    Extends: Invalid value: /sspn/oracle/apps/po/document/agreement/webui/SSPN_SiteRegBpaRN: the reference may not exist. (oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /sspn/oracle/apps/po/document/agreement/webui/SSPN_SiteRegBpaRN, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.)
    Do i need to create a controller for this region as my intention was just to first see the layout on screen and then add the controller later. Anybody who has encountered similiar error, please help.
    Regards
    Swati

    Yes I have bounced the Apache.
    I have also imported the xml file using the following command:
    java oracle.jrad.tools.xml.importer.XMLImporter /shapp001/applmgr/ODEV1/apps_st/appl/sspn/12.0.0/xml/oracle/apps/po/document/agreement/webui/SSPN_SiteRegBpaRN.xml -username apps -password <apps_pwd> -dbconnection "(description=(address_list=(address=(protocol=tcp)(host =chelan.stl.mo.boeing.com)(port=1568)))(connect_data=(sid=ODEV1)))"
    It gave the output in command prompt as:
    Importing file "/shapp001/applmgr/ODEV1/apps_st/appl/sspn/12.0.0/xml/oracle/apps/po/document/agreement/webui/SSPN_SiteRegBpaRN.xml" as "/oracle/apps/po/document/agreement/webui/SSPN_SiteRegBpaRN".
    Please let me know if tha above command is correct or not. Also the xml file should be kept in which path
    in /shapp001/applmgr/ODEV1/apps_st/comn/java/classes/sspn/oracle/apps/po/document/agreement/webui
    or
    /shapp001/applmgr/ODEV1/apps_st/appl/sspn/12.0.0/xml/oracle/apps/po/document/agreement/webui
    Edited by: 862896 on Jun 1, 2011 8:06 AM

  • Trying to add a simple applet to a web page

    Well, I was trying to add a simple applet to a web page(php nuke Home section), it didn't fin my applet, so I changed it and added it to a simple html file to make it as simple as I could get it.
    This is the code in the html file:
    <applet code="usblock.class" width="400" height="400">The browser doesn't support applets...</applet>The directory: www/usblock.html & www/usblock.java & www/usblock.class - As you can see the files are all in the same directory/folder.
    usblock.java code:
    import javax.swing.*;
    import java.awt.*;
    public class usblock extends JApplet
         public void init()
              JPanel p = new JPanel(new BorderLayout());
              p.add(new JLabel("Heisann"));
              add(p, BorderLayout.CENTER);
    }now as I open the html local on my computer, it workes. As soon as I open the usblock.html from my website, it doesn't.
    It gives me this error here:
    load: class usblock.class not found.
    java.lang.ClassNotFoundException: usblock.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         ... 10 moreSo I thought it was that it couldn't find the .class file. Well, I went through the How To add applets that I found somewhere on sun.com. It had exactly the same as I had.
    Im figuring the problem is something easy and not hard to detect. But my eyes can't find it somehow. This is my second time trying applets, and I kinda forgot how I got it to work the first time.
    Im just glad for all the help I can get.
    Thanks a lot.
    LordSvae
    PS: Sry for the size of the post, but I'm not sure how much info I was supposed to put in here, so I thought the more the better, right? :S

    Hii,
    I doesn't know the solution but same kind of problem is come with me & I found that the problem is of Path i.e. you need to set a codebase attribute . For tempory solution what i do i simply copy the .class file in to html file dir.

  • Trying to add DOCTYPE tag to Portal base Page

    I am trying to add the tag <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> to the top of my base Portal pages so I can use some of the CSS positioning functions. IE does not seem to want to support them unless the DOCTYPE is set. This is an 8.48 / Portal 9.0 installation.
    I am having trouble ascertaining which object or code sets the header tags.
    I am seeing:
    <html dir='ltr'>
    <!--
    Copyright (c) 2000, 2006, Oracle. All rights reserved.
    NETSCAPE/7.0 ToolsRel: 8.48.09 Portal Target URL: -->
    <head>
    I have seen various spots where <html dir is built in HTML or code but none of them seem to be called along with any code to insert Oracle copyright information.
    Is a certain part of this being built through server configuration rather than PeopleCode/HTML combinations?
    Does anyone know the objects being invoked?
    Thanks,
    -Bryan

    Hi friend,
    thanks for your reply,
    I have done the KM iview, where i uploaded the document.
    i have the link http://<hostname>:<port>/irj/go/km/docs/documents/testfile.ppt
    can you please tell me which files needs to be edited, what href code need to put their please assist me.
    after i done the code means how can i execute & perform unit test in NWDI to get my exact result.
    pls assist me with some documents, if you have....
    thanks,
    Udhaya.

  • Trying to add an Administration Page to my site for login...

    Hey my name is Jonathan Coyle and I am trying to add an administrative page to allow our visitors that want to, to register with our site. I have researched it and have come up with some stuff on how to do it, I just want to see what kind of information I can get from y'all. So if y'all need me to post any particulars then let me know and I will...

    Well it's not like that Gramps, I am on that site, and it is very helpful. It is great, however I am having some issues with downloading the AMP stack(Apache, MySQL, and PHP). For some reason I am not able to download it like I need to. It's totally not like I'm not using your suggestion, cause I am very much. But personally I like to have more than 1 resource if I can to be able to learn as much as possible. So no disrespect bro, I am very thankful for yours, and everyone elses suggestions. I simply meant to say, if I didn't say it, that all suggested resources are welcome, cause I will utilize all that yall throw at me... No pun intended...
    Thanks again, and I apologize for my mis-communication...
    GOD BLESS yall.....

  • I have Acrobat XI and am trying to add pages to a pdf. Tutorials instruct to use Tools, Options or Page Thumbnail to get to a drop down command of Insert Page, does not appear as my choices.

    I have Acrobat XI and am trying to add pages to a pdf. Tutorials instruct me to use Tools, Options or Page Thumbnail to get to a drop down command of Insert Page, but I have few choices in any of those places and Insert Page is not any of them.

    What do you see, then?
    On Thu, Feb 26, 2015 at 4:14 PM, lindab5415 <[email protected]>

  • HT4571 I have been trying to add data to my I pad and when I add it it goes to a page that says error. Is there another way to add data?

    I have been trying to add data to my I pad and when I add it it goes to a page that says error. Is there another way to add data?

    The installer is over 5Gb's and could take many hours to download.
    Check the download status in the App Store application.

Maybe you are looking for