--- On Wed, 11/26/08, Tomi21 <[EMAIL PROTECTED]> wrote:
> What I've done next is changing 'struts.xml' so
> there are no interceptors configured.
> The packagedoes not extend struts-default anymore.
> The action is still being executed but the parameter is not
> being set anyway.:(

Well that's hardly surprising, it's an interceptor that sets parameters.

On your previous example the test println isn't even being executed, so there's 
something else wrong, no? What if you use the url tag's "action" attribute w/o 
the ".action" extension? Is the link rendering properly?

In general we don't use the <s:a...> tag for non-Ajax URLs, too--what if you 
use a plain HTML <a...> tag with the generated URL?

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to