技术开发 频道

快速上手:MyEclipse下开发JSF


IT168技术文档】 
    MyEclipse JSP Designer可以采用Source 方式, Design 方式, Design/Source 方式来编辑JSP文件.在这个Demo中采用Design/Source方式,如图:


    Figure 5.4: Switched to Design/Source mode and expanded JSF palettes 
    接下来我们需要在页面中添加如下代码: 
    为用户名增加h:inputText组件 
    为密码增加h:inputSecret组件 
    增加用户名输入框h:outputLabel 
    增加密码输入框h:outputLabel 
    同时页面要使用我们自己的MessageBundle.


    Figure 5.5: Remove template text and add our MessageBundle to the JSP page 

    接下来,我们创建HTML form元素,用来包括登录控件,如图:


    Figure 5.5a: Create the new form 
    现在来创建username 的组件h:inputText,如图:


    Figure 5.6: Adding new inputText component


    Figure 5.7: Adding new inputText component continued
0
相关文章