• 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

Problem with disabled value on inputText

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
I have a problem witch I haven't been able to solve...



When I try to run this code it throws

com.sun.facelets.FaceletException: Error Parsing /chainstep_edit.xhtml: Error Traced[line: 66] The entity name must immediately follow the '&' in the entity reference.

How can I enable this when chainstep.direction value is either IN or HTTPIN?
I also can't get (== , and) to work...
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Remove the XML declaration.
 
Sami M�nnist�
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply Bauke but for this project I cant remove XML declaration...
Now I have been able to work around the problem of not been able to use AND/&& operator but I still can't get it to work..

the code works fine when I have only one or two possible values to check



but to work around my previous problem I now have to check several possible values and that doesn't work..

 
Sami M�nnist�
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Resolved it!!!

Got && operator to work by typing it
simple solution in the end!!
[ October 12, 2006: Message edited by: Sami M�nnist� ]
 
Bauke Scholtz
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
U mean &&?

This forum engine doesn't really respect to HTML entities ..
 
Sami M�nnist�
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Bauke!
Thats exactly what I tried to write...
reply
    Bookmark Topic Watch Topic
  • New Topic