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.
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
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?
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
Joined: Apr 24, 2004
Posts: 383
posted
0
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 ]
Bassam Al-Sarori
Greenhorn
Joined: Aug 23, 2008
Posts: 10
posted
0
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
Joined: Apr 24, 2004
Posts: 383
posted
0
Thanks, Sorted. I had two getSculpture methods one with a return type of Sculpture one with a return type of String. Julien.
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
Joined: Apr 24, 2004
Posts: 383
posted
0
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
Marshal
Joined: Mar 22, 2005
Posts: 35223
7
posted
0
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.
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
Joined: Apr 24, 2004
Posts: 383
posted
0
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
Joined: Oct 08, 2006
Posts: 2458
posted
0
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 ]
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.