Login
Register
All Activity
Questions
Unanswered
Tags
Ask a Question
Our Blog
Subscribe
Twitter
Facebook
Google
YouTube
Most popular tags
java
programming
mysql
oracle
database
ubuntu
tomcat
apache
tiles
struts2
indexing
servlet
jsp
web-development
designing
css3
windows
github
ssh
11
questions
13
answers
13
comments
27
users
Related questions
Why String is immutable
How to show currency in Indian format in java
How to include JSP page in servlet
Find 2nd highest salary from database
How do I install Apache Tomcat 7 in ubuntu
Why action called twice in struts2 ?
+1
vote
When i clicked on any link or submit button action method called twice. This problem only happens when i use tiles.
java
struts2
tiles
asked
Nov 24, 2012
by
prashant
Tweet
Your comment on this question:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Please
log in
or
register
to answer this question.
1 Answer
+2
votes
there are some reasons behind this problem
1- there is any action called twice for link.
2- check you tiles pages there may be any link to #. or any link to same page.
3- check for javascript if it is calling the same action on click.
answered
Nov 24, 2012
by
sumit
1
flag
Thanks bro. for your answer
Your comment on this answer:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
...