Examples (If, Loop, ...) do not work

X-Application Version: 3.1.2, 3.1.1
Tamino Version : 3.1.1
Platform : NT, Win2k, Solaris, …
WebContainer : Tomcat 3.3
JDK Version : 1.3.1

Hi,

if I inwoke the examples under http:/localhost:8080/simple, the following examples work without error:
Hello
Display
Create
Browse

But I get by following examples
If
Loop
LoopInBrowse
LoopInLoop
the following error:
Error: 500
Location: /simple/If.jsp
Internal Servlet Error:
D:.…\simple\If.jsp (49, 10) unable to find setter method for attribute: pagesize

Thanks for your help.

Regards,

Irfan

Hello Irfan,

this indicates for me that you moved from X-Application 3.1.1 to 3.1.2. Is that right?

Please check the X-Application installation documentation => Configuring your Servlet Container => Configuration Tips =>
Inconsistent State of JavaServer Pages within Tomcat

Multiple modifications on JavaServer Pages during development time may cause an inconsistent state of precompiled JavaServer Pages within Tomcat. To avoid this situation, delete the working directory of Tomcat or force Tomcat to delete the working directory with each startup by opening the file Tomcat/conf/server.xml and changing the attribute cleanWorkDir to “true” ( ).

Regards, Harald

Hello Harald,

it works properly again. Thank you for your help.
Best regards.

Irfan