[jboss-user] [JBoss Seam] - Re: Bypassing validations when using EntityQuery with exampl

2008-02-18 Thread boevink
UserList.xhtml as generated: | !DOCTYPE composition PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; | | | ui:composition xmlns=http://www.w3.org/1999/xhtml; |

[jboss-user] [JBoss Seam] - Re: Bypassing validations when using EntityQuery with exampl

2008-02-15 Thread boevink
Strange because I am using the display template I'm using the templates and views as generated by seam-gen and can't get it working View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4129569#4129569 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Bypassing validations when using EntityQuery with exampl

2008-02-13 Thread boevink
I've exactly the same problem. The default display decorator is used as generated by seam-gen. A userLsit (entityQuery) is also generated by seam-gen. I would like to search for a user by e-mail address, but validation is performed (must be a well-formed email address) since there exists an

[jboss-user] [JBoss Seam] - Why a STATIC RESTRICTIONS in Seam-gen EntityQuery?

2008-02-13 Thread boevink
All sessionbean lists generated by seam-gen provide an implementation of an EntityQuery class. Why is the String[] of RESTRICTIONS marked as Static? as shown below: | package web.session; | | import web.entity.user.*; | import org.jboss.seam.annotations.Name; | import

[jboss-user] [JBoss Seam] - Re: Why a STATIC RESTRICTIONS in Seam-gen EntityQuery?

2008-02-13 Thread boevink
mars1412 wrote : IMO: | it's static because you want to make it a class-variable (NOT instance variable) | it's final, because you will never change it | anonymous wrote : | | The only place currently reffering to this attribute is within the class itself (getRestrictions).That's why

[jboss-user] [JBoss Seam] - Reflections uses wrong argument causing IllegalArgumentExcep

2008-02-06 Thread boevink
Hi, I'm trying to use an abstract class for some stateful beans that use a lot of similair functionality. But I'm having a lot of trouble using in-/outjections in combination with reflection. My abstract class: | package common.selectableMap; | | //imports | |

[jboss-user] [JBoss Seam] - entityQuery lifecycle

2008-01-30 Thread boevink
Where can i find more information about the entityQuery lifecycle? What method is called when? I would like to use the functionality of pagination for my resultlist (and search option), but also want to add some functionality to add a booleancheckbox for every item. After selecting a checkbox

[jboss-user] [JBoss Seam] - Re: explicit conversation id not avialable in 2.0.0.GA

2008-01-25 Thread boevink
[EMAIL PROTECTED] wrote : You should upgrade to 2.0.1.CR2 and use the now documented support for natural conversations. Tanks a lot. This is very usefull. Chapter 6.6 Using an explicit conversation id should be updated because it is still misleading. View the original post :

[jboss-user] [JBoss Seam] - explicit conversation id not avialable in 2.0.0.GA

2008-01-24 Thread boevink
I would like to use an explicit conversation id. The Begin annotation API: http://docs.jboss.com/seam/2.0.0.GA/api/org/jboss/seam/annotations/Begin.html mentions the id attribute to be deprecated public abstract String idDeprecated. use in pages.xml | | An EL expression for the conversation