Plant More Tree wrote:
> 
> I am sorry for the confusion ... all I need is the result url to be with
> the title append to it like below:
> 
> http://localhost:8080/pikepier/comments/bush_is_a_joke
> 
> if I pass in the parameter like below:
> 
> <rest:link value="homeAction">
> <f:param name="sharedUrlId" value="123456789"/>
> <f:param name="title" value="bush_is_a_joke"/>
> #{text['comments']}
> </rest:link>
> 
> however, I also need sharedUrlId as a parameter to pass to backing bean.
> 
> 

This is impossible ;). 
Can you explain how could a link pass a sharedUrlId value without encoding
something about it in the URL?

-- 
View this message in context: 
http://www.nabble.com/RestFaces-problem-...-tp17773696p18001695.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to