[jboss-user] [JBoss Seam] - Re: How to extract the page id
trekker880
do-not-reply at jboss.com
Thu Jun 21 06:46:21 EDT 2007
"trekker880" wrote : I had defined a pageflow.xml (Submit2.jpdl.xml)
|
| And i m trying to find out the view-id in the java class and the corrosponding page name.
| In Short i need the last,Current,and Next page with every page transition.
| Then what is the procedure ?
| Here i am not able to read the xml in the java file.
|
| <pageflow-definition xmlns="http://jboss.com/products/seam/pageflow"
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| xsi:schemaLocation=
| "http://jboss.com/products/seam/pageflow http://jboss.com/products/seam/pageflow-1.2.xsd"
| name="submit2">
|
| <start-page name="page2" view-id="/page2.jspx" >
|
|
|
|
| </start-page>
|
| <page name="page3" view-id="/page3.jspx" back="enabled">
|
|
|
|
|
| <page name="page4" view-id="/page4.jspx" back="enabled">
|
|
|
|
|
| <page view-id="/login.jspx" name="start" >
|
|
| </pageflow-definition>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056398#4056398
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056398
More information about the jboss-user
mailing list