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 104 of 788 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  

Circle-P (Sound Recording Symbol) not working - unicode problem

Hello. Does anyone know how to get unicode symbols to work in Struts controls? I have Circle-P - ℗ - Lucida Sans Unicode has that symbol on a PC and our MACs also have that font. The Tradema

Subject: Can actions have paths?

Hello I have this struts.xml <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN " "http //struts.apache.org/dtds/struts-2.0.dtd " > <struts > <!-- Conf

Strange problem with Validators in Struts 1.2.9

I have the following problem My validator gets NOT called as soon as I initialize some properties in my form. In my form bean I have public class QueryTripsForm extends ValidatorActionForm { pri

Request parameter problem

Hi I 'm a new subscriber to this mailing list so if this issue has been brought up before I apologize. I am having trouble retrieving request parameters in my action class using the recommended me

Odd tag behaviour (Newbie)

Hi I 'm using Struts 2.0.06 and I have a simple jsp page <%@ taglib prefix "s " uri "/struts-tags " % > <html > <body > <s iterator value "servers " > <s label value "HostName " cssClass

AJAX tags

This is a very general question. The feature list of Struts2 lists Ajax tags and I was wondering if these actually implemented some ajax stuff i.e. they communicate with the server via xml reque

how to read request parameter in windows-1257 encoding

In web.xml I found CharacterEncodingFilter with UTF8 and force true. That 's why character encoding of the request was UFT-8 (getRequest().getCharacterEncoding() UFT8) I 've tested all decode combi

Subject: sitemesh PageFilter

I have just begun looking into sitemesh and was pleased to see a struts2 plugin. But the documentation is very sketchy and I 'm not sure what it adds. I also didn 't find mention of the plain jsp Page

Subject: about nested:write and Html

Hi I am using nested write for print some text that has some html code. in browser it shows code and not the code effect. how to do that. -- Cup of Java + Suger of XML Secure WebApp

The performance issue about OGNL

Hi Zheng Have you profiled your application? Are you sure it is OGNL that makes your application slow?

STRUTS 2.0.6 struts.xml problem

why in struts 2.0.6 i can 't extends package from the other file? for example i have package name default in struts.xml in struts.xml i include file struts-xxx.xml in struts-xxx.xml i want to extend

struts.xml problem

hi im using struts 2.x and i have some problem here. i break up my struts.xml into smaller piece when i used struts 2.0.1 it works fine but when i change into struts 2.0.6 there is some problem and

The performance issue about OGNL

Dear All I am using struts 2.0.6 but honestly the performance is very bad (not need to think about scalability) to speed to load a simple page is much slower than pure JSP (I haven 't compared with

How to set a redirect action to https?

Hello In Struts 2 I am trying to figure out how to redirect a user to https when they make a request using http. When I try to do the redirect I get this error Not Found The requested URL /http

Re: NoSuchMethodException: $Proxy18.find()

--- Paul Benedict <pbenedict@(protected) > wrote > I have never seen anyone attach Spring transactional > logic to an action and called DAOs straight from the > action. That 's not good practice becau

What to use instead of tiles in Struts2?

Hello The tiles plugin for struts2 is labeled experimental. Is there another way of doing similar functionality on struts2? Thanks Neil -- Neil Aggarwal (214)986-3533 www.JAMMConsulting.com

struts dialog / wizard

Hi I 'm looking at implementing a struts wizard flow (of about 12 pages) into my struts-1.2.9 application. The struts dialogue project seems to be along the lines of what I need (pattern-wise). I h

NoSuchMethodException: $Proxy18.find()

I am following the guide here http //cwiki.apache.org/S2WIKI/struts-2-spring-2-jpa-ajax.html For some reason when trying to map a method other than execute I recieve the following error - Servlet.

1.2.9 html:action

Hello I am using the following in a jsp view <html form name "GalleryForm " action "galleries " > <html hidden property "onPage " / > And the source renders <form id "GalleryForm " method "po

Struts2 : TypeConverter and Null Values

Hi Let 's consider we have a S2 select box that is not required (s select required "false " ). The property to which it is bound can be null. However by default Struts2 complains using the invalid

ActionForm is null

Im using Struts 1.2.9 on Tomcat 4.1.31. Somehow my form is null within my Action. It 's even null at the level FormBeanConfig.formBeanClass() is called. The type returned by FormBeanConfig.getType

Subject: Struts 2.0.6 questions

Hi I 've been hapily using Struts for some time most recently the 2.0.5 snapshot. Today I downloaded 2.0.6GA and that raises a question * where did the struts2-api.jar go? Are it 's interfaces/

Offtopic netbeans

O/T query Which version of netbeans allows one to add a new tomcat server ? Apologies for the O/T post! M--

Subject: form submission problem

hi i have a drop down list which contains services available. when you select any option from it calls the doSubmit method in javascript <% String submitString "doSubmit( ' " + SELECT_SERVICE + " ')

Internationalization -- Issue with Japanese Characters

Hi All I am developing an Internatinalized application based on struts frame work. But while displaying Japanese character I am getting Junk data. I am getting issue with only multibyte chara

Forums, Message Boards, Threaded Discussions

Hello everyone I need a good forum solution to integrate with strut1 (action). Anyone got a favorite to share? Thanks Joe

doubt working with dates in brazilian format (dd/MM/yyyy)

Hi All I 'm working with dates but I 'm not able to convert dates to be displayed automatically using the brazilian format (e. g. dd/MM/yyyy). Also I 'd like to know how to validate my dates using this

s2 - Client Validation in simple theme

I have a little legacy system to migrate to struts2. I want do use validation features from struts2. I need to use the theme simples because I don??t want to change in the layout(tags tr??s divs

how to read request parameter in windows-1257 encoding

Hi! I have to read form post in windows-1257 encoding <HTML > <HEAD > <meta http-equiv "Content-Type " content "text/html charset windows-1257 " > </HEAD > <form name "testForm " action "http //lo

Integrating Struts 2 and Groovy

I have spent the last week working on integrating Struts 2 and Groovy. I started writing my actions in Groovy last week. This is great but I want to eliminate the compile restart cycle for general ed
Page 104 of 788 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100