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 221 of 788 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  

has struts reached the saturation

Hi I have heard that struts have reached a saturation point and nothing more can be build over it. New frame works like spring would take over struts. How valid are these opinions. sncerely jubs

LoadBundle basename not set

I 'm trying to update from the 20060130 nightly to the 20060312 nightly and I 'm getting an IllegalStateException from the LoadBundle component that I wasn 't getting before. It looks like the basenam

Subject: Pass acute characters by URL

Hello How can I pass acute characters by URL? I try this http //localhost 8080/newsSystem/menu.do?clasification Programaci%C3%B3n where Programaci%C3%B3n is the equivalent of Programaci?n. Then

Passing value from one form to another

Hi I have a form with a text area (input) and whe I submit it I need to show this value in the input field of another form. How can I do this?? Thanks in advance...

Javascript in HTML events - RESOLVED

Resolved. Sorry to type the question before searching thoroughly. For POST request I had to set content-type header ajaxRequest.setRequestHeader( "Content-Type " "application/x-www-form-urlencoded ")

Auto Generated URLs

I have noticed that many sites use virtual URLs such as http //www.imdb.com/title/tt0244244/ to point to some sort of profile on their website whether it be a movie product or user homepage. I was

Subject: Struts Shale documentation

Hi guys I 've read the material about Shale and Clay in the website but am still confused about the details (I tried to put something to work and it wasn 't that easy). Could you point me to a

Beginner question about views and subviews in Struts Shale.

Hi I 've a few questions regarding how Shale handles views and suvbviews 1. Why a redirect to somepage.faces (in the index.jsp for example) will output a blank screen. I used to do that in my

remove ActionForm from session

Hi all i have some ActionForms which I declared with a session scope. This because I validate them over more steps. After a completed task (i.e. registration) I would like to remove them to keep se

Javascript in HTML events

I am cleaning up my Javascript code. First I made all functions having prefix so they won 't mix with others ' functions. Then I noticed that DOJO uses one global variable dojo and defines everything

Tomahawk clay-config.xml help

I 'm trying to use some of the extended Tomahawk components and attributes in a Clay web page. The table is being configured with <component jsfid "instructorCourseReportTable " extends "t dataTable "

using logic tag

I am using struts 1.1 I using logic equal tag to check whether a page context attribute value. here is my code <bean define id "test " value "0 "/ > <logic equal name "te

how to detect in the backing bean that the user navigates to another pag

I use shale and I was wondering if there is there an easy way to know in a backing bean on the postback that the user actually pressed a commandLink that navigates to another page than the one the bac

Web Service fronting a Struts app

I have a Struts 1.1 application running for my employer. Now I am being asked if I can create a web service that acts as a front door to the Struts application. Has anyone ever done this? Is there a w

html:errors

<html errors property "acctNumber " > is returning an <UL > how to determine the length of the list? would like to check if it has more than one error for this property? Thanks.

Subject: Re: using <logic:equal > tag

On 3/10/06 temp temp <miroconnect@(protected) > wrote > I am using struts 1.1 > > I using logic equal tag to check whether a page context attribute value equals to some value . > > > here is my c

Subject: using <logic:equal > tag

I am using struts 1.1 I using logic equal tag to check whether a page context attribute value equals to some value . here is my code <bean define id "test " value "0 "/ >

Struts 1.1 ApplicationResources.properties

Hi I have a LookupDispatchAction in my application. In the JSP mapped to this action I need 2 submit buttons with the same name (Search) but with differents funtionalities. In my ApplicationResourc

Ouftil Adrach struck again, but i don 't care because of bifff

It 's friday Ouftil Adrach (local belgian goddess) struck again. It 's raining hard outside and i will need to get out and catch the train that will lead me back to week-end. I want to mention the Bru

bean:write will not recognize \n or \t

I have the following code in jsp. <html textarea name "empOtherDevFocusBO " cols "512 " rows "3 " property "focusText " / > Here I am enterd the following text Test Test. Note I typed Test and then enter

Subject: Autosumbit before Action

Hi guys! I 'm writing an admin webinterface for a web store at the moment the "put-new-product " part. SITUATION I have some product attributes like "Information Blocks " and "Product Details " whic

Struts Action returning null - Design query?

Hello. I tried my best before posting this and searched through the archives but couldn 't find anything on this. I recently came across a team which was doing something which seemed a little "weird

Subject: Using Filters with Struts?

Hi I made thoughts about filters (javax.servlet.Filter) e.g. use them for logging and performance measuring purposes. Now as we are using struts I would like to know if you can and if it makes sense

about Junit

Hi how to test java application in junit.Is there is any example for test.how to give each class into junit for testing kindly regrads gomes

Problem Solved !!!RE: [OT]How Come My Image File is Surrounded by a Box?

Thanks a lot Daniel. border "0 " works!!! --- "Kalcevich Daniel " <dkalcevich@(protected) > wrote > Try specifying border "0 " on the image tag. > > -----Original Message----- > From Caroline Jen

How Come My Image File is Surrounded by a Box?

I am trying to display an image. The image is displayed successfully however there is a box (I do not have a clue where the box comes from) surrounding the image. I cannot get rid of the box. The

Struts / Tiles Caching No Frames and Inter Tile communication

Hi all We are considering using a struts/tiles approach for a new project. Its assumed its going to have a "portal " look and feel to it i.e. lots of seperate little windows providing distinct functio

invoking method of DispatchAction from within another DispatchAction

How do I invoke another DispatchAction from one DipatchAction ? For e.g If I want to call diceSetUp.do?dispatch diceWebSetUp from public class SectorAction extends Dispat

Struts homepage, access to docs

*** Navigation *** How do I get to Struts Users Guide located pointing at http //struts.apache.org/struts-doc-1.2.x/userGuide/preface.html from the main Struts page pointing at http //struts.apache

JAVAWUG BOF XVI / Friday 3rd March 2006 @ 19:00 / Oracle Ci ty of London

Dear All I would like to formally announce that JAVAWUG (Java Web User Group) is holding the sixteenth Birds-of-Feather (Meet up XVI) at the Oracle City of London offices on Friday 17th March 2006
Page 221 of 788 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100