Re : s:url tag - multiple params with same name

2010-08-06 Thread François Rouxel
should be working, did you put in s:url tag includeParameters='get' ? - Message d'origine De : Stephen Turner À : user@struts.apache.org Envoyé le : Ven 6 août 2010, 16h 48min 06s Objet : s:url

s:url tag - multiple params with same name

2010-08-06 Thread Stephen Turner
Hello all, I'd like to format a URL with multiple parameters having the same name, eg: ?pn=firstval&pn=secondval&pn=thirdval Is this possible using ? I've tried this: This doesn't work - I get: ?pn=thirdval Doing something similar with the JSTL tag does work, but I'd li

Re: Struts2+json question

2010-08-06 Thread Steven Yang
this is the matter with how you handle your result in your javascript and how you communicate with your javascript in you case, you should always return a json because your doing your validation by AJAX right? its in your javascript that you need to tell whether the login was successful or not, i