MAIL PROTECTED]>
To: "Struts Users Mailing List"
Sent: Tuesday, October 11, 2005 2:41 AM
Subject: Re: html:text not interpreted :-(
> no, just put a simple html:text to see if a text box appears, I thought I
will get this done and then continue adding more elements adding action
cla
"Struts Users Mailing List"
To
Struts Users Mailing List
cc
Subject
Re: html:text not interpreted :-(
ok I attached files , I access this page using
http://localhost:8090/rs/tiles/example.jsp
It displays header, left pane, content, footer. But does not show text box
in conte
Have u map it with form-bean.
bib_lucene bib <[EMAIL PROTECTED]>
10/11/2005 11:54 AM
Please respond to
"Struts Users Mailing List"
To
Struts Users Mailing List
cc
Subject
Re: html:text not interpreted :-(
ok I attached files , I access this page using
http://l
ok I attached files , I access this page using http://localhost:8090/rs/tiles/example.jsp
It displays header, left pane, content, footer. But does not show text box in content.
Thanks for your help.
bibWendy Smoak <[EMAIL PROTECTED]> wrote:
From: "bib_lucene bib" <[EMAIL PROTECTED]>> I still cann
From: "bib_lucene bib" <[EMAIL PROTECTED]>
I still cannot see the text field in body.
This is the content of my web.xml
If you're using the known URI for the taglibs, then you don't need
in web.xml. (Fix the Tiles URI before removing its from web.xml
though.)
Are you sure your browser has
<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"; prefix="bean" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic"; prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-h
I get this error from time to time, I forget things ;-) Maybe it would
be nice, if every tag library had an "I am here" tag, which would
produce an HTML comment, when taglib is found.
Michael.
On 10/10/05, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> From: "bib_lucene bib" <[EMAIL PROTECTED]>
>
> > I
From: "bib_lucene bib" <[EMAIL PROTECTED]>
I have put the taglibs on top of template.jsp
<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"; prefix="bean"
%>
<%@ taglib uri="http://jakarta.apache.o
It appears you didn't include the html taglib:
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html"; prefix="html" %>
/robert
bib_lucene bib wrote:
Hi
I am working on a sample struts tiles app . I got here http://www.roseindia.net/struts/struts_tiles.shtml
This is a very basic tiles ap
Hi
I am working on a sample struts tiles app . I got here
http://www.roseindia.net/struts/struts_tiles.shtml
This is a very basic tiles app.
The app itself runs fine.
But in the content.jsp if I put the line
nothing shows up.
I expected a text box to showup but nothing is shown. If i do
10 matches
Mail list logo