![]() |
![]() |
| Home > Discussion Forum | ![]() |
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
WDK How do I navigate between two JSPs in the same component?
I thought this would have been very simple but after trawling through any amount of documentation and various web sites and forums I can't find anything. I have a component 'mycomponent' which has two jsp pages pageone and pagetwo. I want to put a clickable link in pageone that will load/navigate to pagetwo.
Can anyone tell me how to do that? and please can you give me specific steps and a simple example? I'm tired of documentation that gives generic type references like 'put this in your component' but doesn't say where etc etc. Thanks Jacob |
|
#2
|
|||
|
|||
|
Which manual did you read? If WDK Reference Guide, then of course it wont tell you how to customize. Have you looked at the WDK Development Guide or better yet the WDK Tutorial?
__________________
__________________ Johnny Gee Principal Architect Beach Street Consulting Blog: http://johnnygee.wordpress.com |
|
#3
|
|||
|
|||
|
using component navigatation
Use the setComponentJump() method in your behaviour class then it will automatically jump to another jsp page. or component.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|