Yes,
http://struts.apache.org/struts-taglib/tagreference-struts-html.html#html:link

If you will use html:link inside an iteration use the properties
(indexed,indexId)
If you want to compose a URL like
Action1.do?ID=2
use

<html:link action="Action1" paramId="ID" paramName="theFormBeanName"
paramProperty="thePropertyInTheForm">link</html:link>

Ahmed Hashim

On 2/27/06, Jim Reynolds <[EMAIL PROTECTED]> wrote:
>
> I have created a ecommerce site using struts, and using the full array
> of html:# tags.
>
> I am at the point of trying to index the site better, and one thing I
> have noticed with most sites that index well, and according to what I
> hear from google. The href links, which I currently use html:link with
> are candidates for indexing.
>
> The problem I have, is that I would like the full url to show up in
> the links, as that is a good index line. It is the url of the site.
> Without it, the link is only a .do or whatever.
>
> Question: Is there a 'clean' way to get the full url to show up in the
> links. In my mind clean means, I get the full url + context name:
>
> Any ideas?
>
> Thanks,
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
http://del.icio.us/ahashim

Reply via email to