cancel
Showing results for 
Search instead for 
Did you mean: 

Text Area default value

former_member190457
Contributor
0 Kudos

Hi everybody

I am dealing with the following issue on EP 7.0 SP9:

I need a text area to be filled with an editable default value from data store.

As widely known, the general -> default value field doesn't work for dynamic values.

As a consequence, I always successfully use the formatting -> expression field.

When it comes to text areas, however, this workaround fails at deploy time (compilation succeeds if performed alone):

Error in compiling Flex application: Error: Unknown attribute 'enter' on vc.controls.VCTextArea

(C:\usr\sap\VIN\JC01\j2ee\cluster\server0\GUIMachine_Business_Packages\Formazione_55498\FLEX_COMPILATION_FOLEDR\AAD3BU.mxml:321)

Failed to compile AAD3BU.mxml

Upon removing the default value from the formatting tab, deploy succeeds.

Is this a bug? Has anyone ever managed to specify a default value for a text area?

Thanks for your support.

Points will be awarded.

Best regards

VT

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

VT,

this may not be the best soln..but how abt using a timer (if its avl in SP 9) for the input form. that way it creates a time-lag and the form is able to pick up the value from the data-store..refer below to a simple example where i populate the default value from the store:

<a href="https://wiki.sdn.sap.com/wiki/download/attachments/4141/example_timer.JPG">timer</a>

prachi

Answers (1)

Answers (1)

former_member190457
Contributor
0 Kudos

It works.

Thank you so much

VT