Tagged Questions
-1
votes
1answer
35 views
Not able to understand the why register method is not being called after prepare. always customeraction-validation.xml is being called
I am developing a sample web application in struts2. But i am getting some weird behaviour
CustomerAction.java
package com.astro.action;
import java.io.Serializable;
import java.util.ArrayList;
...
0
votes
1answer
92 views
JSP Tiles without Struts with Maven
You can see in screenshots exception and the web.xml file to config tiles-defs.xml.
But i couldn't understand what is the problem about tiles? Is it wrong web.xml tiles configuration? Thanks for your ...
0
votes
1answer
171 views
Spring MVC mapping not working: PageNotFound
When i visit localhost:8080/home - i get:
WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/home] in DispatcherServlet with name 'appServlet'
When i ...
0
votes
1answer
137 views
Which is the better way to create dynamic layout managment in jsp
Here I am started to design a portal wise home,login,register ....around 10 common jsp pages.
Its very hard to create these many jsp pages for each portal ,which is an most elegant way.So decided to ...
1
vote
1answer
250 views
How to set EL variable in struts value stack
I'm using tiles to include a .jsp on my page and I'm passing variables to it however I have no way of accessing the values I pass in struts tag.
The only way I can think of is to add a EL value to ...
0
votes
1answer
112 views
apache tiles: expression language stopped to work with maven
I had a spring-3.2.1/tiles-3.0.1 project where I had expression language working with tiles. This means that expressions such as ${jukebox.name} worked in tile attribute expressions (and printed Metal ...
1
vote
1answer
54 views
I am using tiles but the css file of baselayout wont be applied on all pages
the problem is that I have a css file that is pointed from my baselayout.jsp file as following, when I am in index.php it applies the css but when I move to Profile/view.jsp it does not.
when I look ...
0
votes
2answers
206 views
How to rewrite URL addresses using struts2?
I am expecting my code to reformat the URL and show them as following (with / )
http://www.example.com/myProject/Profile/view.action
http://www.example.com/myProject/Profile/edit.action
but it ...
1
vote
0answers
173 views
How to pass parameter from body page to header page in tiles?
My tiles layout page has three section i.e. header, body and footer.
The layout is such that the title of page has to be defined in the header. Is there any way I can title from body page to the ...
0
votes
1answer
174 views
spring 3, tiles - JSp page loses all CSS effects after back or refresh
I have a spring 3 + tiles application with spring security and stuff in place. Unfortunately when I login a user (authenticate) and forward to a login home page, it all looks great, but when I refresh ...
2
votes
1answer
485 views
Dynamically modifying tiles in Struts
I'm trying to modify how my pages look like, based on which module is currently active. So basically, I have one common set of jsp pages, that need to have tiles changed based on the module.
I am ...
0
votes
1answer
406 views
spring message i18n with spring-mvc 3.2 + jsp + tiles 3
In the page "login.jsp", the value of the variable "title" cannot be transferred to the title tag in the "default.jsp" page, more specifically the code "arguments". When I visit the login url, the ...
1
vote
1answer
76 views
Providing object to any Tiles layout containing Tile in Spring MVC
I have a tile which lists articles from object provided to it. This tile is part of most pages, but not all of them. Is there any way of automatically providing object only to pages which need it ...
0
votes
1answer
269 views
Struts 1 - Tiles put boolean attribute
Is possible to put a primitive type, like a boolean as attribute?
pageContext.setAttribute("boolValue", boolValue);
and then
<tiles:put name="boolValue" beanName="boolValue" type="boolean" ...
1
vote
1answer
338 views
Tiles and ${pageContext.request.requestURL}
Usually, to get the request URL in a JSP, I would use
${pageContext.request.requestURL}
but on the project I am working with (because we use tiles I guess) if I run the above I get something like
...
0
votes
1answer
289 views
Using displaytag with Spring and tiles 2.0
i want a little help. I have a web application using Spring MVC and tiles 2 and i add displaytag yesterday but when i want to export the table in any format iget redirected to a page with the data of ...
1
vote
2answers
328 views
Is there any template engine for node.js express quitely like JSP?
I need a real jsp-mode template engine, not like jade and ejs:
just put a new page file in the webpage folder, type it's uri in browser, it will come to show
delete this page file, and it will gone
...
1
vote
2answers
204 views
Creating form elements at runtime in JSP
Hi I am creating an application where for each user form elements being displayed could be different
(type of element, number of element, label of the form element, order of appearance : all these ...
0
votes
0answers
158 views
Why JSP's trimDirectiveWhitespaces not works with Tiles2?
I ported my site from plain JSPs to Tiles2 and found that JSP directives from web.xml won't works anymore. For example, I have following configuration:
<jsp-config>
...
1
vote
1answer
186 views
Random JSP compliation errors - NullPointerException
I've got seemingly random NullPointerExceptions in a Java EE application with JBoss 4.0.5.GA. After deployment, loading certain pages will cause a 500 error:
org.apache.jasper.JasperException: ...
0
votes
1answer
138 views
Can a templating engine like Tiles, Velocity, Freemarker etc be used outside of a web application?
I have a requirement to generate an HTML file from data that will be generated dynamically from a single recordset of a number of database tables. The HTML file will be used as an attachemment in an ...
0
votes
1answer
137 views
How do you set page title for the specific ID pages of a paramID using JSTL
Using Tiles and JSPs. On a JSP, using ${param.ID} to get specific pages.
sub-category.jsp
<jsp:include page="categories/sub-category/${param.ID}.jsp" flush="true" />
...
0
votes
1answer
267 views
struts.xml don't see my tiles
hi I'm new in Struts2 and I have such problem
I write web app with tiles
This is structure of my app
this is my web.xml
<filter>
<filter-name>struts2</filter-name>
...
1
vote
1answer
398 views
Spring and Tiles - manually rendering JSP files
We are using Spring 3 and Apache Tiles to create web application that runs on Tomcat 7.
Is it possible, using those tools to manually generate HTML from JSP files in java code during runtime?
For ...
0
votes
1answer
149 views
Coexisting JSF and JSP
I have a java web project in which I use JSP, now I have to use jsf because I need a functionality wich cannot be provided by jsp only. The problem that I have is that I can't cohexist the two ...
3
votes
2answers
362 views
which one of these is the better approach of using tiles
Problem: I have two identical pages home.jsp and contact.jsp with same structure. They differs only in body content and title. I want to create a Layout page using tiles framework and reuse the code ...
0
votes
1answer
130 views
<c:catch> output value of the variable on the screen when no exception caught
In my web application I have to give this line to check whether an object has a field
<c:catch var="itemException">${item.masterOrderId}</c:catch>
However, it seems like when there is ...
1
vote
0answers
300 views
Spring MVC and tiles — how to set non-boolean “true/false” to checkbox
I have a web application with back end table has a column called type and another column called value. type indicates the components type (textfield, combobox, checkbox..etc), value is the actual ...
0
votes
0answers
98 views
Spring Tags — How to use same data set for two fields?
Maybe this is a two easy question but I am a newbie. My current project needs two field:select on the jspx which hold an entry for manager and another entry for assistant. So data in both drop down ...
0
votes
0answers
106 views
Struts 1.3 Tiles color of one tile overlapped to all?
I'm developing an application using struts1.3.8.
My application has menu and body parts.
Using Tiles Plugin i developed it.The menu background color is getting spreading to other tile(body) if that ...
0
votes
0answers
98 views
java internationalization(i18n) not working with Tiles but works properly for Struts-bean messages
I am developing a web application where after enabling tiles plugin and making a relevant pages we have "?????" instead of localized messages. Problem appear only in page with tiles message in other ...
0
votes
2answers
1k views
Spring MVC 3 Validator not displaying Error Message
I have problem with displaying error message in spring Application.i am using Spring MVC 3 and Apache Tiles. when i am having error in form than it will not displays error message.
please help me hear ...
0
votes
1answer
185 views
pass the values in the baselayout.jsp
I have a scenario that,
i have to pass some values in the layout.jsp (it is the parent jsp), where tiles attributes are defined.
Now my question is that,
can i make it possible that i can ...
0
votes
1answer
2k views
response.sendRedirect not working in Struts2 tiles
I am developing a struts2 project with tiles in which I want to use the keyword for redirecting from one jsp page to other page as,
<%
response.sendRedirect("search");
%>
In normal ...
0
votes
0answers
495 views
Tiles: Accessing Spring beans in JSP
When using InternalResourceViewResolver I can specify exposeContextBeansAsAttributes property:
<bean id="viewResolver" class="org.springframework.web.servlet.view.InternalResourceViewResolver">
...
0
votes
2answers
324 views
unwanted border coming for layout page of struts2 project
I am devoloping a struts 2 project in which layout page is creating an unwanted border over it. I tried to remove it by putting padding and border as 0 px. but still it is coming.
<%@ taglib ...
5
votes
1answer
2k views
JSP, Sitemesh and Tiles hardcore - any alternatives? [closed]
Tiles and Sitemesh look quite popular but this stuff is really old and look terrible compared to current awesome stuff from e.g. Ruby (ERB) or PHP (Open Power Template). These days template engines ...
0
votes
0answers
312 views
Using freemarker into tiles templates
I'm currently working on a project which is only using tiles templates.
But (tell me if I'm wrong) tag definition is much harder to use than freemarker macro.
It's why I'm looking for a solution to ...
0
votes
0answers
228 views
tomcat constant errors
[solved - solution in comments]
I made some changes to my web application running on tomcat. I think these changes caused an infinite loop of a 404 page requesting itself. Now, even after I have ...
0
votes
1answer
6k views
How to pass values from JSP to tiles attribute?
I am converting an existing Tiles 1 webapp to Tiles 2 architecture. I am having trouble passing values from JSP page to tiles attributes.
Here is my tiles definition file (tiles-definition.xml)
...
0
votes
1answer
453 views
Use Apache Tiles
Good afternoon in my timezone.
I am working on a project that is in production for over one year, the application server is running the J2EE 1.3 version.Now i am trying to use the apache tiles ...
0
votes
1answer
471 views
Using tiles with spring
while using tiles along with spring i m getting following error:
java.net.UnknownHostException: tiles.apache.org
program runs fine when internet connection remains 'on' otherwise it shows above ...
0
votes
2answers
826 views
Spring + Tiles - 404 error when accessing jsp folder
Basically, what happens when I launch my project is that the views are all resolved properly and the correct jsp is being looked for, however there seems to be something blocking tiles access to my ...
2
votes
2answers
1k views
Struts Tiles - Get attributes
To preface this, I do not work with Java or Struts, but I understand what is going on in the code. When it comes to writing the code, I am clueless. I am working with KonaKart, and they use struts ...
0
votes
1answer
230 views
Gmap not dispaying properly on JSP
I have a JSP with the following code which takes user input dates and then searches for cars:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" ...
1
vote
0answers
2k views
ServletException in '/left.do': java.lang.ClassNotFoundException: org.apache.jsp.WEB_002dINF.tiles.leftlogged_jsp
After integrating ESAPI into a login form I am getting a rendering issue and an error after a successful login.
The error generated in the browser states:
javax.servlet.ServletException: ...
1
vote
1answer
268 views
Generating multiple HTML fragments for a JSONP response (Spring MVC)
I have a JSONP service where I want to return several HTML fragments along with some other info. I'd like to generate those fragments with an HTML template system.
The response might look something ...
2
votes
1answer
306 views
apache tiles vs custom tagx (“fragment”)
Why do anyone needs tiles if same effect could be achieved with simple custom tags with "fragment" attribute?
Tags even have several advantages over tiles:
Only result pages are ".jspx". Includes ...
0
votes
1answer
1k views
Custom JSP tag does not render dynamic body content
I have created a new JSP tag (in a Struts 1.2.9/Java 5/Tomcat 5.5 web application), which renders content within the tag body, when the logged-in user has one of the given roles.
<?xml ...
0
votes
0answers
253 views
Is it possible to use freemarker as in tiles in struts2
We are trying to use freemarker in our project to remove tiles. What do I replace the followig tiles code with in freemarker -
<tiles:insert page="/login/front.jsp" flush=true />
I tried ...



