Robert/Inge,
Where should I put the html files?  I created a help subdirectory under 
context, right next to my images directory but I am not finding it.

Thoughts?

thanks,

Mark


-----Original Message-----
From: Robert Zeigler [mailto:[EMAIL PROTECTED]
Sent: Tue 9/6/2005 1:10 PM
To: Tapestry users
Subject: Re: Generating popups...
 
It's a component... /any/ of the parameters (including informal ones)
can be generated dynamically.

<a jwcid="@contrib:PopupLink" href="ognl:generatedLink"
class="ognl:generatedClass" id="ognl:generatedID">Help link</a>

And so on and so forth... :) (where generatedXXX correspond to
getGeneratedXXX() methods in te page or component .class file)

Robert

Mark Stang wrote:
> Inge,
> That looks good.  Do you know if the href can be generated dynamically?
> 
> thanks,
> 
> Mark
> 
> 
> -----Original Message-----
> From: Inge Solvoll [mailto:[EMAIL PROTECTED]
> Sent: Tue 9/6/2005 10:15 AM
> To: Tapestry users
> Subject: Re: Generating popups...
>  
> <a jwcid="@contrib:PopupLink" href="/html/help/yourHelpPage.html">Help 
> link here</a>
> 
> Would this be any good?
> 
> Inge
> 
> Mark Stang wrote:
> 
>>Hi,
>>I need to generate a bunch of popups where only the HTML will change.  Is 
>>there a component that can be passed a parameter to display different HTML 
>>files dynamically?
>>
>>Basically, this is my online help system implemented as a group of popups.
>>
>>thanks,
>>
>>Mark
>>
> 
> 
> 
> ---------------------------------------------------------------------
> 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]


Reply via email to