[jboss-user] [JBoss Seam] - Re: conversation per view-id [natural convesation scope]

2007-12-10 Thread koenhandekyn
i've posted a proposal in JIRA

in short i propose to match * in a page view expression to a variable, for 
example named page and than alow EL expression in other elements.

page
view-id=/up/admin/*.xhtml
conversation=%{page}Conversation
  
..


an alternative which is maybe cleaner is to have a context variabele view 
which is a seam generated object representing the view.

page
view-id=/up/admin/*.xhtml
conversation=%{view.name}Conversation
  
..


view having properties like
 view.id (example /app/path/name.ext)
 view.fullPath ( example http://host/app/path/name.ext)
 view.name ( example name )


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4111635#4111635

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111635
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: conversation per view-id [natural convesation scope]

2007-12-09 Thread [EMAIL PROTECTED]
koenhandekyn wrote : i'm developping an app part of which is plain editing of 
instances in a database.
  | 
  | i have recently discovered natural conversation scope, that cleary should 
get into the documentation soon !!!

This isn't an official feature until 2.0.1, and documented in 2.0.1 :)


anonymous wrote : 2. is there a shortcut possible not te repeat myselves?

No, and I can't see a neat way of doing this.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4111450#4111450

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4111450
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user