> Bernard and I had a similar weekend - I'm porting a WW
> 1.0 app to WW/Xwork (for fun, not production), ran
> into the same null pointer and resolved it the same
> way (root components in otherwise empty
> components.xml).  I'll pull my ServletContextListener
> as the real solution.  Thanks!

Also pull the other listener and the filter (the three combined handle the
three component scopes: request, session, and application). We'll make this
very clear in the documentation.


> ActionContext.getSession() always returns a null Map.
>
> I've replaced this with:
>
> ServletActionContext.getRequest().getSession()

This sounds like a bug.

> The other issue I ran into was the absence of many of
> the WW 1.0 JSP tags - url, action and bean in
> particular.  The roadmap makes no mention of these and
> I couldn't find details in the archives so I'll just
> ask: what are the status of these tags - deprecated,
> not yet implemented, terminated?

Yes, we plan to get these in.

-Pat



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to