struts; blank action in generated form tag

K

kostyan

Hi, not sure what i've changed or when but now all my "action" in the
form tag generate blanks.
i.e.

<html:form action="/login">
would resolve into
<form name="LoginForm" method="post" action="">
where is my action?!?

sampe struts config
<action path="/login" type="com.foobar.LoginAction"
name="LoginForm" scope="request" validate="true"
input="tile.login">
<forward name="success" path="tile.login" />
</action>

any clues? thank you.

P.S.
using latest version of both struts & tomcat.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,733
Messages
2,569,440
Members
44,830
Latest member
ZADIva7383

Latest Threads

Top