RE:setvalue inside ahref

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

RE:setvalue inside ahref

Reddy, Gopikrishna
Hi ,
Iam new to Orbeon can anybody suggest me how can i setvalue of node in ahref,Iam sending my code
 
 <td>
    <a href="/usertasklist/forms/REFERENTIAL" target="_blank"><b>View Referential Data</b></a>
    </td>
 
Here onclick of hyperlink iam opening a new window i need to pass value of one node to new window,how can i do this .
 
 
Thanks and Regards,
K Gopikrishna Reddy
 
 
This e-mail (and any attachments), is confidential and may be privileged. It may be read, copied and used only
by intended recipients. Unauthorized access to this e-mail (or attachments) and disclosure or copying of its 
contents or any action taken in reliance on it is unlawful. Unintended recipients must notify the sender immediately 
by e-mail/phone & delete it from their system without making any copies or disclosing it to a third person.



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: RE:setvalue inside ahref

Erik Bruchez
Administrator
Easy, use the {} notation (Attribute Value Templates or AVTs):

<a href="{/usertasklist/forms/REFERENTIAL}" target="_blank"><b>View  
Referential Data</b></a>

-Erik

On Jun 7, 2008, at 11:21 AM, Reddy, Gopikrishna wrote:

> Hi ,
> Iam new to Orbeon can anybody suggest me how can i setvalue of node  
> in ahref,Iam sending my code
>
>  <td>
>     <a href="/usertasklist/forms/REFERENTIAL"  
> target="_blank"><b>View Referential Data</b></a>
>     </td>
>
> Here onclick of hyperlink iam opening a new window i need to pass  
> value of one node to new window,how can i do this .
>
>
> Thanks and Regards,
> K Gopikrishna Reddy
>
>
> This e-mail (and any attachments), is confidential and may be  
> privileged. It may be read, copied and used only
> by intended recipients. Unauthorized access to this e-mail (or  
> attachments) and disclosure or copying of its
> contents or any action taken in reliance on it is unlawful.  
> Unintended recipients must notify the sender immediately
> by e-mail/phone & delete it from their system without making any  
> copies or disclosing it to a third person.
>
>
> --
> You receive this message as a subscriber of the [hidden email]  
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws