• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

unbalancing tag in JSF

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,

I am encountering this error-

"The end tag "</h:form" is unbalanced"

I have checked my form & all the tags are at the proper position.

please help.

Thanks in advance.
 
Ranch Hand
Posts: 536
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
post your jsf code.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm sure this one's solved but if anyone else hits this like I did and can't remember what the error means, if ANY tag is left open you'll get this message.

I was getting:

Caused by: org.apache.jasper.JasperException: /JSP/accountsetup.jsp(191,9) The end tag "</h:form" is unbalanced

but it was a missing "/" at the end of an h:inputText tag that was causing the issue.

It's confusing because it kinda points you at the h:form tag but that's not necessarily where the issue is.

Slack
reply
    Bookmark Topic Watch Topic
  • New Topic