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 100 of 788 Previous 10   91   92   93   94   95   96   97   98   99   100   Next 10   Next 100  

Authorization & Authenticaton

Hey guys A general question for enterprise based web applications. Is JAAS the standard authorization and authentication framework to implement a sort of global policy login system (like LDAP or som

Dojo date-picker net/prev arrows?

Is there a trivial way to minorly reformat the dojo datepicker? I really *hate* the up/down arrows for choosing next/prev month/year I 'd much rather use left/right arrows which I believe makes a lo

Re: Interceptor + putting information on the request

--- Matt Filion <mfilion@(protected) > wrote > I really suggst you dont make the ActionContext > final. Because the context changes for each request > (its mutable) and making it final is a misleading >

Re: Struts 2.0.6, Spring 2.0.2, Hibernate 3.2 Issue

--- Ravi Mangalagiri wrote > Thats what I though initially but it doesn 't look > that way........... To me that makes it look even *more* that way since now the filter is active because you 've defin

Unable to get Struts 2.0.6 working

No nothing. Musachy Barroso wrote > > Any error on tomcat 's log? > > musachy > > On 3/7/07 ChristopherAngel <dc@(protected) > wrote > > > > > > I am unable to get my own example web app working

Unable to get Struts 2.0.6 working

I am unable to get my own example web app working with struts 2.0.6 I am using Netbeans 5.5 and tomcat 5.5.17 and have included the following jars commons-collections-3.2.jar freemarker-2.3.8.ja

How to dinamically load a <select > field

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 C??lio C??lio Cidral Junior wrote > [W]hat I need is to load a <select > field based on the value > selected on another <select > field. Let 's say you h

Subject: JSTL and valuestack problem

I have a problem using JSTL to manipulate objects from the valuestack. The behavior is erratic. I have an action TestAction with the following code private String test public String execute() { te

How to dinamically load a <select > field

Well perhaps "dinamically " is not the best way to describe it but anyway what I need is to load a <select > field based on the value selected on another <select > field. Let 's say you have a State fie

Interceptor + putting information on the request

Hello I am using struts 2.0.6. I wrote an interceptor to use with Acegi security to place the UserDetails object on the request so I could access it on my JSP page. However when I tried to a

Subject: Struts Date Formatting

Hallo I would like to find a struts tag that can do date formatting for me? I tried to do it within my objects but it keeps on giving me exceptions Code used. String date_ "2007-03-07 00 00 00

Struts 2.0.6, Spring 2.0.2, Hibernate 3.2 Issue

It all started when I tried to lazy load a associated object. I have my app fully integrated with struts spring and hibernate. Use Case I call a simple action in my action class I get the busines

There is no Action mapped for action name HelloWorld. - [unknown locati

Thanks for your quick reply but I get a "HTTP Status 404 - /com/bubbleclip/web/example/HelloWorld.action " When you typed "and access the action " you meant by typing localhost 8080/application/co

There is no Action mapped for action name HelloWorld. - [unknown location]

Hey all I recently decided to evaluate Struts2 for a big project but am having difficulties mapping actions. I get the "There is no Action mapped... " error when I try running the blank struts2 appl

Integrating Struts 2 in an authorization fwk

Hello Context My company have a special way to determine and to authorize some user. The url of the application must be http //server port/Context/context_for_user_category/myAction.do An authori

Upgrading to struts 1.3.5, nested tags are broken

We are in the process of upgrading to struts 1.3.5 I have followed the upgrade guide at http //wiki.apache.org/struts/StrutsUpgradeNotes12to13. Most of the nested tags now seem to be broken. For exa

Struts 2 - session scope ActionForm

Hi all... I am still in the process of learning Struts 2. As I understand it there is no way in Struts 2 to do something like session scope ActionForm in Struts 1. The only solution I can find is to

Subject: Form not found for locale en

Hello How do I get rid of the following anying message beside setting the logger to ERROR ? org.apache.commons.validator.ValidatorResources.getForm(ValidatorResources.java 448) - Form 'detailsForm '

Struts2 Localization does not work with Spring

Hello I have downloaded Struts-blank to play with. I added Spring support and here is my Spring applicationContext.xml <?xml version "1.0 " encoding "UTF-8 "? > <!DOCTYPE beans PUBLIC "-//SPRING//DT

Struts-Faces + Tiles + Myfaces-Extensions

Hi is it possible to mix Struts-Faces + Tiles + Myfaces-Extensions? I am getting the following error when try to expand a tree component java.lang.NullPointerException at org.apache.struts.tiles.t

Subject: Struts configuration error

Hi all I am configuring a struts enabled web application using ColdFusion MX. Please do not ignore this thread as it is ColdFusion because I feel the issue I have is a generic one and could happen

Filters / State Exceptions

Hey I 'm hoping someone here could give me some insight why I 'm getting an IllegalStateException with my filter. java.lang.IllegalStateException getInputStream() has already been called for this

Namespaces and SlashesInActionNames issue?

Hi I have a default namespace (no 'namespace ' attribute) and an action defined within with slashes. If I add a namespace '/ ' to that package I no longer have access to the action with slashes (Slas

ArrayList always NULL when posting data in a form

So how would you define the collection ? Can you provide a snipet of code. Thanks Eider Iturbe-2 wrote > > Hello > > you can not define the ArrayList like you did it. You have to define like

ArrayList always NULL when posting data in a form

Hello all. I need some help. I have a form which contains an ArrayList this list has getters and setters private ArrayList <DataProvRecDTO > entitylist new ArrayList <DataProvRecDTO >() /**

NullPointerException in TilesException using Tiles with Struts 2

I am trying to use Tiles with Struts 2. I have configured my application as follows When I fire http //localhost 8080/SampleStruts2/login/Login.action I get following error 20 11 40 827 ERROR

Problem with struts and jfree chart

Hi my struts application works fine before I put the jfree-chart jars (jfreechart-1.0.4.jar jcommon-1.0.8.jar gnujaxp.jar) in the classpath. Now I get the following errors INFO validateJarFile(

ParametersInterceptor Error

First of sorry for multiple submission of my post (I submit the post far too many times). Basically there are two fields one is string and other is int and both are legal values. I will try to use

Lack of Validator Messages SOLVED!!! ( was Re: ApplicationResource.properties f

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 OK... I figured it out. In all the text I was reading on the topic as I was going along I totally missed the fact that there is a catalog of messages

@ExpressionValidator annotation & ognl.NoSuchPropertyException: com.opensymphony

Gday... I am using the @(protected) annotation. So far it is working alright apart from this exception I was getting WARNING Caught OgnlException while setting property 'methodName ' on t
Page 100 of 788 Previous 10   91   92   93   94   95   96   97   98   99   100   Next 10   Next 100