  | 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 | Many Struts applications contain hundreds of pages. To help organize
large applications the Struts configuration is designed around the
notions of "packages " and "namespaces ". Each package can set it
Hi folks!
I have this code below
<s tree label "Teste de ??rvore " id "arvore "
treeSelectedTopic "arvoreSelecionada " >
<s treenode label "Ra??z " id "raiz " >
<s treenode label "Folha1 " id "folHi
I 'm looking for an example for the access of multiple datasources (mysql) on
different mysql servers.
Is the solution to put many declarations of <datasource > in
applicationcontext.xml?
Thx iHi
I 've been trying to get MySQL working in my Struts app with NetBeans 5.5 and Sun Java System Application Server 9. I think I 'm almost there because NetBeans can succsesfully connect to MySQL buHi
I deployed struts2-showcase-2.0.6.war to Tomcat 5.5. AJAX samples worked
just fine. Then I deployed the same .war to Websphere 6.1. None of the
AJAX samples worked. Other samples seems to work no
Hi
We have been trying to create a trading portfolio page which lists about 20
stocks with prices.
We need that stock price to be refreshed every 20-30 seconds after fetching
the price from server Hi
How can I convert the following struts 1.x to struts
2.0.6.
ActionError actionError new ActionError( " ")
ActionMessage actionMessage new
ActionMessage( "error.test.error1 ")
actionErrors.add
I really like Struts 2 but has anyone had any success in testing Struts 2 's
action validation logic?
http //struts.apache.org/2.x/docs/how-do-i-unit-test-my-actions-validation-logic.html
I 'd like tP.S. is there an equivalent attribute to "module " for global and/or
local exception attributes? Right now I have
<exception key "error.Exception "
scope "request "
handler "netHello every one
I am looking for a way to pass a resultSet or cachedRowSet to a jsp
page and display the results in a dataGrid.
The behavior I am looking for is similar to the one offered by StrutsDear All
My application context is called "Catalog ". It uses Struts 1.3.8. There
are two modules "default " and "user ". In the default component struts
config I have
<!--
Hi
In my porlet I got the following
public class MyProfileAction extends ActionSupport
implements ServletRequestAware
Hence I implemented the public void
setServletRequest(HttpServletRequest arg0Hi
I have following snippet of code
<%@ taglib uri "/struts-tags " prefix "s " % >
<head >
<title >Home </title >
<s head theme "ajax "/ >
</head >
<body id "home " >
<s tabbeI cleaned before run to deploy.
I already saw the same problem on net with others people.
Any idea ?
-----Mensagem original-----
De Dave Newton [mailto newton.dave@(protected)]
Enviada em quinta-fe--- Daniel Felix <daniel.felix@(protected) > wrote
> After it I 'm migrating from Struts 2.0.1 to Struts
> 2.0.6 to improve my web application but when I
> start it occurs an error and stop the servHi
you can see JSControlsTags project at http //jscontrolstags.sourceforge.net/
.
There is Swap control (see at
http //jscontrolstags.sourceforge.net/controls/swap/swap.html)
which is enable to swap It appears that the MailReader Tour on the Tutorials page is having
problems. I 've tried for two days and all I get is a Tomcat "HTTP Status
404 - /struts2-mailreader/Tour.do " message.
(*Chris*)
I want a jsp page which should have the capability to drag and drop in the sense suppose I have a two list
<select size 3 >
<option >California -- CA </option >
For my app specific security checking is it a good idea to put the
checking logic in processValidate() method from Struts processor or
using J2EE filter?
Thanks.
I discovered something strange today after adding logging to my domain
classes. If I have the following text field on my web page
<s textfield name "user.zip.city " label "%{getText( '
usForwarded to user list.
--- hfaouaz <forum-struts-dev@(protected) > wrote
> I am getting a NPE after the action return a
> success. My struts.xml has the location but
>
org.apache.struts2.dispa
Hi to all i have some problems with messages of validation
When i started to use validation i have an action with some filelds getting
validated (with an xml file same name of the action). With thi
Hi
We are developing a struts web application that will allow input of chinese
Japanese and Latin text.
When submitting form data that is not standard ascii characters the data is
turned into ques
Hi guys
How call a function when change the tab of my tabbedPanel? Is the only way
use topics?
Tahnks in advance
--
View this message in context http //www.nabble.com/How-catch-an-event-of-changiCan someone tell me the best way to deal with multipart parameters in a
Filter without affecting struts?
In my filter request.getParameterMap() returns an empty map because the
multipart content h
Hi guys
Is it possible to send a dinamic parameter using <s a.. > tag?
I mean if I click at one link the param value is 5 if I click at another
link the param value is 7.
Is that possible?
thank--- "Krishna Hari (FTT-CInternet) " wrote
> What 's wrong with your question man. Struts is
> related to Presentation layer and LDAP is something
> that comes into picture in Business layer 's try to
>
Hi i 'm using struts frame work and oracle portals for developing my
application.
we came thru the refresh prob in struts for this i came to know dat we can
use token methods to solve this problem.
whHi
There is no difference.
All methods of an interface are abstract and public by default.
So you could even type
interface Test {
void test()
}
and it will have the same exact effect as youWhat is the advantage of declaring method abstract in a intreface ?
for example
difference between
Intreface Test
{
public void test()
}
and
Intreface Test
{
 |
|
 |