Hi

The URL did contains 'action' but I have been using 'action' as a
parameter for weeks and it is working fine.

btw how do I get the URL path? It is not shown in the browser.

------------------
struts-config
------------------
<action name="projectForm" path="/NewProject" attribute="project"
input="/WEB-INF/CreateProject.jsp" parameter="actionx" scope="session"
type="sg.edu.astar.flamingo.web.proteomics.action.CreateNewProjectAction" 
validate="true">
      <forward name="displaycreateexperiment"
path="/CreateExperiment.do"/>
    </action>


On Tue, 2004-09-21 at 11:21, Jitender K Chukkavenkata wrote:
> Hi,
> I need the url that you are giving for <html:form> and also the mapping of 
> the same in struts-config.xml...The error might be like you are using some 
> conflicting properties because, "forward", "href", "page" or "action" are 
> exclusive properties.  Any combination of  these properties for a tag 
> generates such kind of errors.
> 
> Thanks,
> Jitender Kumar C.V.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to