Re: couldn't access s:include param using #parameters

2008-08-27 Thread Becky . L . O'Sullivan
Please respond to Re: couldn't access s:include param "Struts Users using #parameters Mailing List" <[EMAIL PROTECTED]

Re: couldn't access s:include param using #parameters

2008-08-26 Thread ravi_eze
i remember some one having the similar issue... and the fix was to use scriplets <%= request.getParameter("") %> or <%= request.getAttribute("") %> should work -- ravi -- View this message in context: http://www.nabble.com/couldn%27t-access-s%3

Re: couldn't access s:include param using #parameters

2008-08-26 Thread Musachy Barroso
Date: Tue, 26 Aug 2008 18:10:14 -0700 >> From: [EMAIL PROTECTED] >> To: user@struts.apache.org >> Subject: couldn't access s:include param using #parameters >> >> >> Okay I have made 2 small jsp. I can't access parameters passed in from >> s:include (struts

RE: couldn't access s:include param using #parameters

2008-08-26 Thread Martin Gainty
] > To: user@struts.apache.org > Subject: couldn't access s:include param using #parameters > > > Okay I have made 2 small jsp. I can't access parameters passed in from > s:include (struts 2.0.11.2) by #parameters. OR > #parameters['']. Am I doing something

couldn't access s:include param using #parameters

2008-08-26 Thread crappycrumpet
do like this 'quicktestincluded.do?defaultValue=0' it would give me: parameter with $ { } : 0 parameter with s:property: 0 -- View this message in context: http://www.nabble.com/couldn%27t-access-s%3Ainclude-param-using--parameters-tp19173169

Re: Using parameters

2006-01-13 Thread Emmanouil Batsis
Emmanouil Batsis wrote: salva wrote: Hello, is it possible to put the attributes from the form to the url if the user press the submit button? Use GET as the submition method. Nope, not a weird HTTP extention or anything. Should be submission ;-) Manos

Re: Using parameters

2006-01-13 Thread Emmanouil Batsis
salva wrote: Hello, is it possible to put the attributes from the form to the url if the user press the submit button? Use GET as the submition method. Manos - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Using parameters

2006-01-13 Thread salva
Hello, is it possible to put the attributes from the form to the url if the user press the submit button? So the user can copy the link and use maybe later. Thx :) like //SearchPage http://www.sasdfsdf.com/Search.jsp isbn 31334 maxprice 23 //submit <-- --