I specifically have a problem with this. In my case, I have a link that
when clicked will open up a new window and show the content of another
field in the form. In order to do this, I either need to have the form
submitted so the bindings get updated or i need to do some javascript
magic. I was going to use a LinkSubmit for this since directlink couldnt
do what i needed.

On Mon, 2005-12-05 at 09:33 -0800, Patrick Casey wrote:
>       Something like this should work for you.
> 
>       parameters = new Object[] { foo, bar };
>       url = cycle.getEngine().getService(
> Tapestry.DIRECT_SERVICE).getLink(cycle, this,
>       
> parameters).getURL();
> 
>       --- Pat
> 
> 
> > -----Original Message-----
> > From: Dan Adams [mailto:[EMAIL PROTECTED]
> > Sent: Monday, December 05, 2005 8:46 AM
> > To: Tapestry users
> > Subject: rendering links in a form component
> > 
> > if i have a form component that it's rendering using the writer, how
> > would I go about rendering a directlink within it?
> > 
> > --
> > Dan Adams
> > Software Engineer
> > Interactive Factory
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
-- 
Dan Adams
Software Engineer
Interactive Factory


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

Reply via email to