Is there anyone working with Visual web java server faces?

Recommended Answers

All 3 Replies

I'm doing a bit of Oracle ADF, quite nice.

Yes it is. It is really helping me understand the relationship of beans,xml,and taglib. I plan on continuing studying the architecture. I have not had any luck getting the JSP pages to display in a web browser though. I don't think I understand the build.xml enough to run the projects.
-Steve

Out of sheer ignorance I built JSP pages as perscribed by the tutorials but failed to work with the these tags

<webuijsf:page id="page1">
            <webuijsf:html id="html1">
                <webuijsf:head id="head1">
                    <webuijsf:link id="link1" u

Does this ,webuijsf tag need to be add to these tutrials that use code such as

<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>inputnumber.jsp</title>
    </head>
    <body>
        <f:view>
            <h:form id= "inputNumbers">
            <p>
                <h:outputText value="#{msg.how_to_play}"/>
            </p>
            <p>
                <h:messages style="color: blue"/>

Or will I find that these tutorials will be of no help?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.