problem with Jpf.NavigateTo.currentPage
---------------------------------------
Key: BEEHIVE-1115
URL: http://issues.apache.org/jira/browse/BEEHIVE-1115
Project: Beehive
Type: Bug
Components: NetUI
Versions: 1.0.1
Environment: Windows XP
Reporter: Srinivas Surapaneni
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"%>
<[EMAIL PROTECTED] uri="http://beehive.apache.org/netui/tags-html-1.0"
prefix="netui"%>
<[EMAIL PROTECTED] uri="http://beehive.apache.org/netui/tags-databinding-1.0"
prefix="netui-data"%>
<[EMAIL PROTECTED] 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>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira