fixing broken links for Javahelp. release68_base
authortgiunipero@netbeans.org
Fri, 13 Nov 2009 17:51:15 +0100
changeset 29102c0d95ead5e9
parent 2909 76a1f1d05cb4
child 2911 3b54af3c0d19
child 2986 88fe73ee9928
child 2995 07f73d098f2e
fixing broken links for Javahelp.
visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/connect_data/about_data_binding.html
visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/jsf/about_visweb_framework.html
     1.1 --- a/visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/connect_data/about_data_binding.html	Tue Oct 20 13:06:26 2009 +0200
     1.2 +++ b/visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/connect_data/about_data_binding.html	Fri Nov 13 17:51:15 2009 +0100
     1.3 @@ -20,12 +20,12 @@
     1.4      <p>
     1.5         <small><a href="#seealso">See Also</a></small>
     1.6      </p>
     1.7 -    <p>
     1.8 -       During <a href="nbdocs://org.netbeans.modules.web.helpset/org/netbeans/modules/web/helpset/docs/web/create/tag/framework/jsf/about_visweb_framework.html">Visual Web JSF</a> development, when you bind a component to data, you create a
     1.9 -      connection between the component and the data. The data might be from one or more columns in
    1.10 -      a database table. This connection permits the component to display data values. How you bind
    1.11 -      the component depends on the component type. The types of components are as follows:
    1.12 -    </p>
    1.13 +    <p>During <a href="../jsf/about_visweb_framework.html">Visual Web JSF</a> development,
    1.14 +       when you bind a component to data, you create a connection between the component and
    1.15 +       the data. The data might be from one or more columns in a database table. This connection
    1.16 +       permits the component to display data values. How you bind the component depends on the
    1.17 +       component type. The types of components are as follows:</p>
    1.18 +
    1.19      <ul>
    1.20        <li>
    1.21          Simple. A simple component displays one value at a time, for example, a Button, Checkbox,
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/jsf/about_visweb_framework.html	Fri Nov 13 17:51:15 2009 +0100
     2.3 @@ -0,0 +1,32 @@
     2.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     2.5 +
     2.6 +<!--
     2.7 + *     	  Copyright © 2009 Sun Microsystems, Inc. All rights reserved.
     2.8 + *	  Use is subject to license terms.
     2.9 +-->
    2.10 +
    2.11 +<html>
    2.12 +    <head>
    2.13 +        <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    2.14 +        <title>About the Visual Web JSF Framework</title>
    2.15 +        <link href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css"
    2.16 +            rel="stylesheet" type="text/css">
    2.17 +    </head>
    2.18 +
    2.19 +    <body>
    2.20 +        <h2>About the Visual Web JSF Framework</h2>
    2.21 +
    2.22 +        <p>The Visual Web JavaServer Faces framework is part of Sun's JavaServer Faces (JSF)
    2.23 +            technology (JSR-127), the standard Java API for building user interface components
    2.24 +            in web applications. JSF defines a component-based web application framework, enabling
    2.25 +            vendors and open source projects to create sophisticated user-interface widgets that
    2.26 +            you can then develop to create easy-to-use web applications, with portability between
    2.27 +            tools and application servers.</p>
    2.28 +
    2.29 +        <p>The Visual Web JSF framework is based on drag and drop functionality and provides a
    2.30 +            more visual approach to web application design.</p>
    2.31 +
    2.32 +        <hr><small><a href="../../../credits.html">Legal Notices</a></small>
    2.33 +        <table cellpadding="20" border="0"><tr><td>&nbsp;</td></tr></table>
    2.34 +    </body>
    2.35 +</html>
    2.36 \ No newline at end of file