> The easiest way to find these is by looking in the display.tld file with
> your favorite XML editor.

I was afraid you were going to say that. I was looking for requestURI
earlier and didn't find it until you pointed it out :->

>
>> -----Original Message-----
>> From: James CE Johnson [mailto:[EMAIL PROTECTED]
>> Sent: Thursday, March 13, 2003 2:46 PM
>> To: [EMAIL PROTECTED]
>> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
>> [EMAIL PROTECTED]
>> Subject: Re: [displaytag-user] Using the display:* taglib with tiles
>>
>>
>> >> Hi,
>> >>
>> >> I'm pretty sure I read the solution to this just last
>> night but now I
>> >> can't find it...
>> >>
>> >> The display:* taglib will let me do something like this:
>> >> <display:table width="75%" name="reportList">
>> >>   <display:column property="reportCategoryName"
>> >>     title="Category" group="1" sort="true"/>
>> >>
>> >> The resulting HTML will be a table and the 'Category'
>> header will be
>> >> a link of the form:
>> > http://.../MyApplication/WEB-INF/jsp/layout.jsp?order=dec&sort=1
>> >>
>> >> What I want is more along the lines of:
>> >>     http://.../MyApplication/some/action.do?order=dec&sort=1
>> >>
>> >> Isn't there some tiles trick that sets things up so that
>> this works?
>> >>
>> >> Thanks,
>> >> J
>> >>
>> >
>> > You can specify a requestURI attribute as part of the
>> <display:table>
>> > tag.
>>
>> Yes, thank you. That does help a lot. Not to be a dumbass...
>> but where the
>> heck are all those attribute documented?
>>
>> >
>> > HTH,
>> >
>> > Matt
>>
>>
>> ---------------------------------------------------------------------
>> 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to