(Tapestry 3.0.3) Newbie alert! Could not find any solution in the
archive, so please bare with me:
I've got a component with a border component wrapped around it.
Depending on a parameter passed from my component to it's border, the
border should display a navigation or should not:
<parameter name="printView" type="boolean" direction="in"/>
Now, I've tried to add two more parameters that should be set from the
component:
<parameter name="languageKey" type="String" direction="in"/>
<parameter name="pageKey" type="String" direction="in"/>
This had the following effect:
a) when I don't set a "direction" attribute, the page displays fine (as
before), but the languageKey and pageKey values are not set (of course)
b) as soon as I set the direction (in either or both of the new
parameters), the page crashes with the following exception message:
2005-08-02 14:14:25,373 ERROR BaseComponentTemplateLoader - Template
for component CRRentalList does not reference embedded component:
ConditionalPrintView.
Even when I remove the ConditionalPrintView component from the html I
get the error message. Any ideas anyone? Thanks a bunch!
-Will
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]