954,568 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

jsf

Is there anyone working with Visual web java server faces?

ceyesuma
Posting Pro
524 posts since Aug 2007
Reputation Points: 7
Solved Threads: 2
 

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

jwenting
duckman
Team Colleague
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
 

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

ceyesuma
Posting Pro
524 posts since Aug 2007
Reputation Points: 7
Solved Threads: 2
 

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?

ceyesuma
Posting Pro
524 posts since Aug 2007
Reputation Points: 7
Solved Threads: 2
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You