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 211 of 788 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100  

looking for struts authorization authentication

Hi I looked for a struts that different categorie of users login and got forwarded to different pages please help me if you have a tutorial or web application . thank you your help is appreciated

Validate() method not working as it should !!!!!

I have a very weird problem here. I have a form-bean where i validate the user input and add them to the errors. When i click the submit button the errors are displayed not on the same page but on

Download question

I want to realize download function in struts and I will put some file url in JSP file when click one of the file url this file will be download.Dostruts or some taglib support download function? Tha

LookupDispatchAction and Internationalization

Hi I am using Struts 1.2.7 with the LookupDispatchAction and everything works fine as long as the labels of the buttons ( values of the keys of the resourcebundles) are not using special characte

I get exception : Path http://www.mywebsite.com/ does not start with a "/ "

Legolas Woodland ha scritto > The server return an exception like > > > java.lang.IllegalArgumentException Path http //www.mysite.com/ does not > start with a "/ " character > ... > forward "f

Displaying messages from multiple resource bundles

I am displaying messages in JSP using resource bundle. I have 2 separate bundles. Depending on the message I would like it to be picked up from the particular bundle to which that message belongs to

Struts and AJAX

Hi I have developed application with struts. now i want to use ajax in my struts application. using ajax we can avoid refreshing the whole page. instead of that it enough to refresh the part of the

Is there a struts Taglib document?

Is there a struts taglib document about <html ?? > <bean ??? > <logic ??? > the chm file form is better. If you have it please give it to me. Thanks!

Best way to serve PDF with iText

I was wondering if anyone could give me any pros or cons of serving a dynamically generated PDF file via a servlet or a struts action. Only think I can think of is that as a servlet the it wouldn 't h

Filter Help!

Hello everyone If this is not the right place to post this could you please let me know where. I have searched the forums and Google and cannot find an answer. I have a Servlet filter that checks

I get exception : Path http://www.mywebsite.com/ does not start with a "/ " char

Hi Thank you for reading my post when i click on some of my links in the web application The server return an exception like java.lang.IllegalArgumentException Path http //www.mysite.com/ does no

Has anyone intregrated DWR with AJAX?

hi I have a website which is developed using struts I am looking to convert some of it to AJAX and working on different approaches In my current application i have a common Action class which has

get info error

Hi in my struts web application have (web.xml) <error-page > <exception-type >java.lang.Throwable </exception-type > <location >/templates/error/error.jsp </location > </error-page > a

issue with Struts , DWR, javascript in Firefox browser

Hi I am trying to do a test application using struts DWR I am having problem with document.getElementById method in javascript this works fine in IE 6.0 and opera I am using struts tag <html text ti

how to get the version of struts during runtime

hi i would need to check the version of struts running during runtime to be more specific when my derived action servlet runs through its init method (derived from ActionServlet of course). reason

Subject: DynaValidator* examples?

Hello All. I 'm using Struts 1.2.9 and Tiles. Can anyone point me at a decent example of using multi-page forms with one of the DynaValidator* classes? Thanks in advance -Brian -- Brian M. Long

Error Message on Tomcat when classes are put in shared-Folder

Hello! I 've classes within a web-application and everything works fine. Then I put these classes to the shared folder I get this error java.lang.NullPointerException org.apache.struts.taglib.T

JAVAWUG BOF XVII / Thursday 20th April 2006 @ 19:00 / Oracl e City of Lond

Dear All I would like to formally announce that JAVAWUG (Java Web User Group) is holding the seventeenth Birds-of-Feather (Meet up XVII) at the Oracle City of London offices on Thursday 20th Apri

NullPointerException in while initializing message resource

Hi All I am getting Null PointerException when i tried to view my login page. Struts is not able to find the message resources. This is configuration in my struts-config.xml <message-resources par

<html:link / > how to use message resource key for href

Hi My requirement is to use a message resource key for html link href attribute instead of passing a hardcoded value. Below <html link href "${item.link} " >Some text </html link > I want to repla

action not work

I have a submit button in A.jsp and I want to submit to B.do from A.jsp but when I click this submit button it should submit to B.do and show some information on screen but in fact it doesn 't work whe

Some questions

Hi. First off a little bit of my background. I 've been developing with Java for a long time now. None of it was web based development. On this field I 've programmed with PHP .NET Ruby on Rails P

Subject:

I am using class.forname() in several classes to load other classes so that my application can be configured without changing the exsisting code . I am not very clear about the issues which ca

Struts Forward and URL prefix problem

I am trying out struts action mappings and wildcards so that I can provide my dynamic content static URLs that are not based on query strings. When my action class forwards to success or failure

using AJAX and Struts Action class how to refresh data on jsp page

Frank I dont want to update all the jsp page only the last name text field I am able to do so if i do PrintWriter out response.getWriter() out.println(last) return null but suppose i have 10

CLayForEach and var attribute

Hi I have a situation that I am struggling a bit with. On a page that I have I have a page that displays different races and has a clayForEach tag that is supposed render a jsfid that displays infor

using AJAX and Struts Action class how to refresh data on jsp page

On Mon April 3 2006 1 19 pm Ashish Kulkarni said > In Struts i want to populate ActionForm and then > refresh jsp page This is pretty much the exact opposite of what AJAX is for ) Refreshing

Subject: action tag vanishing?

Greetings All. I 'm migrating an existing webapp to Struts. An Action tag in my menu is getting blown away. The application is in the middle of migration so there are some struts-enabled jsps and

using AJAX and Struts Action class how to refresh data on jsp page

hi I am trying to learn AJAX and struts together (will use some standard solution later) This is what i am doing In my jsp i have 2 text fields FirstName and LastName when the user enters FirstName

Issue while migrating from 1.0 to 1.1

Hi while migrating my app tu Websphere 6 I choos to migrate from Struts 1.0 to 1.1. (According to META-INF/MANIFEST.MF file because I am not sure). First when forgetting a file I had
Page 211 of 788 Previous 100   Previous 10   211   212   213   214   215   216   217   218   219   220   Next 10   Next 100