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 97 of 788 Previous 10   91   92   93   94   95   96   97   98   99   100   Next 10   Next 100  

Java-JSP data sharing mechanisms

When it comes to sharing values between Java and JSP I see the following conventions used 1. %foo 2. $foo 3. #foo 4. foo Is there a one-stop grid that identifies what each of these symb

Patch for ajax/remoteforms/AjaxRemoteForm (Ajax example from Struts-showcase

Hi Martin I 'm not sure which patch you are referring to do you know the jira ticket number? regards musachy On 3/15/07 Martin Gainty <mgainty@(protected) > wrote > > Hello All > > I think this er

Patch for ajax/remoteforms/AjaxRemoteForm (Ajax example from Struts-showcase)

Hello All I think this error occurs is a result of the 1)ajax/remoteforms/AjaxRemoteForm folder name not being parsed because folder parsing patch wasnt installed in this Struts2 distro 2)there is n

How do you provide a Map from the application scope for the list of a s:sele

I do have the same Problem. But my map does not come from app-context. The error is the same tag 'select ' field 'list ' name 'country ' The requested list key 'countryMap ' could not be resolved as

How do you provide a Map from the application scope for the list of a s:select

How do you provide a Map from the application scope for the list of a s select. I keep getting the following error The requested list key 'referenceLookup.idQuestionOptions ' could not be resolved as

EL expression in html:form action

I 'm getting the "cannot retrieve mapping for action " error when using EL expression in the action attribute of <html form > tag. See below. AcctContact.jsp > <html form action "AcctContact${contac

Struts2, JSF, Tiles

In my S2 actions I set the result 'type ' "jsf ". The instructions do not seem to cover using both JSF and Tiles. How do I integrate Tiles with my Struts2-rendered jsf pages? Do I need to use the

Struts2 and spring2 fails, adding RequestContextFilter/Listener doesnt work

Hi im currently evaluating s2 and now trying to get the scope attr work in s2 and spring2. Tried all in the previous post http //www.nabble.com/Struts2-and-spring2-fails%2C-adding-RequestContextFil

struts 2.0 migration

hello every one I am new to struts but I have a collection of examples and tutorials (I believe for struts 1). I have been reading through these tutorial and now that I am about to start some thing

Subject: Validating two dates

Hi all I searched the archives on this but could not find an answer - hence I am posting it here. I have two date fields on my form. I want to validate that the first is always on or before the se

How to session attributes Struts 2.0.6

Hi How can we set the session variables which we used to do in stuts 1.x. and thereafter access in the jsps. e.g. session.setAttribute( "NAME " "USER11 ") and in jsp <logic equal name "NAME " valu

How to overwrite default setting in Struts2

Dear All I try to use my own setting to overwrite the default settings. Following line is added into my struts.properties struts.configuration.files struts-heal-default.xml struts-plugin.xml strut

How to change the return of an action ?

The DefaultActionInvocation returns only a String or a Result from an action invocation. Why struts does not permit the action to return something else like an Object ? In this way this object (l

odd tiles deployment

Hello This one is a head banger really I look like I shaved my forehead I have a strut app deployed to TC5.0.28 perfectly on WinXPP & W2KPro. Is a thing of beauty with Tiles working perfectly. T

Lazy loading actions in Struts 2

Hi Is there a way to prevent Struts 2 from instatiating all the actions defined in the action configuration file whe loading the application? I am using Spring for object factory. Thanks Marco -

Subject: initialize java form bean

is there a way to set a property of a java form bean from struts-config.xml? I try to use set-property and it is not working.

Need Help -Urgent

> > Hi i am using below snippet and i am getting the following error <TR > <TH class "tRight " >CP Description </TH > <TD > <html textarea readonly "${isReadOnly} " property "cpDesc " *maxlength **

Passing a bean (out of an iteration) to an action

hi all Wonder if you can help me on that one I have an iteration over a collection of beans in my jsp site. I itererate on the list and generate a table with a row for each bean. The first attrib

Subject: Cross site scripting issue

Hi All I am trying to find a best solution to prevent Cross site scripting attacks. I wrote a method to filter out all the bad characters. But my questions is where should I call this method? AT th

Subject: Going nuts with <s:set >

Hi I have this fragment of .jsp code <s iterator value "order.details " status "status " > <s set name "indexValue " value "#status.index " scope "request "/ >

Subject: Struts 2.0.6 and Validation

Hi there I am trying to get validation going for my application and so far nothing works. I would like to use annotations. Here is what I try to do package ... import ... @(protected)({ @(protected)

DataSources

I 'm looking into upgrading from 1.2.9 to 1.3.8 and I 'm having a hard time figuring out how to get DataSources for my application. In the old version I did the configuration in the struts-config.xml

Subject: fmt:setLocale <little OT >

Hello there! I 'm struggling with this for the last couple of hours I 'm pretty sure is a dumb thing I forgot. I 'm setting the locale for my JSPs (not using struts yet this is for a presentation) and

How to pass param to actions from Struts.xml

Folks Is there a way to pass parameter to an Action using the struts.xml config file. 1 ) I see that the <action .. > has a param attribute. How can I access its value from within the action? My

Revising user input

Hi I am using Struts 1.2.7 and am developing a user form that employs the validator framework. Once validation is successful I display the results back to the user on a JSP page before final su

Struts / Netbeans Hands On Lab

Theres a "Hands on Lab " for Struts (1.2.9) / Netbeans by Sang Shin availbale here http //www.javapassion.com/handsonlabs/strutsbasics/ Niall

Result Type Dispatcher problem

Hello I have a problem with the result type dispatcher when I try to dispatch the success or error to another action. I get 404 error. This works fine with result type chain. Here is my configurati

Bean access from several pages in request scope

Dear Struts users I have a form bean with request scope. When submitting the form the bean can be accessed from the "next page " as expected. On the next page I 'd like to show a "Modify " button that

How to submit multiple selection?

For example i want to get the ids of the selected messages in the forum and delete the selected messages. (Suppose i am the admin). how to achieve this? seems won 't work. -- View this message in c

Html:Cancel and html:submit works only on new page

Hi I have a navigation page which takes me to pageA.jsp throw an <html link > PageA.jsp has a textbox a submit button and a cancel button. If I navigate through the index.jsp navigation menu to goto
Page 97 of 788 Previous 10   91   92   93   94   95   96   97   98   99   100   Next 10   Next 100