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

I 'm currently out of the office.

I will be out of the office starting 12/21/2006 and will not return until 01/02/2007.

Display a list of items in multiples HTML files but within one JSP and action

---1909733254-1161826380-1166682830 16506 Content-Type TEXT/PLAIN charset X-UNKNOWN format flowed Content-Transfer-Encoding QUOTED-PRINTABLE Hello Let 's assume I have this big list of item 2

Checking <html:checkbox > based on database value?

Hi friends my problem is i have to ArrayLists one contains total services and another contains assigned services to a role. when we select a role assigned services from the total services should be

Struts application - unit and integration testing

Hi folks We 're starting to develop a front-end layer of our application using Struts decided to go with Struts 1.3.5. We 're going to unit test the actions (most likely with MockRunner http //mock

Tomcat in SSL mode with Eclise built in plugin

Hi I am running tomcat in eclipse environment using built in eclipse plugin. When I am starting tomcat from eclipse then I am getting following error while trying to access my web application

- access to the action from a JSP page

Hi Can somebody help me and give an example how to access the 'parent ' action from a JSP page? Lets say I have MyTestAction which redirects to 'page.jsp '. How do I get access to the action (it 's pr

S2 + Spring 2.0 + JSTL question

I 'm not sure why...we wrap the request so that calls to getAttribute also search the value stack which should return a value for the property. Try stepping through with the debugger to see what is h

Zero configuration and interceptors

Hi I was playing around with the zero configuration stuff in Struts 2.0.2 but I didn 't see any way to specify what interceptors (or stacks) that an action should use. Are there plans to add suppor

Subject: Validator Framework 1.29

Hello I am having some issues with getting the messages from the validator framework from showing. Actually I have some old code like this <logic messagesPresent > <html mess

Values of multiple <select > tag are not being selected

Given the following code myPage.jsp <s select name "selectedRoles " list "allRoles " listKey "id " listValue "name " multiple "true " label "%{getText( 'roles ')} " > </s select > MyAction.java public Set

S2 + Spring 2.0 + JSTL question

I 'm using S2 with Spring 2.0 as the object factory and I have an action with a property "name ".On my jsp I have <p >JSTL <c out value "${name} "/ > </p > <p >S2 <s property value "name "/ > </p > Here is

Does Exadel Studio Support IBM RAD?

I used the Exadel as Struts development tool before and liked it. At that time my IDE was Eclipse. Now I have to use IBM RAD as IDE. Does the Exadel support RAD?

Subject: Core Tag Question Struts 1.29

Hello I am refactoring some code and ran into an error I cannot quite figure out. I have the following line in my jsp page. <c out value "${error} "/ > I have an include at top of jsp page that in

S2 / Mailreader IBatis implementaiton ?

Hai Is S2 / Mailreader / IBatis version downloadable somewhere ? /S

For Viewing data DynaValidatorForm not working, why?

HI Friends i have a problem that for viewing data DynaValidatorForm is not working well. if i create normal formbean it is displaying all the data well but when i use DynaValidatorForm the last reco

basic JSTL question

These should be easy questions but I can 't find the answers...if someone could either answer them or point me to the right docs I would appreciate it. 1. What is the proper uri for the jstl core

ajaxArea embedded with displayTag

I 'm trying to use an ajaxArea for the main portion of my site. Inside it I have control panel of several tiles. One of the tiles contains a displayTag that I want ajaxified unto it 's own self not t

Struts2, Shale, Seam, pure JSF - what to use?

Hello list the last days I 've read a lot about web frameworks in java. And the more I read the more questions I have. Just writing this down maybe someone has some thoughts that can help me. My

struts row rags

Hello I am new to struts and would like to change the code below <logic iterate indexId "idx " id "director " name "ProposalSummaryForm " property "directors " > <% if ( ((idx.intValue())%2) 0 )

Subject: struts 2 with jsf as plugin

hi All I heard that Struts2 can use JSF components selectively on per-page basis. Does this mean I can use any JSF distribution including ICESoft MyFaces Sun 's JSF RI etc. or does it have any li

Subject: Struts2 Validation troubles

Hello I tried a little example on validation with struts2. Here is the Login.jsp <%@ taglib prefix "s " uri "/struts-tags " % > <html > <head > <title >Login </title > </head > <body > <h2 >Login </h2 >

Portlet support

Hi I dont know anything about portlets but our project may have to migrate to it in future..This line is from the "Struts 2 " features.What does it mean? "Easy portlets - Automatic portlet support al

if > in Struts2

From red phoenix [mailto rodphoenix@(protected)] > <% > request.setAttribute( "tt " new String( "1 ")) > % > > <body > > <s if test "Session.tt?exists " > Request and session are different? Dave --------

Subject: Recovery of data whith MySql

Hi all I make a request in my dB MySql with a variable "date " PersistenceManager pm JDOFactory.getInstance().getPM() pm.currentTransaction().begin() Collection c (Coll

Chains - 1.3.5

This should be simple but for the life of me I can 't get find the answer. All I want to do is have a chain execute and then go to an action <forward > Right now it goes through the chain and output

Validating File name Extensions in Struts 1.x-validation.XML

Hi all Is it possible to validate File name extensions that pass thru a File input in struts 1.x? Can any one suggest me a known solution.? (Better without writing a Custom Validator.) Hope th

bean method don 't make function in Struts2

I use struts2 <s bean > like follows ---SimpleCounter--- package test public class SimpleCounter{ String foo public void setFoo(String foo){ System.out.println( "set foo "+foo) this.foo foo

Subject: ActionMessages not displaying

I am trying to get the action messages from action class as follows but not getting the message but record is inserted properly *in action class* if(isInserted true){ ActionMessages addTaskMessages

where to download struts2.0 examples files?

In struts doc I often see "org.apache.struts2.example.* " I want to know where I can download the example fiels?

Subject: <bean:write > in struts2

I want to change my code from struts1 to struts2 I use displaytag and <bean write > to show following code it can run well <bean write name "element " property "ID "/ > will show 1 2 .... <%@ taglib uri "
Page 125 of 788 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100