wizzard action-mapping: Cannot type to Input Source of Option/Forms Action Declaration
Eclipse Platform
Version: 3.0.1
Build id: 200409161125
MyEclipse Help Documentation
Version: 3.8.4
Build id: 200501171200-3.8.4
In struts-config.xml-> designer:
right mouse click on action-mapping in the outline,
choosing new Form, Action and JSP.
Wizzard comes up.
Fill in or select:
Name: /ChoiceForm
Form Impl: Dynamic: FormBean
Dynamic Type: org.apache.struts.action.DynaActionForm
Click Next-button,
Now on Struts 1.1 Action Declaration
Fill in or select:
Path: /ChoiceAction
Action Type: Type
Action Impl: Create new Action class
Superclass: org.apache.struts.actions.LookupDispatchAction
Type: de.wallus.struts.ChoiceAction
Then in Optional Detail/Form
Name: choiceForm
Attribute: ChoiceForm
Scope: request
Validate Form
Input Source: Now here get I problems.
I can’t type anything into the textfield.
If I use Browse, I can select the correct file, but the name is not written into the textfield.
As a workaround I fill in everything else and use the Connection from the Palette.