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 64 of 788 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10   Next 100  

Problem setting radio to default value from a Collection

Hi All I have a jsp with a radio tag setup like so <s radio name "answer " id "answer "list "game.question.answers " listKey "id "listValue "answer "onclick "document.getElementById( 'CheckAnswer

How can I access an attribute of session using JSP tags?

I tried to check and output an attribute of session in a jSP page which I had set in an action by using logic present and bean out tagas but I coulnd 't. It seems like those are not a right tag. -

Best method of passing ActionErrors through a redirect

Simple question Is there any way to retain messages added with addActionError or addActionMessage during a redirect? More complex explanation of my setup ActionA gets data and has uses a

Subject: Struts2 DWR parameter issue

I 'm trying to use DWR with Struts2. The problem is when I 'm trying to build the row of a table with a <a href " " > link to an action class I 'm not able to send any params in that link. eg var

displaying options with html:optionsCollection tag

I 'm using html optionsCollection tag in my jsp to display options for multiple dropdowns. see my code snippet below <logic iterate id "availableServiceGroups " property "availableGroupsByService " nam

Subject: Connection Pooling How To ?

Hi All i am developing a struts based web-application with JBoss 4.0.5 as Application Server and Oracle 10g Express edition . I am configuring my application for connection pooling . I have tr

Subject: how to read login info

Dear All Can we have windows Login credentials like user name or domain name to make my application single signon. Scenario 1.User login into Windows and hit http //abc 8080/product

Serious memory leak

Hi I have just downloaded NetBeans Profiler to see how my web-app performs and realized that it produces serious memory leaks... The interesting part is that I have nothing on my JSP but static stru

datetimepicker is not showing at all

I can not get datetimepicker to work. Here 's my Code <s datetimepicker name "date " label "Date Completed " displayFormat "#yyyy-#MM-#dd " / > and here 's the html output <script type "text/javas

How to get the value of the datetimepicker?

Hello Since there is some problem with ajax validation i 'm trying to validate my self my dates with topics. But I can 't get the value of the component in JS . Is someone know how to get the value o

Subject: Connection Pooling in Struts

Hi To set up connection pooling in struts which is the recommended way whether and please explain the benifts 1) Configure through struts-config 2) Configure through Server (like in tomcat data-sour

Subject: Re: Deploy error

hi are you sure you have the applicationContext.xml file inside the WEB-INF directory of the .ear file? http //www.springframework.org/docs/api/org/springframework/web/context/support/XmlWebApplic

Wrap data in struts <bean:write >

Hi Anyone has idea about how can be wrapped the text when we use <bean write name "... " property ".... " > . I tried to use wrap attribute of text area. But it doesn 't work because I am using struts

Struts 2 validation and Redirect After Post

Hi I want to use the redirect after post pattern in order to have a web app that is well behaved when the user hits back refresh etc etc I also want to use the Struts 2 validation framework. At

Access to MessageResource from action.

How to do this in struts 2 ? In struts 1 i had MessageResources resources (MessageResources) getServlet().getServletContext().getAttribute(org.apache.struts.Globals.MESSAGES_KEY)

Subject: How to do the following in S@

Hi One page we got a Iterator containing the Action Names which means Actions names are not known earlier How can we retrieve the value inside the URL tag. How can we retrieve the dynamic action

How can I access a collection of object using struts tags?

I have a bean which has a class that contains a ArrayList of another class. In this case how can I access the property of the last class in a JSP page. For example the business object Movie has a

ajax - Submit a form

Use a regular submit (no ajax) and see if you values are submitted. musachy On 5/21/07 Mansour <mansour77@(protected) > wrote > > I still don 't what wrong with this. I fixed few problems but still ca

Subject: form population problem

I can 't seem to get values retrieved from the DB to populate on the form. The list jsp and retrieving from DB work great but values don 't seem to make it to the jsp. I pass the ID into the action me

Deploy error

Hi all i 'm developing an application using Struts 2 + Spring + Hibernate + Tiles 2. I 'm using the Jdeveloper 10.1.3 as the IDE. When i run the app inside the IDE everything works fine. But when i

submitting a form using java script on IE

I need a table that contains anchors. Clicking on this anchors executes the Action I need. The table is working great in FF but not in IE. IE is getting the form object correctly put can not submit

Subject: Problem with ! notation

Hi I 'm trying to call a method on my action using the ! notation as explained in the CRUD demo. If I call my action from the browser bar as http //localhost 8084/Tiger/StartOrder.action then the exec

Tiles and

Hello I am having the follwoing definition at tiles-defs.xml <definition name ".content.before.delete " extends ".content " > <put name "body " value ".cPanel.content.before.delete " / > <

struts1 and struts2

I am new to struts. There is struts1 and struts2. what are the differences between them? Thanks.

Validation on datetimepicker

Hello all I 'm using a datetimepicker in a search form the result of the form is displayed in a s div (thanks theme "ajax " on s submit ). My problem is when the user set a wrong value in the dateti

why hasn 't apache foundation voted for JSR-277?

by searching for solutions for jar problems i had i came across this http //jcp.org/en/jsr/results?id 3238 and wondered has anyone from apache gave this thought?

Subject: Re: Connection Pooling

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Balazs Balazs Michnay wrote > I still cannot estabilish database connection using connection pooling. > I think I made all the settings I need but st

how do i know servlet.jar verison i have?

hi... in my lib folder of an ear i 've found a 'mystery ' servlet.jar which has the size (76 877 kb) i tried looking into manifest.mf but it says nothing about the version only Manifest-Version

OT- need some help

Hi Can someone point out a tutorial or some place where I can learn how to read values from a .cfg file? Say I have a Input.cfg file which goes like <com > <MyCompany > <Common inputDir "C

Stylus Studio 2007 Release 2 Now Available

[announce] Dear Struts-Users Stylus Studio 2007 Release 2 is now available for free trial download or online purchase. Here are some of highlights * Query Plan A new query plan utility in the XQ
Page 64 of 788 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10   Next 100