Hi All
I have a SFSB which has a create method which I have annotated as such:
| @Begin(join=true, pageflow="createReservation")
| @Create
| public String create() {
| log.info("create: Initlialised in Conversation Context");
|
However if I use faces-config.xml to navigate to the page the padeflow does not
start, but if I just type in the web address the pageflow starts. I know this
because I have placed an action in the start of the pageflow which prints a
debug statement out.
Is this the desired behaviour and should I be doing something else, it just
seems perculiar that it should work one way and not the other.
Thanks for any help,
James
P.S the create method returns a non string, so the begin method should be
working correctly, i just think there is a nuiance when the page is navigated
to thorugh faces-config.xml navigation entry.
The navigation entry looks like this.
| <navigation-case>
| <from-outcome>createReservation</from-outcome>
| <to-view-id>/reservation/reservationPlot.xhtml</to-view-id>
| </navigation-case>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924222#3924222
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3924222
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user