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

Subject: validate dynamic properties

I have a form where the properties to be displayed are dynamically generated with the format of the properties is defined in the database. Base on the the format I can change how the page is rendered

Subject: Struts 1.1 and IExplorer

Hello I 'm developing a web application using Struts 1.1 and Tiles. I have a tile for searchs consisting in a JSP with the following code ..... <html form action "/search " > <table width "100% " b

RE: JavaT Application Verification Kit (AVK) : test results

http //developers.sun.com/prodtech/javatools/jsenterprise/reference/pres entations/jse8/jse8_avk.html > -----Original Message----- > From Raghuveer [mailto raghuveerv@(protected)] > Sent Tuesday

Subject: Collection of Options

Hi there I run into something I cant figure perhaps someone here can help me to shed some light on it. Basically I have dynamic table - meaning I iterate over supplied colection and build up table.

RE: Shale & Container Managed Security

Thank you Craig that 's very helpful to understand. There are two things I was hoping to accomplish with Container Managed Security. 1. Ensuring that a user is logged in before serving up protected

Subject: Template action include

Hello I am including an Struts action inside an JSP file passed by GET as an "action " attribute exposing with bean taglib GET template.jsp?action List.do template.jsp (..

JavaT Application Verification Kit (AVK) : test results

http //java.sun.com/j2ee/avk includes links to installation and release notes as well as a user guide etc... Raghuveer wrote >I am new to Using AVK for my JSP web Application. > >My Environment

dynamic input form

Hi friends I need to present my user an html form whose fields are built dynamically using data I get from the database. I need your advice on how to do that. Thanks Rivka

Scriptlets cannot use inside the tabs, html:link problem

Hi friends I have a problem in displaying a link. I am using tabs in one of my jsp 's. I have a link which is a property in my form bean. <% TaskForm taskForm (TaskForm) request.getAttribute

Subject: Struts Tiles EL problem

Hello I want to use Struts Tiles to do this <tiles insert attribute "${something} " / > It doesn 't work I get following exception javax.servlet.jsp.JspException ServletException in '/jsp/columnL

query parameters

Hi All It is a common practice to encode special characters such as ' ' % # $ etc.. when sending parameters in the query string along with the URL. We have a similar requirement. Some of the q

JavaT Application Verification Kit (AVK) : test results

I am new to Using AVK for my JSP web Application. My Environment jdk1.4 Struts 1.2 hibernate3 OC4J 10g (9.0.4) SQL server2000 LDAP Plum tree portal. I am new to using AVK. I need to generate AVK

Multi-column data table in Clay

Hello again I 'm working on creating a dataTable and I 'm having a problem trying to figure out exactly how to do it in nothing but html. I 've done this before with help from the list but that was

Extending components with new attributes

Hello I 'd like to extend the inputSecret component and give the new component an added attribute. Basically what I want to do is create a component that has the tomahawk equal validator attached

WARNING: No FormBeanConfig found under 'CustomerOpen '. --- What is this?

Hi all! I am using Struts 1.2.8 on an Oracle Application Server (OC4J) with the following excerpt in my struts-config.xml ......... <action path "/CustomerOpen " type "com.brunata.servic

How To Use Existing Tags to Test and Write Out the Value of the Size of a Co

You can use the <logic greaterThan > <logic greaterEqual > <logic lessThan > or <logic lessEqual > tags. http //struts.apache.org//struts-doc-1.2.8/userGuide/struts-logic.html#g reaterThan -----Origi

How To Use Existing Tags to Test and Write Out the Value of the Size of a Colle

I have a Collection called 'remarks '. I can use the <logic notEmpty > or <logic empty > tags to test out if the Collection has some elements in it or not. 1. Is there any tag I can use to test the siz

ActionForm with ArrayList and logic:iterate .... confusing problem ...

Hans You 're using request scope for your form. When Struts processes the submitted form it will create a new instance of your ActionForm. The question now is is the new instance ready to deal wi

Problem getting Validator plugin to work

I am having problem getting Validator plugin to work in a very simple case. Here is the source code. Can some one tell me what I am doing wrong? <plug-in className "org.apache.struts.validator

layout:form and request scoped forms

Is layout form the best approach for doing tabbed forms in struts? I was also curious how it saves the data enterred in one tab when you switch another tab if the form is request scoped? SHawn

debugging in eclipse

Getting error when trying to debug a remote application as Launching (error Failed to connect to remote VM) and the details displayed are Failed to connect to remote VM java.io.IOException EOF enco

Subject: regarding <bean:message > tag

Hi all I am using the Struts resource bundle to display internationalized messages in my JSP Eg. <bean message key "... "/ > Here the message is displayed according to the current locale.

Subject: Tag Lib Instantiate Exception

Hi When I include Struts tag libs using <%@(protected) uri "/WEB-INF/struts/html.tld " prefix "html "% <mailto %25@(protected)%20uri "/WEB-INF/struts/html.tld "%20prefix "html "%25 > > and similarly other

Jasper Reports

Hi can any body help how to export a report to xcel using Jaspr reports. I tried using the servlet(XlsServlet) they provided to export as part of the src code. But i was with the following error.

AW: Shale vs. Action framework Statistics

Ted thanks for the answer you gave me really some good sources to look at. Even though it 's a bit unfortunate that the statistics are not split between Struts Action and Struts Shale. Especially fo

Tag-Library Errors

I am not being able to use the generic Uri 's for Struts specific tag libraries. Even when I use <%@(protected) "/WEB-INF/struts-html.tld " prefix "html "% <mailto %25@(protected)%20 %20 "/WEB-INF/struts-htm

Struts Dialogs library 2.0 has been released

The new version of Struts Dialogs library does not contain new features. Instead it cuts a lot of fat. Well all of it. The library consists of only two Struts-related classes EventDispatcher and A

Validations bugs

It seems to me that server side validation does not work with Struts 1.3 The getValudationKey public String getValidationKey(ActionMapping mapping HttpServletRequest request) { return mappi

using <html:option >

Hi I am having problems setting <html option > dynamically along with sql tags Here is the source After setting the databases and queries.... <TH >vendor </TH >

Shale vs. Action framework Statistics

Hi are there any download statistics availabe for Shale + the action framework? Could give a rough estimated about the popularity of both framworks. Thanks Bernhard Slominski
Page 223 of 788 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100