cancel
Showing results for 
Search instead for 
Did you mean: 

using tab in web dynpro java

former_member215511
Participant
0 Kudos

HI

I have 3 inputfields in the form.i click on the first inputfield with mouse and write something, and then when click on the tab in the keyboard then cursor will go next inputfield but i can n't write anything.how can i get this one without clicking with mouse.

Regards

Viswa

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Probably the second input field is read-only, disabled or has no data binding.

former_member215511
Participant
0 Kudos

Hi

I gave all the properties mentioned by you like

readonly=false

enabled=true

and also done data binding.

Regards

Viswa

former_member185879
Active Contributor
0 Kudos

Hello Viswa,

Did you tried the suggestion given by me?

Regards

Nizamudeen SM

Former Member
0 Kudos

Hi,

I think you have not defined th "labelFor" property of the Label. Define the labelFor property for the corresponding input field.

When you click Tab button, the control goes to next UI element. If you don't define labelFor property the control takes the label as next UI element other wise it goes to the UI element which is set in the labelFor.

Also make sure that next inputfield is in same container or it is after the last element of current container. Because the control goes to next container after navigating through all the ui elements of current container.

Regards

Deepak

former_member215511
Participant
0 Kudos

HI

Thanks for repaly.i use template form and i gave label for field and also all in put fields are in same container.but i did n't get.

Regards

Viswa

chinna_babu2
Active Participant
0 Kudos

Hi Viswa

Check whether is this the issue with Web Dynpro controls or with the IE.

Check whether tab is working for simple html controls or not.

Regards

Murthy

former_member215511
Participant
0 Kudos

HI

I checked html page ,its working fine everything.

Regaeds

Viswa

former_member185879
Active Contributor
0 Kudos

Hello Viswa,

Update the SP level and check the same.

Regards

Nizamudeen SM

former_member215511
Participant
0 Kudos

Hi

Thanks for reply.what You told i can n't understand.

can you please explain me.

Regards

Viswa

former_member185879
Active Contributor
0 Kudos

Hello Viswa,

What is your SP Level available in your J2EE Engine(Web AS)? Please try to upgrade the same to the latest version or atleast to SP19 and check the same.

Regards

Nizamudeen SM

former_member185879
Active Contributor
0 Kudos

Hello Viswa,

Can you check whether the LabelFor Property of the input field is set or not? Also is it not working only for this application or for all the application? if for all the application then check the SP level of your WAS! and try upgrading it to the new one.

Regards

Nizamudeen SM