I've got an s:link tag on a page. The tag has an s:param, which
correctly gives me an anchor tag that looks like:

  http://localhost:8080/foo/action/cs/company/save?company=8

The default handler in my action is called "launch"; note that there's
no explicit "_eventName" in my link.

Somehow, when the type converter for my class runs (I'm using
Stripersist, so it's EntityTypeConverter), the key it's getting
(according to the log message, and nothing looks funny about the log
code) is

  8?_eventName=launch

As you can imagine, that doesn't work out too well.

I'll start looking through the source to see what's deciding to add
the event name parameter like that.


-- 
Turtle, turtle, on the ground,
Pink and shiny, turn around.

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to