Sample Registration Page creation in web center sites.

Hi Experts
I have one urgent requirement as I need to create user registration page where user will enter  detail and that detail will store in the back end table.I have some form created but I dont know how to save the form data into back end table.
Registration Page
<%@ taglib prefix="cs" uri="futuretense_cs/ftcs1_0.tld"
%><%@ taglib prefix="asset" uri="futuretense_cs/asset.tld"
%><%@ taglib prefix="assetset" uri="futuretense_cs/assetset.tld"
%><%@ taglib prefix="commercecontext" uri="futuretense_cs/commercecontext.tld"
%><%@ taglib prefix="ics" uri="futuretense_cs/ics.tld"
%><%@ taglib prefix="listobject" uri="futuretense_cs/listobject.tld"
%><%@ taglib prefix="render" uri="futuretense_cs/render.tld"
%><%@ taglib prefix="searchstate" uri="futuretense_cs/searchstate.tld"
%><%@ taglib prefix="siteplan" uri="futuretense_cs/siteplan.tld"
%>
<%@ taglib prefix="satellite" uri="futuretense_cs/satellite.tld"
%>
<%@ page import="COM.FutureTense.Interfaces.*,
                   COM.FutureTense.Util.ftMessage,
                   com.fatwire.assetapi.data.*,
                   com.fatwire.assetapi.*,
                   COM.FutureTense.Util.ftErrors"
%><cs:ftcs><%--
INPUT
OUTPUT
--%>
<%-- Record dependencies for the SiteEntry and the CSElement --%>
<ics:if condition='<%=ics.GetVar("seid")!=null%>'><ics:then><render:logdep cid='<%=ics.GetVar("seid")%>' c="SiteEntry"/></ics:then></ics:if>
<ics:if condition='<%=ics.GetVar("eid")!=null%>'><ics:then><render:logdep cid='<%=ics.GetVar("eid")%>' c="CSElement"/></ics:then></ics:if>
<html>
<body>
<satellite:form>
    <input type="hidden" name="pagename" value="avisports/AVIArticle/SaveReg" />
<table>
    <tr>
        <td colspan="2" >Registration Form</td>
    <tr>
        <td>Employee ID:</td>
        <td><input type="text" value="" name="employeeId" size="6" maxlength="6"/></td>
    </tr>
    <tr>
        <td>Employee First Name:</td>
        <td><input type="text" value="" name="firstName" size="20" maxlength="30"/></td>
    </tr>
    <tr>
        <td>Employee Last Name:</td>
        <td><input type="text" value="" name="lastName" size="20" maxlength="30"/></td>
    </tr>
        <tr>
        <td>User Name:</td>
        <td><input type="text" value="" name="userName" size="20" maxlength="30"/></td>
    </tr>
    <tr>
        <td>Password:</td>
        <td><input type="password" value="" name="password" size="20" maxlength="20"/></td>
    </tr>
        <tr>
        <td>Confirm Password:</td>
        <td><input type="password" value="" name="confirmPassword" size="20" maxlength="20"/></td>
    </tr>
    <tr>
        <td>E-Mail:</td>
        <td><input type="text" value="" name="email" size="20" maxlength="30"/></td>
    </tr>
    <tr>
        <td colspan="2">
        <input type="submit" name="submit" value="Submit"/></td>
    </tr>
</table>
</satellite:form>
</body>
</html>
</cs:ftcs>
And I have one back end Table
CREATE TABLE UserRegistration
    id               INTEGER PRIMARY KEY,
    username         VARCHAR2(20),
    password         VARCHAR2(15),
    emailId          VARCHAR2(60),
    firstname        VARCHAR2(30),
    lastname         VARCHAR2(30),
    customerName     VARCHAR2(50),
    addressId        SMALLINT,
    customerrecordId SMALLINT
I am using Registration Template to create Registration Page and there in the field am entering the values.Now on click of submit button I need to send these details to back end.and it should save into the table.Please tell me how t do it.
Thanks
Sam

Hi,
You can use HTML form tag that will target your servlet and form that servlet you can save these details into a table.
Thanks,
Nelash jindal

Similar Messages

  • Plz provide proper doc/link of web-center sites installation on Linux?

    Hi All,
    can anyone please provide me documentation of Web Center Sites installation on Linux.
    Regards
    Siva

    Hi Distun,
    I am strucked kind of think @ middle of the installation can you please give me some pushup.
    In same pdf iam at page 42
    6. The next step is to create a data source. Follow instructions in the next section.--- in this step its saying that you can start with DataSource. but here do we need to set this settings.
    please explain me below points
    point 1:Setting the Max PermGen Parameter for this for after which line of the setDomain.sh is i need to add the
    MEM_PERM_SIZE_32BIT=“–XX:PermSize=<desired_permgen_size>” or
    • MEM_PERM_SIZE_64BIT=“–XX:PermSize=<desired_permgen_size>”
    in the <desired_permgen_size> place what value i need to give
    point 2:Setting JAVA_OPTIONS this is clear i can add this line in startWebLogic.sh end of the comment
    point 3:Setting CLASSPATH and PRE_CLASSPATH
    CLASSPATH="<cs_install_dir>/bin $CLASSPATH" -->here <cs_install_dir> where can i find this folder before installation its not create any <cs_install_dir> dir i think. explain me.
    PRE_CLASSPATH="<webapplication_stage_directory>/<webcenter_sites_webapplication>/WEB-INF/lib/commons-lang-2.4.jar:$PRE_CLASSPATH" -->for this what does mean by <webapplication_stage_directory> and <webcenter_sites_webapplication> .please explain me this too
    Deploying Web Applications
    before web center sites installation where can i found the ear file .or can i need to deploy the ear at meddle of the installation.
    Finally this webcenter site installation doc is very confusion like not its not easy like soa/webcnetr spaces/ucm. I hope if u clear me those points we can create best doc an we will post in blog
    Best Regards
    Siva

  • How To associate a default Template with an asset in web center sites 11g

    In previous versions we could associate a template with an asset, in the edit mode of the asset and that template would be used to render that asset when previewed.
    How can we do that in Web center Sites 11 g so that we don't have to select it again and again.

    You should still have that option, in the Contributor UI when you edit or inspect an asset beneath the asset name is a drop-down box to select the default Template for this asset.
    Phil

  • Issue in upgrading from Fatwire 7.6 to web center sites 1.1.1.6

    Patch upgrade from Fatwire 7.6 to Web Center sites 1.1.1.6 is failing while importing catalog elements. The database ping and csLogin test is successfully completed at 75 % of the installation. After that below mentioned exception is coming in logs which is causing installation failure. Please provide your valuable pointers to troubleshoot this issue.
    Access to  CATALOGDIRECTORY and ELEMENTDIRECTORY is verified. Both paths are correct with full access.
    PFB the logs.
    ===========================================================
    [2013-12-08 20:29:48.724][CS.INSTALL][INFO] CSSetupEngine.postURL:  PostURL success for http://devbox.corp.apple.com:12040/cs/HelloCS
    [2013-12-08 20:29:49.145][CS.INSTALL][INFO] CSSetupEngine.doPing:  Database Ping Successful.  
    [2013-12-08 20:30:10.411][CS.INSTALL][INFO] CSSetupEngine.testConnectionAction:  Testing user configuration and database connectivity.
    [2013-12-08 20:30:10.425][CS.INSTALL][INFO] CSSetupEngine.postURL:  PostURL success for http://devbox.corp.apple.com:12040/cs/HelloCS
    [2013-12-08 20:30:10.433][CS.INSTALL][INFO] CSSetupEngine.testConnectionAction: 
    Web Server and Application Server Configuration test finished successfully.
    [2013-12-08 20:30:10.442][CS.INSTALL][INFO] CSSetupEngine.testConnectionAction:  Attempting to Ping the Database.
    [2013-12-08 20:30:10.462][CS.INSTALL][INFO] CSSetupEngine.doPing:  Database Ping Successful.  
    [2013-12-08 20:30:10.473][CS.INSTALL][INFO] CSSetupEngine.Initialization:  Testing user configuration and creating/verifying user tables.
    [2013-12-08 20:30:10.475][CS.INSTALL][INFO] CSSetupEngine.initReinitAction: 
    ContentServer Database Initialization beginning...
    [2013-12-08 20:30:11.041][CS.INSTALL][INFO] CSSetupEngine.initReinitAction: ContentServer Database Initialization Completed Successfully.
    [2013-12-08 20:30:13.374][CS.INSTALL][INFO] ActionHandler.ExecuteCommand:  ExecuteCommand success for http://devbox.corp.apple.com:12040/cs/Install?COMMANDNAME=SETJSPROOT&USERNAME=fwadmin&PASSWORD=<hidden password value>
    [2013-12-08 20:30:13.472][CS.INSTALL][INFO] ActionHandler.ExecuteCommand:  ExecuteCommand success for http://devbox.corp.apple.com:12040/cs/Install?COMMANDNAME=FLUSHPROPERTY&USERNAME=fwadmin&PASSWORD=<hidden password value>&propertyname=futuretense.ini
    [2013-12-08 20:30:13.532][CS.INSTALL][ERROR] ActionHandlerExecuteCommand:  ExecuteCommand failed for http://devbox.corp.apple.com:12040/cs/Install?COMMANDNAME=IMPORTCATALOG&USERNAME=fwadmin&PASSWORD=<hidden password value>&CATALOGDIRECTORY=%2Fnps%2Fapp%2Ffsnd%2Fcm%2Fcmsd%2FCRMBASE%2FScopes%2Fcms%2F11gR1archives%2FWCS_Sites_11%2FSites%2FContentServer%2FInstallation&ELEMENTDIRECTORY=%2Fnps%2Fapp%2Ffsnd%2Fcm%2Fcmsd%2FCRMBASE%2FScopes%2Facms%2Fprdm_cs_shared%2F%2Felements
    The response that was received =
    HTTP/1.1 200 OK
    HOST_SERVICE: FutureTenseContentServer:11.1.1.6.1
    Date: Sun, 08 Dec 2013 20:30:13 GMT
    Transfer-Encoding: chunked
    Set-Cookie: JSESSIONID=CC6C6BB6AEA70CC05287299877843F52; Path=/cs
    Content-Type: text/html;charset=UTF-8
    Server: Apache-Coyote/1.1
    <html><head><title>Hello World!</title></head><body><b>Welcome to WebCenter Sites 11gR1!</b><br><br><font color='blue'>Oracle WebCenter Sites 11gR1 11.1.1.6.1<br>
    Copyright (c) 2012 Oracle and/or its affiliates. All Rights Reserved.<br>
    Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.<br>
    Copyright (c) 2001 - 2003 divine, inc. All Rights Reserved.<br>
    Copyright (c) 1999 - 2001 Open Market, Inc. All Rights Reserved.<br>
    Copyright (c) 1998 - 1999 FutureTense, Inc. All Rights Reserved.<br>
    <br>
    Oracle WebCenter Sites | Satellite Server 11.1.1.6.1  Build Date: Oct 23 2012 at 20:48:36 Build Number: 2371 Revision:152889<br>
    Oracle WebCenter Sites 11gR1 11.1.1.6.1<br>
    Copyright (c) 2012 Oracle and/or its affiliates. All Rights Reserved.<br>
    Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.<br>
    Copyright (c) 2001 - 2003 divine, inc. All Rights Reserved.<br>
    Copyright (c) 1999 - 2001 Open Market, Inc. All Rights Reserved.<br>
    Copyright (c) 1998 - 1999 FutureTense, Inc. All Rights Reserved.<br>
    <br>
    Oracle WebCenter Sites 11.1.1.6.1  Build Date: Oct 23 2012 at 20:48:36 Build Number: 2371 Revision:152889<br>
    </font><hr>Sun Dec 08 20:30:13 GMT+00:00 2013<br><br> View source to see embedded status<br><br></p>Result :
    <!--FTCS|||result=failure|||reason=failure|||err=0|||command=ExecutingCommand|||params=Error=java.lang.NullPointerException|||--></body></html>
    [2013-12-08 20:30:13.548][CS.INSTALL][ERROR] ActionHandlerExecuteCommand:  Error Importing Installation Elements
    [2013-12-08 20:30:13.585][CS.INSTALL][ERROR] Worker.run.
    Install failed.               
    Please check log file.                         
    Click Yes to modify your install choices     
    and re-try install.                            
    Click No to terminate application.
    =====================
    Thanks,
    Anil

    May be it is expecting wlserver_10.3 directory.
    Can you try giving a link to one directory above wlserver_10.3 OR the complete path to wlserver_10.3 directory.
    One of this should make the upgrade successful.
    Arun

  • System tools tabs do not appear in admin console -web center sites

    Hi,
    System tools tabs do not appear in admin console of web center sites.
    I have set jdk path under serverstart menu of weblogic ,included classpath and preclasspath in setDomainEnv.cmd and have also inculded java_options under startweblogic.cmd ,still system tools tab do no appear.
    how to resolve the issue.Please help.
    Thanks,

    Hi
    Please mention below configuration in your setDomainEnv.bat file
    set CLASSPATH=<Path to the sites installation directory>;%CLASSPATH%
    set PRE_CLASSPATH=C:\bea\domains\CS\WEB-INF\lib\commons-lang-2.4.jar;%PRE_CLASSPATH%
    please check the paths as per your installation directories.
    restart server then check, it should come.
    ~Rajiv Jain

  • Any Sample Examples on Web Center Sites .

    Hi ,
    can you please provide any sample example which gives end to end working on a website. I couldnt find even a single blog on this . please help us
    thank you,
    Sashank P.

    You should search for the old name ("FatWire").
    I found two resources - not exactly end-to-end, but they might be helpful:
    http://www.tomred.net/fatwire/
    http://www.sciabarra.com/fatwire/category/tutorial/

  • Error while installing Oracle Web Center Sites

    Hi,
    I am trying to install OracleWebCenter Sites 11.1.1.6.0 on my Windows 7 platform using Web logic Server 10.3.5 and I keep getting the following error during Test CS Configuration:
    HelloCS has failed.
    Ping DB has failed.
    DB Permissions has failed.
    while deploying cas.war and cs.war error generated is:
    java.lang.IllegalStateException: Cannot set web app root system property when WAR file is not expanded.
    pls provide some ideas to resolve this problem.
    Thanks

    Hi Fahad,
    I am sorry I am not sure what the solution to your issue is. However, I was wondering why you are not attempting to install Oracle 10g as opposed to 1.0.2.2.2?
    I am guessng here but perhaps the 10g database is incompatible with a 1.0.2.2.2 install.
    Hopefully someone else may be able to provide more useful feedback.
    cheers
    Nick

  • Web Center sites Analytics module

    Hi,
    We've checked the certification matrix for analytics and, as we understand, it only works for linux servers and Oracle database. Is that true? Has anyone tried in a different environment, as Windows server with SQLserver database?
    Regards,
    Mari Mar

    WebCenter Sites Analytics works with Windows, RHEL, AIX and other OS platforms. From DB platform, it is supported on Oracle DB. Please check the certification matrix in detail.

  • What is an easy web-page creation program for use with MacBook Pro?

    Can anyone suggest an easy web-page creation program for use with MacBook Pro?  I have used FrontPage with my PC, but am changing to a MacBook Pro.

    It largely depends on your skill level. Do you want to write web page code, or do you want to just design something and have it turn into a web page automatically?
    If you are more of a designer, try these:
    RapidWeaver
    Freeway Pro
    Muse
    If you want to write web page code, try these:
    Coda
    BBEdit
    Dreamweaver
    If you really don't want to write the code and want the best experience for your viewers, and you want to spend the least amount of time on it, my recommendation is:
    No program at all.
    Instead, sign up with a web site company like:
    WordPress.com (hosted by them) or WordPress.org (hosted on your server)
    Squarespace
    Wix
    The reason is that these companies have fully operational, nicely designed web site templates that you just fill in with your words and pictures, and they are ready to go. They also give you these benefits:
    Already designed to the latest web standards
    Already designed to resist hackers
    Already designed to work on all browsers
    Already designed to automatically adjust the page for readability on desktop, laptop, tablet, and smartphone screen sizes
    Already designed for accessibility
    Already designed for Search Engine Optimization so that your page will be found on Google
    Already designed with social media links built in if you want
    It is not like the old days where you build a site in Front Page and you assume it will only be seen on a desktop computer. If you build it yourself with a web page program, do you have the knowledge to make a site that works on all of the different web browsers and mobile devices, and is friendly to search engines and social media? If you don't have those skills, working with a website company can be a lot better, faster, and more reliable than trying to hammer all of that out yourself using code in some app.

  • Is it possible to have multiple search results page using one Search Enterprise Center site?

    Hi,
    We're using SharePoint 2013 and I'm trying to modify the search results page for one site collection. By default, it uses the search results page from the parent site which is the search center being used by default for the web application. I need to make
    sure that the site collection will only retrieve search results within the site collection (search everything has to be disabled). I found a way but I had to create another search center site to accomplish this, otherwise, it will affect the search center
    site of all other site collections on the web app.
    Now is it possible to have multiple search results page using one Search Enterprise Center site?

    Hi,
    According to your description, you want to retrieve the search results within the site collection.
    As a workaround, you can create a custom result source for the site collection and you will retrieve the search result within the site collection.
    More information about how to create result source in SharePoint 2013, please refer to :
    http://technet.microsoft.com/en-us/library/jj683115(v=office.15).aspx
    http://techmikael.blogspot.com/2013/04/limiting-search-results-in-sharepoint.html
    Best regards

  • How do you stop the flash player when you change pages on a web site

    Hi all;
    I'm building a website in flash using my limited understanding of action script.  Everything was progressing very well until I found that if I go to one of my example pages of my web site and play the flash video (with audio) and click back to my "home" button, the audio will continue to play.  If I go back to the example page, the video is off and when I start the video, it plays again with the other audio.  I hear the audio twice! I know there is an action script to handle this but, I can't figure it out.
    My question is, How do I stop the audio when I click away from the example page back to the home page or any other page?
    Thanks in advance for your help.
    I'm usinf Flash CS4 and a Mac OS operating system.

    The problem is most likely in your Action Script. Therefore this question should be posted in the Action Script forum. This forum only deals with the Flash Player, which, in this case is running the script as it is written, and therefore, working properly.

  • Creation of work center CR01 (error message in last page)

    Hi
    During creation of work center .After all the configuration being done ,in the last page the error message displayed is (ACTIVITY SET CAN NOT BE ALLOCATED TO 2009).
    Some of the major setting done in the last page is
    This is Costing Lab
    1) work Center
    2)Activity description (Like set up, Machine and Labouring)
    3)Selection of activity type
    4)Preferred Unit
    Per
    After this when i save the error message is displayed mentioned above  (Message number is KL008)
    Please help ....!!!!!
    Thanks in advance
    Rupesh Jha

    Dear Rupesh,
    1. Please enter the CCtr categories value as "*" in the basic data tab.
    1)in KL02 for this particular activity type give as *
    2. Enter ATyp category field value ar "1" in the basic data tab.
    2) in the field A type mainatin -1
    3. Actl Acty Type Cat field value as "As in planning".
    in this field also mainatin as 1
    YOU MUST SPECIFY A COST ELEMENT FOR ACTIVITY CAT 1
    first creat a cost element in  KA01 (pramairy) & in KA06 (secondry)
    then asiign in KL02 for the required activity types
    Regards
    kumar

  • Creation of web site 'null' failed

    I finally decided to give Azure a try and the first thing I do - creating a simple web site - fails with:
    "Creation of web site 'null' failed."
    Details say: "Provisioning failed."
    I am simply trying to "quick create" a simple website, with no database or anything. Researching the Web, I see other people with the same problem, but no real solution. Some answers on this forum suggest subscribing to the web site service: I believe
    I am subscribed...How can I tell? I do have "Web Sites" in the left pane...
    Sub. ID: f619f60b-6f9d-460d-a8ef-9e6bdea1e926

    David,
    Here are some links:
    http://social.msdn.microsoft.com/Forums/en-US/a1475637-2f58-43f7-9028-866957926560/azure-website-provisioning-failed
    http://social.technet.microsoft.com/Forums/forefront/en-US/b6138a57-07bb-48bb-98bf-9e86dff589fd/creation-of-web-site-failed-provisioning-failed-error-when-creating-a-website-in-azure
    http://social.technet.microsoft.com/wiki/contents/articles/13625.windows-azure-web-sites-faq.aspx
    Yes, it happens consistently, no matter what I try. Also in different regions.
    I am using the 'current' portal. 
    Andrew

  • How link my Facebook's page with my web site?

    Hi!
    How link my Facebook's page with my web site and have a preview of facebook's page on my website builted with iweb?
    Regards
    Thanks a lot.

    I think it's the other way around. Sharing a webpage on Facebook.
    Here's how : http://myipad.atspace.com/size/Share.html
    But if you want your FB page embedded in an iWeb page then paste the <iframe> code in a HTML Snippet.
    <iframe src="http://url.to.file.html" frameborder="0" width="500" height="500" scrolling="no" allowTransparency="true"></iframe>
    Where SRC="" is the URL of your Facebook page. Change the numbers for witdh and height to make the FB page fit your webpage.

  • Is it possible to have a link/button inserted into the end of my flash video that makes up the first page of my web site

    i am not sure if this will make sense so please tell me if it
    doesn't. is it possible to have a link/button inserted into the end
    of my flash video that makes up the first page of my web site. the
    video plays showing the name of the site then fades to show the
    text "enter" which i want to make the link to the next page.

    > the video plays showing the name of the
    > site then fades to show the text "enter"
    in FLASH set a gotourl action on the last frame of the move.
    If this is a "splash page" and has a dancing company logo and
    a throbbing
    drumbeat- reconsider. Just make the homepage of the website
    the homepage.
    Don't make people wait to see some content.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

Maybe you are looking for

  • Personal File Sharing: Lost Connection

    I'm trying to use my new miniStack external HD attached via Firewire to my Mac mini as a pseudo network drive. In other words, I want that drive available to my mini and my two iBooks. If I can get that working, I'd like it available to my XP box as

  • "song could not be used because original file could not be found..."

    My entire music library files cannot be found. When I click on a song I get a popup that says "song could not be used because the original file could not be found. Would you like to locate it?" I can't find the files anywhere, can't open any from my

  • Can install, cannot download iTunes 11.1 (manadatory for iOS 7).

    Apple update tells me that there is an error. It says that I can "download only and manually install." I was able to download iTunes 11.1, but cannot install. My error number is 2324. It says it "may indicate a problem with this package." Any ideas??

  • How come I cannot rid of my downloads from the iTunes store?

    I had pre-ordered an album a few days ago which was released yesterday, however I was not at home and wanted to download it wirelessly from my phone. I downloaded the majority of it and now there are 3 songs which seem to be forever stuck in the "Pro

  • Powershell Script to delete ADComputer Accounts

    Hi There, I have this script which deletes a computer account from AD if found but my problem now is it throws an error " Cannot find an object property " if the account doesnt exist. I read somewhere of using the try catch and others saying its not