|
</td>
</tr>
<tr>
<td colspan="2" height="40">
<netui:button value="" type="submit" action="/saveTopicForm"></netui:button>
<netui:button type="submit" value=""></netui:button>
</td>
</tr>
</table>
</netui:form>
<br>
</ejar-ui:window>
</netui-template:section>
</netui-template:template>
最终的页面流文件在Pollinate中对应的设计视图如下所示: 
在对整个工程进行Build之后,页面流控制文件被编译为一个class文件和一个对应的配置文件WEB-INF.pageflow-struts-generated jpf-struts-config-[页面流名称].xml,该配置文件定义了一系列控制文件中注释所对应的配置,如下为其中一部分: <struts-config>
<form-beans>
<form-beanname="uploadFileForm" type="org.form.UploadFileForm"
className="org.apache.beehive.netui.pageflow.config.PageFlowActionFormBean">
<set-property property="actualType" value="org.form.UploadFileForm"/>
</form-bean>
</form-beans>
<global-exceptions/>
<global-forwards>
<forward name="showTopics" path="/topicList.jsp"/>
<forward name="addFeedBackAccessories" path="/feed << 上一页 [11] [12] [13] 下一页
|