very urgent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arull
    New Member
    • Mar 2008
    • 9

    #1

    very urgent

    hi all,

    i am having the jsp code for the following :

    <input type="hidden" name = "id" value = "<%= sdto.getCategor y()%>">

    i want to pass the hiiden filed to another jsp page.


    pls help me
  • ak1dnar
    Recognized Expert Top Contributor
    • Jan 2007
    • 1584

    #2
    So are you planing to use a FORM for this? or you want to pass it to the next page(s), without any user interaction? may be you should provide more details for us.

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by arull
      hi all,

      i am having the jsp code for the following :

      <input type="hidden" name = "id" value = "<%= sdto.getCategor y()%>">

      i want to pass the hiiden filed to another jsp page.


      pls help me
      Please read the "Use a good title" section of the site's guidelines.

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by r035198x
        Please read the "Use a good title" section of the site's guidelines.
        More than an hour has passed by since the OP posted his "very urgent" question
        and it still isn't answered; so I suggest "extremely urgent" for a title now ;-)

        kind regards,

        Jos ;-)

        Comment

        • ranjith1985
          New Member
          • Mar 2008
          • 1

          #5
          Originally posted by JosAH
          More than an hour has passed by since the OP posted his "very urgent" question
          and it still isn't answered; so I suggest "extremely urgent" for a title now ;-)

          kind regards,

          Jos ;-)
          Just keep the element inside <FORM></FORM> and then use submit element to pass the value from one jsp to another..

          For that, u should know the action attribute in <form> element..

          Regards,
          Ranjith

          Comment

          • r035198x
            MVP
            • Sep 2006
            • 13225

            #6
            Originally posted by ranjith1985
            Just keep the element inside <FORM></FORM> and then use submit element to pass the value from one jsp to another..

            For that, u should know the action attribute in <form> element..

            Regards,
            Ranjith
            Probably too late.

            Comment

            • JosAH
              Recognized Expert MVP
              • Mar 2007
              • 11453

              #7
              Originally posted by r035198x
              Probably too late.
              Mwah, "ultimately urgent" will do ...

              kind regards,

              Jos ;-)

              Comment

              Working...