In case you are using JSF 1.2, you just have to drop the @FacesConverter annotation and register the converter in the faces-config.xml like so:<converter> <description>Simple String List Converer</description> <converter-id>myStringListConverter</converter-id> <converter-class>com.your.package.StringListConverter</converter-class></converter> 这篇关于如何将字符串列表作为隐藏输入从jsf页传递到请求范围内的后备bean的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 11-01 18:15