JSF NAL components re-release
Posted 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.
- Download them at the Maven 2 repository.
If you have any questions or suggestions, email us at mriem@manorrock.com.
Related Topics >>
Blog Links >>
- Login or register to post comments
- Printer-friendly version
- mriem's blog
- 819 reads






Comments
Let us know at mriem@manorrock.com what you are expecting ...
by mriem - 2011-12-23 21:14
Let us know at mriem@manorrock.com what you are expecting for default validation.
by geertjan - 2008-08-23 11:22
There seems to be no way to add validation...You can also see any of our JSF components in action at ...
by mriem - 2011-12-23 21:14
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://www.manorrock.com/repo/com/manorrock/demo/ .
by mriem - 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.by geertjan - 2008-08-23 07:35
<nal:inputNAL value="#{NalBean}"/>by geertjan - 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.by mriem - 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.by geertjan - 2008-08-23 07:22
Tried the NAL component and it works great. Thanks, very useful.