[jboss-user] [JBoss Seam] - Re: Using Seam Identity - What's the recommended approach?

2007-03-13 Thread steveant
Thank you both for your input. I had originally implemented my own login validation and am moving to JAAS so that I can take advantage of the role based security built into Seam. It is too bad about the hibernate validation though, I agree. In any case I'm running into another problem now w

[jboss-user] [JBoss Seam] - Using Seam Identity - What's the recommended approach?

2007-03-13 Thread steveant
Hi, I've found what looks like multiple methods of implementing your own authentication between the Seam Book, reference manual and various forum posts - is there a recommended approach we should be moving towards as a best practice? Any comments would be greatly appreciated! Method 1 - Sea

[jboss-user] [JBoss Seam] - Re: Can't pass action successfully to custom source tag

2007-03-07 Thread steveant
That worked well. Thanks for your help. I also finally found a reference about this facelets design constraint (limitation??), what the problem is and an extension for creating a method expressiont: http://andrewfacelets.blogspot.com/2006/06/creating-composite-controls-with-jsf.html View

[jboss-user] [JBoss Seam] - Re: Can't pass action successfully to custom source tag

2007-03-06 Thread steveant
I've tried many variations and they've all failed so far. Would I have to write a custom component with interceptor instead of using a source template for the tag library? It seems a tag overkill. Has anyone has had similar experience in writing a tag library component using source & ui:compos

[jboss-user] [JBoss Seam] - Can't pass action successfully to custom source tag

2007-03-04 Thread steveant
Hi, I was debating whether this was a facelets or Seam question: I've created a custom commandLink tag and I'm using it in a seam pageflow. The id & value attributes are passed successfully but the action attribute is not. Here are the pertinent code segments: bdex.taglib.xml | . . . |