Selection Field error

11 Nov '15, 10:03 AM
4,214 Views
No Forum Badges

Hi,

I try to load a list of names from an entity to the labels of a selection field. I did as described: Created a selector unit, retrieving the names from the data base and connecting it with the name with the selection field label and the oid with the selection field output. However, it runs on an error. What can I do?

Best regards

   Ged

 

Unknown property 'sfld2' on dynaclass 'DynaActionFormBean[name=page2FormBean,ln3/class java.lang.String,enu1Key/class java.lang.String,lastURL/class java.lang.String,fld3/class java.lang.String,enu1/class java.lang.String,fld2/class java.lang.String,fld1/class java.lang.String]'

Occurred on:

  • enu1 [EntryUnitService]

Details:

  • [enu1] java.lang.NoSuchMethodException: Unknown property 'sfld2' on dynaclass 'DynaActionFormBean[name=page2FormBean,ln3/class java.lang.String,enu1Key/class java.lang.String,lastURL/class java.lang.String,fld3/class java.lang.String,enu1/class java.lang.String,fld2/class java.lang.String,fld1/class java.lang.String]'
  • Unknown property 'sfld2' on dynaclass 'DynaActionFormBean[name=page2FormBean,ln3/class java.lang.String,enu1Key/class java.lang.String,lastURL/class java.lang.String,fld3/class java.lang.String,enu1/class java.lang.String,fld2/class java.lang.String,fld1/class java.lang.String]'

 
x 0
Follow
Answer Answer at this question and get points!
No Forum Badges

Hi Gerd,

I think this is a compilation problem.

Have you compiled the project clicking on the toolbar button "Generate full web project" ?

If you use the button "Generate selection" instead but you are not selecting the correct page or project area you miss the code for some components.

Cheers

Max

 
x 0
Forum Starter - Level 2

Hi!

 

I think that this is a Tomcat Cache problem.

Try to delete $TOMCAT_BASE$/work/Catalina/localhost/project_name and restart tomcat.

Hope it helps.

 
x 0
Answer at this question and get points!