On 22/02/2008, Sanath <[EMAIL PROTECTED]> wrote:
>
>
> I have a displaytag that needs to have 3 columns and I have applied a URL
> attribute to the first column of the display tag. Other 2 columns doesn't
> have a url attribute. MY PROBLEM IS THAT WITH DISPLAYTAG 1.1.1, WHEN I
> CLICK
> AND COLUMN, IT GOES TO THAT GIVEN URL. I HAVE THE APPFUSE LIGHT (EQUINOX)
> project which uses display tag 1.0 and in that display tag, only the
> columns given with the url attribute are clickable.
>
> What is the approach that needs to be taken to achieve the same with using
> the displaytag 1.1.1
>
> YOUR HELP is highly appriciated. THNX....
Towards the bottom of the page (or somewhere on the page) you should have
code of the form:
<script type="text/javascript">
highlightTableRows("table_id");
</script>
This is the code that makes the entire row clickable. Remove it and just the
cell should be clickable.
Mike.
MY JSP code for the display tag
>
> <display:column property="id" sort="true" href="editUser.html"
> paramId="id" paramProperty="id" titleKey="user.id"/>
> <display:column property="lastName" sort="true" titleKey="user.lastName"
> />
> <display:column property="address" sort="true" titleKey="user.address" />
> --
> View this message in context:
> http://www.nabble.com/Display-tag-link-problem-tp15633385s2369p15633385.html
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>