2 Replies Latest reply on Nov 14, 2001 10:28 PM by foglesa

    How to get jsp include working with taglibs

    kesavramesh

      Hi all,
      The problem i have in hand is that i need the following
      jsp tag to be executed in betwen the taglib.



      <jsp:include page='<%="/crm/common/date/"+PolymorphicModelControl.getViewFromModel(request,"registerToDate")%>' />



      This jsp include will give me date as select boxes for year/month and date.

      i have the taglibs for tr and td .
      but when i put the jsp include code as such i am getting error unknown jsp include tag

      but if i create a taglib for this jsp include i am getting only the text as above .
      <jsp:include page='<%="/crm/common/date/"+PolymorphicModelControl.getViewFromModel(request,"registerToDate")%>' />
      Means in my screen i get blank but when i check the source code it has the above html tag.

      But this jsp does not seem to compile and get me the exact result.i need the select boxes in my screen.

      can anybody tell me how i can accomplish this.any piece of code will do me a great help.


      Regards

      Ramesh Kesavanarayanan