All you want is the mailto link? Couldn't you do: <a href="ognl:'mailto:' + address" jwcid="@Any">Mail to Wherever</a> ? (replace address above with the appropriate variable name). Robert
Richard Hart wrote: > Hello, > > I have only started playing around with Tapestry in the last few days and am > really enjoying but I am totally stumpped as to how I can create a "mailto" > link. I have searched through the documentation but haven't found it very > helpful as to how to create links of any kind. > > I have set up a BasePage class with, for example, a variable containing the > email address. I just don't understand how to embed that into a link? > > Any help is appreciated. > > Regards, > > Richard > > > --------------------------------------------------------------------- > 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]
