Re: URL tag question

2024-10-30 Thread Lukasz Lenart
śr., 30 paź 2024 o 16:32 Matt Williams napisał(a): > > Thanks Nate! I overlooked that! > This does work! > > > name="myData" value="%{#myDataList}" /> > Feel free to edit the page and add your example, PRs are welcome :) Cheers Łukasz --

Re: URL tag question

2024-10-30 Thread Matt Williams
Thanks Nate!  I overlooked that! This does work! Matt On Wednesday, October 30, 2024 at 10:01:05 AM CDT, Nate Kerkhofs wrote: Hi Matt, Based on the documentation at https://struts.apache.org/tag-developers/url-tag, you shouldn't add each param as an individual child tag, but

RE: URL tag question

2024-10-30 Thread Nate Kerkhofs
Hi Matt, Based on the documentation at https://struts.apache.org/tag-developers/url-tag, you shouldn't add each param as an individual child tag, but instead put them all into an Array or Iterable object and add that as the value for a single param child tag. Regards, Nate -Original Mess