what is the best way to link to a non tapestry page, from an actionlink for
example 

i am trying to return a link object from an on action method on the server
side 

public Link onActionFromActionLink(){
   Link link = new LinkImpl(response, null, 'http://www.yahoo.com',
request.getContextPath(), null)

   return link 
}

but i get a null pointer exception, im not sure what to pass in for the
requestpathoptimizer and componentevocation objects

if there is a better way to do this please help

-jeff
-- 
View this message in context: 
http://n2.nabble.com/Link-to-non-tapestry-page-from-actionlink-tp1495327p1495327.html
Sent from the Tapestry Users mailing list archive at Nabble.com.


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

Reply via email to