Property in RequestBean1

Hi,

I'm still making my way thru the FieldGuide with all the examples. In Chapter 9 (Databeses) there is the example MusicRead2 wich has 2 Properties in RequestBean1 and fills it in the action-Handler of Page1. The Navigation calls than another page and the property can be read in the method prerender() of the second Page. But a #{RequestBean1.recordingTitel} in the Title-Property of the second page leads to an exception wich says that RequestBean1 does not have this property. Any suggestions?

Thanks and regards,

Willi

[550 byte] By [Willi2793a] at [2007-11-26 16:49:19]
# 1
Hi!What do You mean "RequestBean1 does not have this property". This property is null or it isn't exist?Check also that there is get method of property (getYourProperty()).Thanks,Roman.
-Grif-a at 2007-7-8 23:16:51 > top of Java-index,Development Tools,Java Tools...
# 2
"RequestBean1 does not have the property 'property'" is the original message in the logfile. And the method getProperty() does exist. I doublechecked this a couple of times. :)Regards,Willi
Willi2793a at 2007-7-8 23:16:51 > top of Java-index,Development Tools,Java Tools...
# 3

Maybe you have to kill some temporary files. Our team noticed that in some circumstances an old version of the compiled JSP stays on server. You can try

- stop server and clean project

- close and open Studio Creator

- reboot system

- delete the files manually

- reinstall Studio Creator

From time to time Studio Creator inserts some previous deleted components in JSP.

Ingmara at 2007-7-8 23:16:51 > top of Java-index,Development Tools,Java Tools...
# 4
With the exception of reinstalling SJC (and NB+VWP) I did all with no succes.
Willi2793a at 2007-7-8 23:16:51 > top of Java-index,Development Tools,Java Tools...
# 5
Addition:in prerender() I call getRequestBean1().getProperty() with success. I put the result per log() in Server-Log and the output is correct. But if I put #{RequestBean1.property} in the Title-Property in the same page I get described error.
Willi2793a at 2007-7-8 23:16:51 > top of Java-index,Development Tools,Java Tools...