>I'm trying to create a custom component that can build a property page from a XML >description file. I was able to create the output on the browser. However, when I >created new validators for the regularexpression mentioned in the descriptor file and >added it to the HTMLInputText created as part of the rendering, the validation never >seem to work. Can someone point me if it�s the right way to approach? Is there any >component I can take advantage of to achieve this component!
You might checkout the Struts Shale Clay component. It sounds pretty similar to what you have described.
http://struts.apache.org/shale/features.html#clay
Shale runs well on top of myfaces and has many other goodies.
Gary
>TIA
>Bala

