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

html:multibox for multiplecolumns

Hi I want informatio on how I can display multiple check boxes using html multibox in different columns For example i have a Array of size 25 and I want display the checkboxes in 5*5 table i

SV: Shale & Container Managed Security

Hei This sort of functionality is very complex especially when you start to move into authentication for data. My take on this is that this warrants a project of its own - preferably on ASF. That w

Subject: Just install NetBeans 5

I just install NetBeans 5. It allows me to choose jsf or struts projects and it is bundled with tomcat 5.5.9 It also let you add forms fields such as buttons and text box. currently I am using Eclips

How To Get Rid of Underlining When Using <html:link >

When using HTML I can get rid of underlining by A link {text-decoration none} When using <html link > in Struts how do I get rid of the underlining of the link?

Struts Exception handling design question !

Hi ! I want to find out what is best thing to do when it comes to Exception Handling? I have my Application specific AppException I create many different sub-class of AppExceptions

Shale & Container Managed Security

I 'm a newbie setting up container managed security for a basic Shale-blank application. For my first attempt I 'm trying a simple BASIC authentication but I 'm having troubles so I 'm trying to rule o

Cannot set value of a nested bean

This question actually is more related to commons and BeanUtils but I ask it here first. So I have an ActionForm with a property private Part part public Part getPart() {return part } public vo

Exception creating bean of class ...

Hi i 've create a simple jsp page with a form having 4 text properties. it has an action and the action mapping defined in the struts-config.xml file. i get this error when trying to load jsp page. a

Subject: Shale Navigation Error

I 've set up a very basic web app (running on tomcat 5.5.15) based on the Shale-blank.war I downloaded on 3/1/06. It compiles and runs but if I navigate to a page it throws the error listed below.

Struts and Swingweb/WebOnSwing

Hello. Has anyone had experience integrating Swingweb or WebOnSwing with Struts. I have a Swing application that I want to web enable and if possible I would like to use Struts for the controller f

Shale article

http //www-128.ibm.com/developerworks/library/j-shale0228/?ca dgr-lnxw07Shale or WW2? Which does services better? .V

Redirect in filter out of frames

Good day I use a filter to check if the session is still open when the session is lost this will redirect back to the login page. This works nice if I don 't use any frames but now I use frames for

Subject: Controller element question

The struts-config.xml has an element named <controller / > in which you can add the "processorClass " attribute. Currently a project I am working on is using the TileRequestProcessor as the value of

Generate sitemap from struts configuration

Hi all ! I 'm searching for a way to generate a visual sitemap ( .gif .jpg .png whatever ) from my struts configuration file. Is there any tool available that can help me and can be used in my ant b

Can any one help me to use layout:date

Hi I am new to using struts-layout. I have some problem with that. I successfully installed struts-layout.jar in WEB-INF/lib folder. and copied config and images folder into the root folder. In m

Subject: multiple-step form processing

I want to set up a form that is entered over 3 successive pages. I have a single form bean for all of them that includes all of the fields and the validate method only validates the fields that were

best practice suggestion when using tiles

I 'm using tiles in an application and so far have liked the modularity and reusablity. I have a thin web layer with the business logic all called from classes that extend the Tiles Controller so that

validator framework in my Action class

Hi Is there a way in which i can use the validator framework in my Action class? Actually i have a functionality in which the user can upload an Excel sheet with a number of records. Now this excel

Changing Tiles definition based on user role

Hi I have used tiles basic functionality for some time both in Struts and JSF/MyFaces env. What I am trying to do is set my tiles definition based on user role so I would have two tiles defined

dynamic form tags

Hi I 'm creating a dynamic form that has multiple checkboxes on it one for each record returned from a database. I understand the iterator is what is normally used for dynamic forms. What I am unsure

how to avoid "html:text " tag converting "& " to "& "?

hi i have some values on DB like "ş " and when i use html text to show binding 's value html text converts "& " to "& ". in generated html it looks like "& #351 ". how to avoid this conv

[ANN] JAVAWUG BOF XV Video Presentations Now Available [was updat e]

> -----Original Message----- > From javawug@(protected) [mailto javawug@(protected)]On > Behalf Of Pilgrim Peter > Sent Monday February 27 2006 1 50 PM //// Hi I am very proud to

Exporting an image from JSP to MS Word

Hi all I am generating a MS Word document through JSP by setting the JSP 's content type as "application/msword ". In the Word document I want to display an image. But I am not being abl

auto reloading of application resources.properties

Hi I have a struts application which is connected to a content management system via web service. The content management system produces the ApplicationResources.properties file. Now I what i observe

Struts Dialog

Hi All I have look at struts dialog to implement wizard kind of screen flow. I looks good. (took some time to understand that too). I have two questions? 1. If I have to make some calls to servic

checking upload file is exist or not ...

hi all I don 't know how we can get the fullpath of the upload file ( <input type "file " name "uploadFile " size "40 " > I want to check whether or not the upload file is exist so I use fullpath to

clay generic templates and symbol replacement

I am getting the following exception and though I have looked at bug 37796 I still can 't decide if what I am trying to do cannot be done with symbol replacement or if I have made a mistake. The Compo

collection for html:optionsCollection in servlet context

I am building a select list to select a state for an address and since it will be used in a few forms throughout the application I want to make this as centralised as possible. I have built a bean wi

dynamic usernames and passwords in a DataSource

My DataSource is static in the struts-config.xml file. After I validate a user I want to use thier username and password in a DataSource. Is there any way to change these properties dynamically? A

Modules Problem

Everyone I have two modules / & /app. /app is protected by a Servlet Filter and is used for all actions after you have authenticated yourself. I am having a problem when I try to declare a for
Page 224 of 788 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100