Search |
||
JSF NAL components re-releasePosted by mriem on August 19, 2008 at 6:00 AM PDT
We are re-releasing the JSF NAL components after cleaning up the codebase and making sure we have 100% code coverage.
»
Related Topics >>
Java Enterprise Comments
Comments are listed in date ascending order (oldest first)
Submitted by geertjan on Sat, 2008-08-23 07:22.
Tried the NAL component and it works great. Thanks, very useful.
Submitted by mriem on Sat, 2008-08-23 07:27.
Feel free to let us know if you need enhancements. The more feedback we get the easier it is to determine what is used and needs work.
Submitted by geertjan on Sat, 2008-08-23 07:34.
I have created a small sample that makes use of the tag. I.e., I have a JSF application with a JSF managed bean that extends com.manorrock.jsf.nal.NAL. I've implemented all the required methods and referred to the bean in my JSF page, as follows:
Then I have a JSF command button that handles the submit action and prints out the result. Is this how the tag is meant to be used? Just checking to make sure.
Submitted by mriem on Sat, 2008-08-23 07:54.
You need to have a binding to a NAL object (which stores all the information) like as in #{bean.nal} where you have a getter
and setter that expect a NAL object.
Submitted by mriem on Sat, 2008-08-23 07:59.
You can also see any of our JSF components in action at http://www.manorrock.com/demo/jsf/ . And the WAR file, and Java sources are available at the Maven2 repository at http://repo.manorrock.com/com/manorrock/jsf/demo/ .
Submitted by mriem on Sat, 2008-08-23 11:38.
Let us know at jsf@manorrock.com what you are expecting for default validation.
|
||
|