Help

Controls

PermLinkWikiLink

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Forum: Seam Users Forum ListTopic List
20. Nov 2008, 10:51 CET | Link

hi all,

can i create any custom annotation for checking that input string is in xml form ???
if yes then how and if no then how can i validate input xml string ?
Thanks

2 Replies:
20. Nov 2008, 19:11 CET | Link

For validating user input the best way is to create your own @Converter.

 

The human knowledge belongs to the world

21. Nov 2008, 06:18 CET | Link
ok, pls tell me how to use Converter..
Thanks