Shouldn't this work as a link?

http://localhost:8080/jetspeed/portal?nextscreen=my2.jsp&eventSubmit_doPerform=OK

JSP:

<% String nextpage = "my2.jsp"; %>
<a href="<jetspeed:uriLookup
  type="Home"/>/portal?nextscreen=<%=nextpage%>&eventSubmit_doPerform=OK" >

ozgur

Dannemann, Bjorn wrote:
> Thanx a lot Wolfgang,
> it works :-)
> 
> How can i open/load nexpage with an simple hyperlink ?
> In forms it works fine!
> I think the answer is simple, but i am a greenhorn in Jetspeed !
> 
> I hope you can help me again
> 
> Bjorn
> 
> 
> 
>>At 13.25 23/07/2002 +0200, you wrote:
>>
>>>Hi,
>>>i have a jsp portlet myportlet.jsp, now i want to open an 
>>
>>other jsp inside
>>
>>>this portlet.
>>>How can i do this, is there an example available (or part of 
>>
>>jetspeed?)
>>
>>.....
>>Bjoern,
>>I just did this as an exercise, modifying the MyJSPPortlet 
>>from a former
>>track. 
>>My Tomcat is called /jt, and I zipped with extra folder info.
>>If You expand the zip, the files will finish in the 
>>corresponding dirs. You
>>must also change the line in TurbineResources.properties, as 
>>indicated.
>>From the textbox in the form You can call every other jsp 
>>from the same dir.
>>                      Enjoy and share it
>>                              Wolfgang
>>
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> 




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to