cancel
Showing results for 
Search instead for 
Did you mean: 

SiteMap using JSPDynPage

Former Member
0 Kudos

Hi All

Prakash's weblog displays the UI using dynpage.

Can you please help me in converting it to JSPDynPage?

Regards

Sonal Mangla

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sonal

Any specific reason to change it?

Cheers

Former Member
0 Kudos

Hi Michael

Actually I need to add some button with each link and on click of that button i need to call a Javascript function . Since Javascript function can be written in JSP only so i have to shift the UI part to JSP.

Regards

Sonal

Former Member
0 Kudos

Javascript can be put into any HTML response. There is nothing special about JSP in that regard.

Anyway, the SiteMap main logic will stay the same in terms of building the structure to display. You just need to create a bean to share the data between the logic and display functions.

Cheers