Uploaded image for project: 'Beehive'
  1. Beehive
  2. BEEHIVE-1115

problem with Jpf.NavigateTo.currentPage

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.1
    • 1.0.2
    • NetUI
    • None
    • Windows XP

    Description

      When I use <jsp:include > in a jsp page

      Jpf.NavigateTo.currentPage is goin to the includes page

      In the below example it always goes to sample.jsp

      ------------------------------------
      <%@ page language="java" contentType="text/html;charset=UTF-8"%>
      <%@taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%>
      <%@taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
      <%@taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="netui-template"%>

      <netui:html>
      <head>
      <netui:base/>
      </head>
      <netui:body>
      <netui:form action="start">
      <p>Beehive NetUI JavaServer Page - ${pageContext.request.requestURI}</p>
      <netui:anchor action="start" formSubmit="true">sample</netui:anchor>
      <netui:label value="${actionform.value}" defaultValue="sa"></netui:label>
      <netui:textBox dataSource="actionForm.value"></netui:textBox>
      <jsp:include page="sample.jsp"/>
      </netui:form>
      </netui:body>
      </netui:html>

      Attachments

        Activity

          People

            jzhuo Julie Zhuo
            ssurapan Srinivas Surapaneni
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: