RE: Newbie: html:link with action taken from bean

2005-09-14 Thread Wojciech Ciesielski
Thank you - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Newbie: html:link with action taken from bean

2005-09-14 Thread Kishore Senji
Define a scripting variable with the "actionUrl" and use that in your like so On 9/14/05, Wojciech Ciesielski <[EMAIL PROTECTED]> wrote: > > Hi there, > > > > I am quite new to JSP and struts. So - as I suppose - quite "lame" > question > ;-) > > In order to implement bread crumbs fe

Re: Newbie: html:link with action taken from bean

2005-09-14 Thread Wendy Smoak
From: "Wojciech Ciesielski" <[EMAIL PROTECTED]> In order to implement bread crumbs feature I have a collection bean, You might want to take a look at Struts Layout, it already has support for breadcrumbs: http://struts.application-servers.com/doc/tags/crumbs.html -- Wendy Smoak --

Newbie: html:link with action taken from bean

2005-09-14 Thread Wojciech Ciesielski
Hi there, I am quite new to JSP and struts. So - as I suppose - quite "lame" question ;-) In order to implement bread crumbs feature I have a collection bean, containing simple PathElement objects in request scope. Each PathElement contains two attributes: - titleKey (for resource ke