Hi,

I have a problem with action-Mapping in the J2EE-reference implementation
(j2sdk221.3).

In my index.jsp is the html:form definition:

  <html:form name="TimeFormBean" action="/time.do"
type="Time.TimeFormBean">

but the PageSource of the resulting HTML-Page is

  <form name="TimeFormBean" method="POST" action="/TimeRoot">

it should be

   <form name="TimeFormBean" method="POST" action="/TimeRoot/time.do">

Had anybody else this problem and solved it???

Gruß
Michael

--
Java - write once, run anywhere



Reply via email to