• 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

Horrendous EL problem

 
Ranch Hand
Posts: 384
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have the following problem with Richfaces + Facelets:




Can anyone help?

Thanks in advance,

Julien.
[ August 25, 2008: Message edited by: Bear Bibeault ]
 
Julien Martin
Ranch Hand
Posts: 384
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What does this message mean? That there are no EL implementation available? This can't be the case since other pages display ok.
Does anyone have any clue?
Julien.
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Look like a bug in the EL implementation. Can you please mention which EL implementation you're using and also which application server exactly you're using? Can you also show the JSF code line with the EL which caused this exception?
 
Julien Martin
Ranch Hand
Posts: 384
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I'll send you my POM as soon as I get back home tonight.
I use tomcat + richfaces + facelets + spring + restfaces.
I managed to pinpoint the problem: I had to getSculpture overloaded methods: one with a return type of String, one with a return type of Sculpture.
Regards,
Julien.
 
Julien Martin
Ranch Hand
Posts: 384
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is the POM:


Please let me know if you need me to provide further information.

Julien.

[ UD: added linebreak to preserve layout ]
[ August 25, 2008: Message edited by: Ulf Dittmer ]
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Make sure that your bean is not null and you have a set and get method for the property you are trying to access.
 
Julien Martin
Ranch Hand
Posts: 384
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks,
Sorted. I had two getSculpture methods one with a return type of Sculpture one with a return type of String.
Julien.
 
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
Crossposted: http://forums.sun.com/thread.jspa?threadID=5323668
 
Julien Martin
Ranch Hand
Posts: 384
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bauke Scholtz,
The netiquette does not prevent you from cross-posting on different websites. It is sometime useful to get different answers from different people, as you can see from here: https://coderanch.com/t/234320/threads/java/concurrency-safe-publication
Julien.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

The netiquette does not prevent you from cross-posting on different websites.


We like for people to BeForthrightWhenCrossPostingToOtherSites, though.
 
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
Indeed, that's why I helped to mention about it. Just to prevent that others will waste time to give answers which are already given. Wasting other's time is almost the rudest what you can do in terms of netiquette.
 
Julien Martin
Ranch Hand
Posts: 384
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I didn't intend to waste anyone's time.

As I said it it interesting to have different people's opinion or advice hence the similar posts.

However spending one's time looking for cross posts is indeed a good way of wasting one's own time and you would be better advised to reply to posts with constructive advice and solutions.

Julien.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Julien,

looking for crossposts is not the same as noticing them, and making fun of people who point out where the guidelines we came up with for this site -which can be found at HowToAskQuestionsOnJavaRanch- weren't followed is not a nice thing to do.

The most fundamental rule at JavaRanch is "Be Nice." Please act accordingly.
 
Marshal
Posts: 28174
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Julien, let me also point out that you routinely cross-post your questions here and on the Sun forums. Because of that, my personal policy is to never answer any of your questions in either place.
 
Julien Martin
Ranch Hand
Posts: 384
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From now on, I will only post on the Sun forum although I must admit that the help from Javaranch has more than often been very useful to me. Let this post be the last of this thread lest this forum turn into a forum about netiquette instead of a forum about Java development.
Julien.
 
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
The general netiquette rules are also applicable on the Sun forum though. Everywhere, in fact. Here at JavaRanch the extended rules and moderation are indeed somewhat stricter. But it brings the quality of the dicsussions at a higher level. Anyway, we'll cross over there at Sun.com sooner or later.
[ August 25, 2008: Message edited by: Bauke Scholtz ]
reply
    Bookmark Topic Watch Topic
  • New Topic