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
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
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
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
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
| . . .
|