0

iam using JSF2 and i am using f:ajax for rendering the inputtext but the inputtext is not rendering can any one please help on this. JSF

user1166528
  • 381
  • 3
  • 7
  • 18
  • possible duplicate of [JSF 2.0, malformedXML when using ajax on a commandlink](http://stackoverflow.com/questions/7556245/jsf-2-0-malformedxml-when-using-ajax-on-a-commandlink) – BalusC Jan 24 '12 at 11:21

1 Answers1

0

It would have been better if you had given some code and the full stack trace. But a simple google search of your query gives the following answer:

Inside the ajax tag you need to give the id of the component to be rendered. For more information you can see BalusC's answer:

JSF 2.0, malformedXML when using ajax on a commandlink

Community
  • 1
  • 1
lamostreta
  • 2,359
  • 7
  • 44
  • 61