Not so many...

thoughts from a small software development team
  • About

Category: JSF

August 12, 2010

JSF 2.0 command button “Conversion Error setting value” for ‘null Converter’

Add immediate=”true” to jsf commandButton if your getting ‘Conversion Error setting value’ for ‘null Converter’ error message when using JSF 2.

Sample code:

Before:

<h:commandButton value="your value" action="#{bean.action}"/>

After:

<h:commandButton value="your value" immediate="true" action="#{bean.action}"/>

Written by Sean Ye 10 Comments Posted in JSF

Top Posts & Pages

  • How to do a Mail Merge - With more than one record per page
  • BMW Mini R56 Start Stop, Stopped working?
  • SSL Server's certificate chain incomplete?
  • IIS 6 Http to Https Redirect
  • SSL Chain issues - Contains anchor

Categories

The Frozen Veg Project

Episode 16: Poison by Alice Cooper

Episode 15: Amarok by Mike Oldfield

Episode 14: Dancing in the City

Episode 13: How Does it Feel by Slade

Episode 12: Wargasm by Daevid Allen

The Team

  • Raymond Reid
  • Sam Rowley
  • Sean Ye
Follow Not so many… on WordPress.com
Blog at WordPress.com.