My problem seems pretty simple. I've got an order/line item type situation. The order page links to the line item listing page with a DirectLink with the orderId as a parameter. The line item listing page has a form for editing each line item (with a ListEdit component). The line item form remembers the orderId with a Hidden component in the form.
Now here's the issue: I want to display the order name ABOVE the form. The order cannot be retreived until the listener method of the Hidden component populates the order. Is there any way to defer rendering of the order name Insert component until the Hidden field in the form is rendered? Or perhaps there's an easy way around this that I'm missing? Thanks, --Steven --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
