I would like to add, along with regular Woody fields populated by XML binding, hyperlinks to other URLs based on values from that same XML document.
 
For instance, in order to edit the properties of a product I have input fields for SKU#, dimensions, price, etc.
But I would also like to provide a link to jump to the page to edit the category this product belongs to.
The category code, in my application, is a read-only value on the product editing page, which should be presented as a link with a "<a href="" tag.
 
How can this be done?
 
Thanks,
 
jlerm

Reply via email to