[JBoss-user] [JBoss Seam] - Re: Bookmakring jsf pages in seam?

2006-02-13 Thread [EMAIL PROTECTED]
The link was on the main product page ;) I added the link on the Wiki page, thanks ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923230#3923230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923230 ---

[JBoss-user] [JBoss Seam] - Re: Bookmakring jsf pages in seam?

2006-02-12 Thread RobJellinghaus
"[EMAIL PROTECTED]" wrote : By the way, there is a FAQ item on this... Where *is* the FAQ? I don't see a FAQ link on the wiki? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923213#3923213 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [JBoss Seam] - Re: Bookmakring jsf pages in seam?

2006-02-10 Thread liudan2005
What a stupid mistake I've made. Thanks Gavin. It works now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923012#3923012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923012

[JBoss-user] [JBoss Seam] - Re: Bookmakring jsf pages in seam?

2006-02-10 Thread [EMAIL PROTECTED]
You need to add comeFromUrl() to the local interface. Another question is, both hotels and hotel would null. why use hotel would give a different result? anonymous wrote : depends which appears first in the jsp View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JBoss Seam] - Re: Bookmakring jsf pages in seam?

2006-02-10 Thread liudan2005
I've changed it to hotel, here is what I've got now: javax.el.ELException: /hotel.xhtml: create method not found at com.sun.facelets.compiler.UIText.encodeBegin(UIText.java:51) at com.sun.facelets.FaceletViewHandler.encodeRecursive(FaceletViewHandler.java:511) at com.sun.

[JBoss-user] [JBoss Seam] - Re: Bookmakring jsf pages in seam?

2006-02-10 Thread [EMAIL PROTECTED]
It should be @Factory("hotel") not "hotels". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922962#3922962 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922962 ---

[JBoss-user] [JBoss Seam] - Re: Bookmakring jsf pages in seam?

2006-02-10 Thread liudan2005
Thanks Gavin. I've just noticed beta2 is out. Here is what I've tried. I've modified HotelBookingAction so it doesn't require login. Here is its class annotations: @Stateful @Name("hotelBooking") @Scope(SESSION) @Interceptors(SeamInterceptor.class) I then added a method: @Factory("hotels") pub

[JBoss-user] [JBoss Seam] - Re: Bookmakring jsf pages in seam?

2006-02-10 Thread [EMAIL PROTECTED]
Use an @Factory method. Let me know if you need more help. By the way, there is a FAQ item on this... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922947#3922947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922947