The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


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 feedback@manorrock.com.
Related Topics >> Java Enterprise      
Comments
Comments are listed in date ascending order (oldest first)

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

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.

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.

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

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.

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

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

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