  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Struts | I swore I used to be able to do this stuff... maybe it 's Friday thing but
regardless I 'm blanking on out on what I 'm doing wrong with this...
I have an ActionForm that has one property right now
A single checkbox AFAIK only expects to check a
single value not an array or collection.
I would consider using a modified version of the
checkboxlist tag if it 's just a matter of the rendered
HTM > This error page is defined in my web.xml
>
> <error-page >
> <error-code >404 </error-code >
> <location >/pages/errors/page404.jsp </location >
> </error-page >
You are using Tomcat web container. I would like to integrate ajax within a struts app but I have no idea how
to go about doing that.
Hi
What 's the optimal way to pass in extra parameters to customize report
generation. For ex i want to show a paginated view of a report and need to
set JRExporterParameter.PAGE_INDEX can this b
I modified the quickstart demo application by adding person.dateOfBirth
and person.age to do some tests with the validators.
I added a an intrange validator on the age and a daterangevalidator
We have a web jsp project that we are upgrading to Tomcat 6.0.
We have run into a few technical errors and so I 'm wondering whether or not
there are any issues in moving a struts 1.1 project to TomOn Nov 6 2007 8 10 PM Gary Affonso <glists2@(protected) > wrote
> For some reason folks new to s2 seem to get it backwards and want to
> stuff a bunch of Action methods into a single Action classHello
I have a js function that publish a topic to refresh a s div.
With Firfox it works fine.
But with IE 6 the first time that I use this function I have a JS error
Line 4872
Car 1
Error
Hi
I need to implement file download functionality in struts application.
when user submits a filedownload request FileProcessAction should delegate
the download process to another t
Hi everybody!
I have this problem - I could not manage to configure it to work together. Does someone happen to know how to do it? I appriciate any kind of information!!
Initially I used the folloHi all!
I 'm looking for a convenience way to keep an Object over a single
request. I know that i could put it into the session and remove it
afterwards but is there another way to handle this wit
As part of my STRUTS 2 application i 'm trying to use the AJAX theme to give
me 2 submit buttons within a Form that I can use to submit data to either
different Actions or different Methods in the sam
Hi.
Im developing a web application at work using Struts2 Hibernate and Spring.
I have two classes with a parent/child (PCB - BrgpInfo) relation and i make
one JSP page to insert data to populate tHi All
I 'm using struts 2 for a small web app that has an action attribute
that needs to maintain state. Currently I 'm using sessions but I would
like to reconfigure my application to use something bI need to define a custom input for method in the same action.
For example I have the "methodA " that receive the information from
inputA.jsp
I have "methodB " that receive from inputB.jsp
I uOdelya Glick wrote
> I deleted the files under
> TOMCAT_HOME\work\Cataline\localhost\myProjectName
>
> But is there a better way to never cache it?
.jsp gets converted to .java which then gets com
Hi
A typical requirement in my webapps is to "redirect " to result pages after
form submission.
This is quite nicely described here
http //www.vitarara.org/cms/struts_2_cookbook/post_and_redirect
I have an action called MainMenu. It 's defined as follows
<action name "MainMenu " class "mainMenuAction " >
<result name "success " type "tiles " >mainMenu </result >
</action >Hi
I am trying to get TilesDecorationFilter
(http //tiles.apache.org/tutorial/advanced/utils.html) to work with
struts2.0.9 without any success. Can anyone please help me figure out
where am I goin
Ok I 've made some progress but now i 'm stuck. What I did was have a a div tag
<s div id "myDivId " theme "ajax " href "%{url} " formId "frmMyForm "
showLoadingText "false " updateFreq "5000 " Tom
I 've read this thread with great interest.
Currently I 'm thinking about the validation problem as well. I looked at
springmodule 's Bean validation framework.
(https //springmodules.dev.java.netHi
I using tomcat 6 and developing an web application with struts.
But it seems that the *.jsp page are being cached somewhere in the server.
Because when I change something in the page it doesn 't
Hi
I was trying to store xml file which updates frequently. Here is what I was looking for.
sample.xml is a file which keeps updating. I would like to store file upon changing.
For example at
I 'm doing this in struts.properties
struts.freemarker.manager.classname org.me.MyFreemarkerManager
And Struts 2.0.x is definitely using my custom class. Could you try
configuring that in struts.prHello
For struts1 we use "doFilter "
public void doFilter(
ServletRequest req
ServletResponse res
FilterChain chain)
throws IOException ServletException
{
Could someone provide the example how to pass parameters from Struts2
action to Jasper report?
I have created simple Jasper report based on Struts tutorial. Then I had
modified this example in ordCan you have annotation validation per method? I have put @(protected)
on both my display and update methods (display shows the record from
input) but all of the validation seems to be run at once. Hi
I have to write a thread in web application which will check some values in
database and then perform some function depending on the values.
There wont be any user input and this thread should beMy first assumption would still be a deployment
problem obviously your container doesn 't think the
class is where it 's supposed to be.
d.
--- Serge Mathieu <mathieu.serge@(protected) > wrote
> Hi ev |
|
 |