Google
Google
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
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
Struts
Page 20 of 788 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100  

Subject: Re: Doubled requests in TabbedPane

Hi Ah thanks very much. Thats exactly what i need. -) -- Sebastian Jeromy Evans schrieb > In response to your second question > > Sebastian Kolbe wrote > > Another question > > Is there an eas

Subject: Struts2 Annotation Based Validation

I 'm a Struts newb and am trying to get up to speed on Struts 2. The scant documentation is throwing me a bit I 'm trying to do everything annotation-based and for Validation it seems to be simply n

Subject: Re: Trouble getting to portlet render phase

So it doesn 't work in neither JBoss nor your tests? Or is it just your test that is not working? Since executeRegularServletResult is executed the only two reasons are - The portletrequest and por

struts2 ajax jsps

As it seems like you want to find a solution.... the option is to write an ActionMapper that reverses the order the URLs are currently determined. Instead of looking for an action first you would

Struts 1.X validwhen

Hi I am using struts 1.3.8 for my application. For validation I am using validator framework. In one of my pages my form is submitted either by submit button or changing the dropdown list value. "a

Subject: Re: Trouble getting to portlet render phase

In my portletunit test I am using a url of "view/viewMyPortlet.action ". In JBossPortal I create a Portlet Instance from the Portlet Definition and then under the Portlet Objects tab assign it to

struts2 ajax jsps

I know that discussion but it "html " extention locks some of the functionality of struts2 it would be better to change it from "html " to something else. If you say *it is not easy* at least I will

Subject: 2.0.9 UnknownClassVersionError

I 'm getting an UnknownClassVersion error during struts2.0.9 deployment to tomcat with java 1.5.0.0.3 Is struts 2.0.9 entirely compiled in java 6? James Hartrich

struts2 ajax jsps

I think there was a discussion from Matt about this (appfuse using html extensions) a while back you might want to check the archives. On the s2 side there are options but I 'm not sure there is

Dynamic Tree Example

> > What I would really like to do is create a model Petshop application > for Struts 2. I 've setup a Google Code site for this purpose but I > haven 't had a chance to seriously pursue it yet. > > *

Subject: Re: Trouble getting to portlet render phase

Are you creating the urls correctly using the s url tag? Do you have an example JSP? How do you invoke your portlet application? Remember that you can 't access the portlet using regular urls they all

Subject: Re: How to find validation.js?

Thanks -I figured it out. In my web.xml I had only mapped the struts FilterDispatcher to *.action I had to change it to map it to /*. My old web.xml <filter > <filter-name >struts2 </

Subject: Trouble getting to portlet render phase

I am pretty sure this is a configuration issue probably in struts.xml. I am trying to create a JSR168 compliant portlet. I have been working with the portletunit code to get it to execute in a un

Subject: Re: S2 : Overriding interceptor class names in struts.xml

Unfortunately you have to re-define the stack. Nils-H On 8/15/07 j alex <strutstwouser@(protected) > wrote > Hi > > Is there a way we can override the implementation of certain > interceptors from

Subject: S2 : Overriding interceptor class names in struts.xml

Hi Is there a way we can override the implementation of certain interceptors from the default stack without copying over all the definitions to struts.xml ? ex i want to change the behavior of w

Subject: Re: Struts 2 URL parameters lost - final status

I am using Struts 2.0.6 and the jar contains struts struts-default.xml which contains the following property <bean type "org.apache.struts2.dispatcher.mapper.ActionMapper " name "struts " class "org.a

struts2 ajax jsps

It worked when I change the extention to "action ". I am using Appfuse and it comes with "html " extention default. So I wonder if there is a way to make it work with "html " extention or I will post a

Subject: Re: Forward to different JSPs

On 8/15/07 JasDA@(protected) <JasDA@(protected) > wrote > Hi > > <action > path "/secure/dataChecks " > name "emptyForm " > type "org.springframework.web.struts.DelegatingActionProxy " >

Subject: Re: Struts 1.2 using formbeans

hmm I assume the input fields have the same name as the relevant form properties. Case is important. Perhaps you need an input parameter in your action definition. input inputform.jsp or something a

Subject: Problems with multiple resource files (can separate modules be a solution?)

Hi I just noticed that we have a problem with our resource files for our site. The problem is that I don 't know how to handle more then one resource file. We have two different parts of the site th

Subject: Forward to different JSPs

Hi in my web application I want to call one single action class from different JSPs. After that the class should return to the JSP from that it was called. In my struts action tags I have to define

struts2 ajax jsps

Opps.... How can I make struts to ignore this and read them as html? Or do I have to change the extention to get it work. Thanks for the answer. Ian Roughley wrote > > This line > > There is n

Subject: Re: How to find validation.js?

The file is there(inside the Struts jar file). You don 't need to extract the file S2 will serve it from inside the jar. If you put the url by hand on the browser does it return the js file? musachy

tiles DTD

Hi guys I 'm pretty sure this will have been asked before but a bit of Googling hasn 't produced a satisfactory answer. I 'm using Struts 1.2.8 with tiles on Tomcat 5.5 Whenever I re-deploy my site

Dynamic Tree Example

Typo the keys are like totally right next to each other. --- Ted Husted wrote > Patches are the answer. > On 8/14/07 Dave Newton wrote > > Sounds like a great opportunity to get on the S2 > > team

Dynamic Tree Example

Patches are the answer. On 8/14/07 Dave Newton <newton.dave@(protected) > wrote > Sounds like a great opportunity to get on the S2 team > and pull things that don 't work or make them work! ----------

Dynamic Tree Example

Yes we do mark Showcase examples to be non-functional when we realize they are not working properly. Unfortunately it 's not always obvious how some of these example are suppose to work. In the past

Subject: Re: RE autowiring with hand rolled factory

The Spring integration isn 't something I 'd looked into deeply. I just assumed I 'd be repeating my list of actions knowing only what I have read about so far. This isn 't the first time struts2 has p

Dynamic Tree Example

--- stanlick@(protected) wrote > I think it should not be "ShowCase 'd " if it is known > not to work. Sounds like a great opportunity to get on the S2 team and pull things that don 't work or make them

Subject: How to find validation.js?

I am trying to get the client side validation working in my Struts 2 app using the xhtml theme but my web page isn 't loading validation.js. I see the outputted HTML as <script type "text/javasc
Page 20 of 788 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10   Next 100