Re: s:url does not include parameter

2009-04-14 Thread Jeroen De Ridder
It's evaluating ALL as an OGNL expression, not a string literal. Use either s:url action=ListFeatures namespace=/secure/jsons:param name=statusALL/s:param/s:url or s:url action=ListFeatures namespace=/secure/jsons:param name=status value='ALL' //s:url (notice the extra single quotes in

Re: s:url does not include parameter

2009-04-14 Thread Dave Newton
john.c.cartwri...@noaa.gov wrote: I'm trying to understand why the following does not produce a URL w/ the requested parameter appended. Can someone please help me? var url = s:url action=ListFeatures namespace=/secure/jsons:param name=status value=ALL //s:url; //produces

Re: s:url does not include parameter

2009-04-14 Thread John Cartwright
OK, makes perfect sense now. Thanks to both Dave and Jeroen for your prompt replies! --john Dave Newton wrote: john.c.cartwri...@noaa.gov wrote: I'm trying to understand why the following does not produce a URL w/ the requested parameter appended. Can someone please help me? var url =

RE: s:url does not include parameter

2009-04-14 Thread Martin Gainty
peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. Date: Tue, 14 Apr 2009 16:12:59 -0600 From: john.c.cartwri...@noaa.gov Subject: Re: s:url does not include parameter To: user@struts.apache.org OK, makes perfect