RE: Link to service with variable parameter

2006-03-09 Thread Tony Herstell
This must be a very common question... Moved my persistence over to Hibernate and as you expect this was a godsend and only took a couple of hours. Naturally, 2 weeks later I am still trying to get it to work ;) I have managed to get it to work pretty well by switching cascade off everywhere. L

Re: Link to service with variable parameter

2006-03-09 Thread Vincent
Hi , DirectLink also can do that , you can set the parameter to the parameter field, later you can use the IRequestCycle.getServiceParameter() to retrieve them , then you can decide where you want to link to. regards, Vincent On 3/10/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: > Yes ServiceLink

Re: Link to service with variable parameter

2006-03-09 Thread Jesse Kuhnert
Yes ServiceLink. I did the exact same thing to create links to a FileViewing service. It works great. The "paramters" binding allows you to pass in whatever values you want to your service via IRequestCycle. On 3/9/06, Jean-Eric Cuendet <[EMAIL PROTECTED]> wrote: > > Hi, > I have a list of PDF tha