Hi, everyone.

 

I have an app that will be published at internet with apache + JBoss Server.

So, it will be published on the address above:

 

 <http://sis.enovar.com.br/> http://sis.enovar.com.br/

 

But the problem is that html:form writes more than just the “.do” thing

 

<html:form action=”example” ...>

 

becomes

 

<form action=”/sis/example.do” …>

 

So, when i submit the page, it is trying to go to 

http://sis.enovar.com.br/sis/example.do

and actually I was wondering it goes to

http://sis.enovar.com.br/example.do

 

Does anyone have any tip to solve my problem?

 

I’m using struts 1.2

 

Thank’s

----------------------------------
Roberto Costa Lima Jr.
e-novar Soluções Tecnológicas
 <http://www.enovar.com.br/> www.enovar.com.br

+55(85) 4009-5860
+55(85) 9104-6526

 

Reply via email to