Custom converter in JSF 2 with arguments

后端 未结 4 1051
一生所求
一生所求 2020-12-14 20:54

I\'m trying to implement a custom truncate converter, which truncates a string at a given index and adds a continuation symbol. The converter works fine, only when i hard co

4条回答
  •  [愿得一人]
    2020-12-14 21:18

    http://jerryorr.blogspot.nl/2011/10/creating-jsf-12-custom-converter-with.html is a good guide to set up your first custom converter with parameters

提交回复
热议问题