|
Don Brown made changes - 23/Apr/06 04:52 AM
I agree with Niall that this would also be a problem with the regular tag, but I'm not seeing how the original URI isn't set. Are you using a custom request processor chain? Is this happening on a chained action? Could you give some details on what you were doing when you encounted this error? Thanks, we'll get to the bottom of it yet! :)
Don Brown made changes - 28/Apr/06 11:37 AM
Fixed reported-by so this shows up in my list.
Wendy Smoak made changes - 07/May/06 02:41 AM
The 'action' attribute of <html-el:form> is now optional.
http://svn.apache.org/viewcvs?rev=404737&view=rev After fixing the TLD, I'm unable to reproduce the NullPointerException. In an example app, this JSP <html:form> correctly renders this HTML: <form name="inputForm" method="post" action="/mywebapp/Input.do"> Closing as fixed.
Wendy Smoak made changes - 07/May/06 02:28 PM
This may be related to
That might explain why I couldn't reproduce the problem with a simple (non-Tiles) example.
Paul Benedict made changes - 04/Jul/07 03:36 AM
Jeff Turner made changes - 01/Feb/10 01:03 AM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
FormTag. My guess is you've hit a scenario where it just doesn't work - EL or
regular. Looks for some reason like the original URI is null, causing the
problem. Have you tried it with the regular "non-EL" FormTag - I suspect that
would also do the same.
I started trying to add a postback example to the struts-examples webapp - but
I found other problems - See
STR-2795.