0 Replies Latest reply on Jan 6, 2009 4:20 AM by meetoblivion

    Linking to resteasy paths.

    meetoblivion

      I have a class and method annotated..



      @Name("viewImage")
      @Path("/viewimage")
      public class ViewImage implements java.io.Serializable{
      .....
           @GET
           @Path("/{username}/{filename}")
           @ProduceMime("image/jpeg")



      Can I have seam generate a link to this resource using s:link or otherwise?  Can't find any indication to it in the docs.