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 210 of 788 Previous 100   Previous 10   201   202   203   204   205   206   207   208   209   210   Next 10   Next 100  

CRUD tool

Hi folks... I 'm in a hurry... I have to finish my project and I want to know if there is a tool to generate CRUD... In struts obviously... Do u know a tool that it can generate my CRUD??? thanks so

Use struts module with relative url path when forwarding request from webser

Scott try placing the shared javascript in a 'common ' module and refer to it using a leading slash src "/common/js/base " Adam Scott Zhu on 06/04/06 18 25 wrote > I have encountered a problem

Email Validation for .info Domain Qualifier

A user kept getting an email validation error when entering his email address (ex someone@(protected)) on one of our sites that uses Struts. Apparently the Struts email validation doesn 't like t

MVC Dilemma

Using Struts-Spring-Hibernate I have a situation where I have to fetch a list of records from a table 'Ticket ' (in database 1) in which a column is a employeeId so my action class calls the service

Shale tiles problem

Attempting to implement Stand alone-Tiles with Shale. -tiles-core.jar and shale-tiles.jar in WEB-INF/lib -tiles-def.xml looks like <definition name "jsp/faq_tmpl " path "/jsp/mainLayout.jsp " >

Shale and navigation rules

Hi I read a Wiki page on MyFaces http //wiki.apache.org/myfaces/Custom_Navigation_Handler When I attempted to try this receipe I ran into a couple of issues In the Wiki entry it states that I

Apply errorStyleClass to multiple fields using Validator

Hi I 'm being troubled by the following issue I have got 3 text input fields that are all being validated if they are holding int numbers with help of validators intRange. By default the fields are

Proxy rewrites

Didn 't see this go through...resending...sorry for the duplicates...

Use struts module with relative url path when forwarding request from webserver

I have encountered a problem related struts module and would like to see if you have any suggestions. A new requirement for our webapp is to use a webserver to forward requests to the real app serve

White page flashing between request and response.

Hi All I am having an issue I am trying to solve and I do not have a clue how to. The configuration used is jboss 4.01-sp1 running inside an apache 2.0 web server on a Linux based machine with Struts

Sharing the action form by different actions

It is practical to share the same action form by different actions For example (I only listed two actions sharing the same form here but the questions apply for multiple actions sharing the same for

Session LOST between Request processor and Action

hi It seems that I am loosing the session information between the Request processor and Action. Any idea to what I may be doing wrong? Thanks. ---Struts-config--- <?xml version "1.0 " encoding "UT

Preventing improper page navigation

We have an application where we 'd like to prevent the user from navigating within the application using bookmarks or their history. If they do this in most cases the proper queries will not have ru

struts web app performance suggestions

I am seeing slow performance with a few initial pages of my struts app. Here is the flow of the app. 1. Index.html forwards to index.jsp. 2. index.jsp loads user cookies into session. 3. if me

How to get only dijest from this group ???

Hi I get lot of email from this Mailing List could you please show me how to set it so I will get only dijests ? thank you.

Subject: Shale Clay HTML layout

Hello I was wondering if anyone could answer the following. If we were to implement a Clay Tile-like HTML layout thus binding JSF components to HTML tags would the result be similar to .do .faces

Subject: Tree display in JSP page

Hi I 've a class which looks like public class Tree { private String label private int level private Tree childRef private Tree siblingRef private Tree startRef } I 'd like to dipla

Any relation imaginable between Struts and HiveMind?

On 4/6/06 Julian Tillmann <purplefly@(protected) > wrote > today I stumbled across the jakarta > project "HiveMind " where you can > develop services that work > between your application code and the und

R: how to handle requests submitted using java script with a LookupDispatchA

Hi Diaconu Eduard I aready have a key(EffortTracker.getProgram) mapped to the value( getPrograms). i.e. application.resources file contains EffortTracker.getPrograms getPrograms and protected M

Any relation imaginable between Struts and HiveMind?

Hi today I stumbled across the jakarta project "HiveMind " where you can develop services that work between your application code and the underlying J2EE. Has someone an idea on or any expe

Subject: Validator rule question

Hello Friends I have a DynaValidatorForm in which there 2 String properties action and student_birth_date. I have a date validation like this <field property "

how to handle requests submitted using java script with a LookupDispatchActi

Hi Change ur script as follows it may solve ur problem.. Add u r webRoot name and method name. Still u have problems send a mail.. function resubmit(form_name method_value) { do

R: how to handle requests submitted using java script with a LookupDispatchActio

protected Map getKeyMethodMap() { Map map new HashMap() map.put( "getPrograms " "getPrograms ") return map } ApplicationResources.properties getPrograms getPrograms i

how to handle requests submitted using java script with a LookupDispatchAction s

Hi Please guide me overcome this issue. My jsp page has two list boxes the values in one of those boxes(dependent list box) are populated depending on the selected value in the other one (indep

Struts newbee

Hi I am new to struts.. although i have a couple of years experience in java/j2ee. i have a question. Can two ActionForms be associated with the same Action class .. if yes how. Regards Prave

Login with roles

Hi I want to write a login application with roles any help please. thank you your help is appreciated

Subject: struts validator issues

Hi All I am using struts 1.2.7 and related Apache commons validator. I am using validation.xml(whose rules are defined by validator-rules.xml I need your insight of following issues 1.How do

Subject: Action servlet unavailable

Hey guys I have just started bringing an older opensource CMS wepapp called owxv3 (http //www.eadmin.ch/pages/en/owxv3/) up to speed. Switched it from 1.1 to 1.2.8. Making OS and database independe

SV: [Shale] Clay views and managed beans.

Hi Thanks I will give it a try. If it does not work I 'll just have to create two separate viewcontrollers. Hermod -----Opprinnelig melding----- Fra Gary VanMatre [mailto gvanmatre@(protected)]

Clay views and managed beans.

Hi I have the following situation I have a page with some buttons on it which leads to actions that are handled by navigation rules. This is working ok for all but one of the pages. This page uses
Page 210 of 788 Previous 100   Previous 10   201   202   203   204   205   206   207   208   209   210   Next 10   Next 100