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 121 of 788 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  

Struts Dynamic Radio Button Query

Hi All I am attempting to create a (fairly) simple web app using struts.I need to create a table of questions with each question having radio buttons (a range of numeric values) so the user can in

Visual Struts tag

Our team is looking for a Web design tool which can visually edit JSP with struts component. Want to know is any tool support visually edit struts bean tag such as <bean message key "xxx "/ >. For exa

Subject: Synchrozertoken in Struts

I have difficulty implementing synchronizer token design pattern in one of me page on which I have two link (href ...). I understand that it would be easier if the link is a submit button. So my ques

Subject: Struts 1.1 security hole?

Yes I know this is embarassing but my company still uses Struts 1.1... because of a RAD6 dependency. Somebody just mentioned that there is a security hole in Struts 1.1. When I searched for it I d

tiles propagating definition info

Hi i am trying to use tiles as my layout manager but have struck a bit of an issue in that tiles only seems to propagate definition information one level - i.e. to the base jsp as set by path at

Struts 2 and portlets - I found some info

Hi Nobody answered my last questions about portlets - but I found some useful info and will try to share it. The webwork wiki stuff has been copied/migrated to struts 2 but some parts were not up

Subject: Quick Jdeveloper Question

Sorry for the question. 1- How can I see the Jdeveloper (10g) ram use window in the IDE?? 2- Some tips for reduce the ram use of JDeveloper?? Thanks and again sorry for this non struts question

Subject: global auth. for application

when creating struts app if entire app requires authorization how can i check if user is logged in without having to check session vars in every action? -- Aljosa Mohorovic http //www.revolucija.hr

jsp Exception handling with errorPage directive and Struts 1.1 + tiles

Hi every one. I 'm working with struts 1.1 and I 'm facing a problem with my Jsp exception handling The error page specified in every page using "errorPage " directive is not shown instead the tile th

ActionForwards from the config file not to be tampered?

Hello. While trying to find a way to pass parameters from an action to another (which I actually ended up doing by appending the query string to the ActionForward 's path) I noticed that I could no

Autocompleter Specifying Label Name Property

Hi Musachy Barroso /* "Required properties Two properties must be defined on the target action for each autocompleter one for the displayed text (its name is the value of the "name " attribute)

Web Design Tools

I am looking for web design tools that support struts bean tag library. Dreamveaver is good but does not support bean tag and BEA Workshop for JSP is expensive. Is there any other tools that I can

Struts 2 & JSON

What is necessary to write a JSON response in struts to use with a Autocomplete tag? example public class JSONListAction { public String execute { ???????????????? return JSON object!

Subject: Action without interceptors

> Hi to all i need help > i want to have an action without interceptors. I want to configure it in > my action mapping something like this. > > <action name "test " class "uy.com.Test " method "test

Session ending

What 's the standard definition of the end of a session. That is if there 's no session.invalidate() call how should servlets (esp the struts servlet) decide that a request is part of a new session? W

How to hide scrollbars from jsp 's displayed using struts tiles

How to hide scrollbars from jsp 's displayed using struts tiles in case they appear??

How to hide scrollbars from jsp 's displayed using struts

How to hide scrollbars from jsp 's displayed using struts in case they appear??

global exceptions

Hi If I 'm using a declarative global exception handler - say <global-exceptions > <exception key "expired.session " type "SessionExpired " path "/apps/entry/logon.do " / > Is there any way I

Subject: Redirect with Struts 2

Hi I have seen that there has been an ActionForward class under Struts 1.x which could be used for a redirect to a completely different domain URL. But how can we achieve the same with Struts 2. Th

Session Object Storage Capacity.

Hi Everyone!!! While working with struts application i cmae across a very weird but important question. I just wanted to know how much data we can store in our Page PageContext Request Session

Subject: Struts 2 and portlets

I will repeat my question sent few days ago maybe this time someone will help me. What is the state of Struts 2 and it 's portlet support? I am considering to start my new project [must work as a por

How to separate Action from "FormBean "

I just took a look at the tutorials of Struts 2 today. As a Struts 1 user I don 't like form beans that mostly copy your business data beans. In Struts 2 you don 't need form beans anymore but the tu

Accessing arrays in struts2 jsp

I <s iterator value "images " > which iterates over a List of String[]. I then <s push value "top " id "image " > <s property / > </s push > To get such an array available with key "image ". I would then

dropdowndatetimepicker questions

Hi I am absolutely nod in mood to be the 1st class troublemaker for S2 ajax support - which is very nice - but real life usage brings some questions. I have a form using theme ajax. And I have some

Subject: Heuristic completions

Good Afternoon All I am seeking a definition and any information on the term 'Heurisitic completion ' Many Thanks Martin --

Subject: Validation Annotations

Hi People!!! Is there a way to use Validation Annotations only for a method or always for the action... Example if I have a action PersonAction with three methods public class PersonAction {

Possible issue with remote form submission

Using S2 trunk. I have noticed that in some cases remote form submission does not pass form data to the url. This may be reproduced with the showcase /struts2-showcase/ajax/remoteforms/ where some

xWork Null Property

This error is happen only sometimes in same test what can I do to prevt this ? [TEC] ERROR [http-8080-Processor24] InstantiatingNullHandler.nullPropertyValue(110) | Could not create and/or set va

- inner div, session timeout and login page

Hi Struts2 allows me to use easily inner div functionality submitting forms with a specific targets etc ... Works wonderfully. But ... now I have a problem with it. User navigates through such aj

Struts validation (still) (again!) (ARRGH!)

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 OK I 've been hacking around some more on this validation stuff and while some of the suggestions I 've been given have been a HUGE help I 'm still stuck.
Page 121 of 788 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100