Tagged Questions
The jsp-fragments tag has no wiki summary.
2
votes
1answer
547 views
How to create a Macro/Snippet/HTML Fragment/Named section in JSP without using tags/includes/JSPFragments?
This might be a very newbie question, but I didn't find anything satisfying
I want to do somethign like this in JSP (out of the box preferably):
e.g. in a file called products.jsp an imaginary ...
2
votes
1answer
515 views
How do I get Aptana to recognize .jspf files?
How do I get Aptana to recognize .jspf files?
I'd like to have syntax highlighting for .jspf files. I'm sure there's a preference/config option or an xml file to edit, but I'm not finding it.
I ...
1
vote
1answer
175 views
Is it possible to add jspf files to a jsp page without using jsp:include?
What I want to achieve is something similar to a master page in asp.net. I'm following a tutorial, but I may have missed something cause I have added my header.jspf and footer.jspf to the WEB-INF/jspf ...
1
vote
1answer
79 views
Using JSP-Fragments outside of the tag where it was defined
I want to define a template using a JspFragment. That's why I created the following Tag class:
public class CreateTemplateTag extends SimpleTagSupport {
private String name;
public void ...
1
vote
1answer
162 views
Error in includign jspf
I want to make include jspf into index jsp page , these statements
<%-- any content can be specified here e.g.: --%>
<%@ page pageEncoding="UTF-8" %>
aappears in the index page !!
...
1
vote
1answer
1k views
Difference between JSPF and JSFF file-types?
What is the difference between JSPF and JSFF file-types?
I have not been able to find sufficient information on JSFF files online.
JSPF and JSFF refer to JSP Fragment and JSF Fragment ...
0
votes
0answers
45 views
Default Value For Calendar
I am trying to add a default value to the calendar in my jspf file using Woodstock component library:
<div class="rave-layout" xmlns:f="http://java.sun.com/jsf/core"
...
0
votes
2answers
75 views
Including lots of jspf files in a jsp file causes high memory usage
We have a web page, running on a glassfish server. In our jsp file we have a lot of includes like the one below.
<jsp:directive.include file="johndoe/foobar.jspf"/>
These files are included ...
0
votes
1answer
84 views
ANT task to include source files for GWT
I am trying to use : http://code.google.com/p/jspf/ within a GWT framework. I know that GWT needs source of the included classes. I have placed the code for jspf in my {SRC_DIR} and my build.xml ...
0
votes
1answer
399 views
Include jspf file with custom tag
How can I add jspf file to jsp page via custom tag?
In the tag support class I can add code of jspf using....
JspWriter writter = this.pageContext.getOut();
writter.append( "html code");
But what ...
0
votes
1answer
189 views
problem with encoding when using jspf
When I include jspf inside jsp page such as:
<jsp:include page="anyJSPF.jspf">
the encoding of all Arabic contents has been unreadable. Where can I set encoding style to UTF-8 when including ...
-1
votes
1answer
5 views
How to Include Image tag in JSPF file
I want to image to be included in "usermenu.jspf file which is then included in main flat_status.jsp file
<tr title="Apply Here">
<td height="41" ...