facebook

Can we call Action from HTML using href tag??

  1. MyEclipse IDE
  2.  > 
  3. Off Topic
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #236194 Reply

    jdsrinivas
    Member

    My HTML File should have code like this

    <a href=”../../processLinks.do”>Link using HTML <a> tag</a><br />

    and my struts-config file’s action mapping looks like this

    <action path=”/processLinks”
    type=”examples.links.ProcessLinksAction”
    name=”testForm”
    scope=”request”
    input=”/jsp/links/Links.html”
    validate=”false”>
    <forward name=”success” path=”/jsp/links/LinksResults.jsp”/>
    </action>

    Will it work properly??

    Thanks In Advance

    JDSrinivas

    #236195 Reply

    jdsrinivas
    Member

    please note that Iam using HTML file as input

    #236215 Reply

    Riyad Kalla
    Member

    Moving to OT > Soft dev.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Can we call Action from HTML using href tag??

You must be logged in to post in the forum log in