Skip to main content

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.

If you have any questions or suggestions, email us at mriem@manorrock.com.

Related Topics >>

Comments

Let us know at mriem@manorrock.com what you are expecting ...

Let us know at mriem@manorrock.com what you are expecting for default validation.

There seems to be no way to add validation...

You can also see any of our JSF components in action at ...

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

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.

<nal:inputNAL value="#{NalBean}"/>

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.

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.

Tried the NAL component and it works great. Thanks, very useful.