Hi,
 I have two psml files default.psml (the one that comes up by default when the user 
logs in) and infoview.psml (navigated to using jetspeed:forward from one of the 
portlets in default.psml).

I have some portlets declared in infoview.psml that use setTemplate in their action 
classes to navigate to another jsp. 
As a sample there is the following href link in one of our jsps:
     <a 
href="<jetspeed:dynamicUri/>?eventSubmit_doPortview=portview&js_peid=<%=jspeid%>&IPAddr=<%=ipAddr%>&Port=<%=p%>"
 100%">s</a>

The above link would basically invoke a doPortview method in the action class declared 
for this jsp. The problem that i see here is that when i click on this link it takes 
me right back to the home page (default.psml). When i do a system.out in the java 
action class it is never executed. It almost seems like it needs to be told that it 
belongs to infoview.psml.

Also if there are submit buttons whose action is defined as dynamicUri those also do 
not seem to work.

Does anybody know what is going on here? How does dynamicUri tag work in jsp?

I would appreciate any response.
Thanks,
Archana

Reply via email to