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.... 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]