cancel
Showing results for 
Search instead for 
Did you mean: 

portal development-inputfield

Former Member
0 Kudos

hi,

how to add input field elements to our portal view? give any example along withcoding?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can create inputfield using class lib or taglib. DynPage uses classlib while JSPDynPage uses taglib. Try creating one of them and then check the code for creation in the link below.

http://help.sap.com/saphelp_nw70/helpdata/en/53/9d0e41a346ef6fe10000000a1550b0/content.htm

I assume you are new to EP. So I specify the steps to follow:

1) Create a Portal Project

2) Create a JSPDynPage component

3) In the JSP, add tag for inputfield from the link above.

Regards,

Harini S

Former Member
0 Kudos

Hi Santhosh,

If you are using Dynpage/AbstractPortalComponent you can use the HTMLB Java API to create the InputField. Else if you are using JSPDynpage you can either use the HTMLB API or use teh HTMLB TagLibs in the jsp. You can find pleanty of documentation in help.sap.com.

http://help.sap.com/saphelp_nw2004s/helpdata/en/43/067941a51a1a09e10000000a155106/frameset.htm

Thanks

Kiran