That's the Big Deal! If I use <s:url> and a anchor <s:a>, this would work. The problem here is I must call this action and send these params when I get OnBlur of some <s:textfield>. I'm calling a JavaScript function that redirect to a JSP and trying to use this <s:action> to send the params.
A dummie question. You said ParameterAware. So why exactly should I use that to get simple parameters? I wonder if there isn't a way to do that by using JavaScript (dojo.io.bind) without redirect to a JSP and use a <s:action> Some Idea? Thanks, Felipe Dave Newton-4 wrote: > > --- Felipe Rodrigues <[EMAIL PROTECTED]> > wrote: >> I'm not so sure about OGNL purpose and syntax. > > http://struts.apache.org/2.x/docs/ognl.html > http://struts.apache.org/2.x/docs/ognl-basics.html > > In theory EL expressions *should* go to the OGNL stack > if they're not found in scope. > >> Any other idea? > > If you have the appropriate get/setters for newValue, > varId, outConsiderValue, and depValue, and are > implementing ParameterAware (AFAICT that's a > requirement for propogating parameters, but that might > only be for "complex" parameters--anyone?) there > shouldn't be any issues... > > I know I create several links with two or three > parameters with no issues, but I probably haven't > tested that part of my app for awhile (kind of lagging > behind schedule right now due to new work :( I think > I'm also using <s:url.../> to create the link, not > <s:action.../> -- I don't know if that would make a > difference or not. > > Dave > > > > > ____________________________________________________________________________________ > Now that's room service! Choose from over 150,000 hotels > in 45,000 destinations on Yahoo! Travel to find your fit. > http://farechase.yahoo.com/promo-generic-14795097 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Action-tag-with-lots-of-params----tf3728936.html#a10616198 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]