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

Object based project

hai I would like to develope one java project.Its fully object based. Is there is any site for fully object based samples. In which document is used for this .

How to inject code between <HEAD > </HEAD > of a generated page ?

Hi everybody This is my first post on this mailing list. I developped a personal tag librairy which need to inject code - link a javascript or stylesheet file - between the XHtml <head > </head > ta

Subject: <html:errors > question

I have a JSP file and I use <html errors > in this page but it raise error my code is follows <%@ taglib uri "/WEB-INF/struts-form.tld " prefix "html " % > <html > <head > <link rel "stylesheet " href "sty

Off Topic Expression Language question

Hi All Appologies for the off topic posting. Does anyone Know how I can access a bean property that takes a parameter using EL. For example if in a bean I have define a name property with public S

clay description elements

I think it may be beneficial to extend the clay dtd to add extra elements for documentation. Just like the component element in the faces-config.xml has a description sub-element. I say this only be

Should we add MIME type in hosting package to make it execute .do files?

Thank you for reading my post. My struts application works in my own PC but it does not works on Host that i purchased. it return 404 error. should i add a new MIME type for .do ? if so What kind o

Subject: validate indexed properties

Hi is it possible to validate indexeded properties with Struts validator (struts 1.2.7)

Struts "seems " to be picking wrong <bean:messages > translations creating a langu

Dear Colleagues I use struts 1.2.8 I have an application with two message resource bundles ApplicationResources.properties and ApplicationResources_es.properties. ApplicationResources.properties is

getting various control like checkbox and drop down as column in HTML table.

Hi I am trying to put in editable checkbox inside HTML table but it doesn 't seem to work. any ideas where am going wrong ? Thanks in adv. Digant <table class "borde

AW: AW: Disabling Back Button in IE

This problem is as old as the web browsers are at the beginning browsers and http were just there to display static pages not for building applications with it so the back button was not a problem.

Subject: Re: need some files..

hemant kumar ha scritto > hi frnds..i m very much new to struts programing...so i need some help.. > i need 13 .jar files..to place them in my lib folder..plus the .tld files.. > plz it would be

need some files..

hi frnds..i m very much new to struts programing...so i need some help.. i need 13 .jar files..to place them in my lib folder..plus the .tld files.. plz it would be very helpful if nebody send t

AW: Disabling Back Button in IE

Just add document.onkeydown function(e) { if (document.all) { if (event.srcElement.type "text " || event.srcElement.type "textarea ") return true else return false } else { if (e.targ

Getting Access to Application Properties from plain classes

Hi normally we are getting the properties them in the normal Struts-way with the help of the request or bean message but for the purpose of some test classes it would be useful to access them with

debuging in eclipse

Is your server(i.e tomcat or Jboss or whatever) running and listening for debugging connections? here is how I use Tomcat JBoss and Eclipse to build and debug applications. Which ever platform you

How to get the value of combo box of previous page?

<bean write name "userForm " property "eng_name "/ > The above line returns blank. Where goes wrong? In previous page as below the combo box has values. <td > <html select name "

Subject: Reg: debuging in eclipse

Hi I have some problem related to eclipse. When I am trying to debug my struts application I am getting the error as "Failed to connect to remote VM ". Can I get solution to this problem. Regards Sh

struts iterate tag

Hello group i have a problem with the logic iterate tag ... i want to show a list of objects (which habe attributes with values of 0 or 1 or 2) I want to show them in a list of radio-elements OBJE

Subject: Disabling Back Button in IE

Hi Anyone can tell how to disable the "Back " button in IE through our Code.

Sorting & paging search results with delete button for each row?

Hello All What is the best way to sort and page search results (with delete button for each row) using Struts? Are there are any open source tag libraries to achieve this? Looked at displayta

Reg: DynaActionforms and ActionForms

Hi I want some information regarding the difference between DynaActionforms and ActionForms and advantages of DynaActionforms over ActionForms. I need the code of subclassing the dynaforms and

Subject: Tiles on Tomcat 5.0.30

Hi All I have used tiles in while this week and when I look at Tiles user guide it says "If you are using Struts 1.2.x you will need to also make sure you are using the |org.apache.struts.tiles.Ti

Does "return null " from Action class send "200 OK " response?

Does "return null " from Action class send "200 OK " response? If not how do I do it? TIA Brian Barnett Broadband interface (RIA) + mail box saftey http //Struts_User_List.roomity.com *Your* clubs

Subject: error-page design question

Our app currently throws a custom UnavailableException from a couple of places inside our Action handlers when the app is "offline " doing end-of-day processing. We thought we had this situation covere

Subject: Struts Message Resources

I have a struts application in which I use the message resources for most of my view pages. Using bean message etc. All is good. But I have created some tag libraries in which run in the same strut

How to retain form data when disabling input in html:text

I have <html text property "bucketName " disabled "true " size "40 "/ > I populate html text with data from DB. I want to disable input for this property but when I get form data back in Action form bea

using tiles and setting a cookie

I 'm having a problem setting a cookie inside of a Controller class. My custom controller extends from the base Controller class. Inside of my class I 'm simply trying to set a cookie to the HttpServl

application resources on iplanet

Hi i am deploying on tomcat but now i need to move to my production environment iPlanetTM Web Server Enterprise Edition 6.0 and i having problems with the application resource properties the sam

message-rsource access in taglib

I created a struts application and in order to keep some area clean I have created some tags to handle some isolated logic. I have been unable to figure out how to use the message-resources in the t

Subject: drop down list box question.

I have users list created in my dispatch action and populated in request. in my form this works. ........ <tr > <td class "tdLabel " > <fmt message key "label.endDa
Page 227 of 788 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100