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

Subject: Starting with struts2

Hi I 'm just starting with struts 2 and although I 'm having some bumps I think it 's going to prove that MVC is still an excellent platform to build a web application. First thing I 've had an issue i

Subject: pb with struts and jstl

Hi I use <html multibox property "customers " value " <c out value '${ customer.idcustomer} '/ > "/ > for list of checkbox with the customer ID as value. but in the output i have this <input type "chec

Subject: Struts 2 and JDK 1.4.2

To those folks out there who are restricted to JDK 1.4.2 are you running the Struts 2 back port and if so how successful have you been? I 'm trying to get the back port to work in a 1.4.2 engine

Subject: Excel, Struts and Downloading

Hi I asked this question of the POI user mailing list but it 's probably a question for this list. If you don 't know what POI is check it out here http //jakarta.apache.org/poi/ I used to run

& characters are encoded as & in OGNL parameters

Hi When creating a URL using the Struts2 <s url id " " / > JSP tag and then later in the page reusing the url #id in some OGNL parameter it seems the "& " characters in the URL are encoded as &

Optiontransfertselect tag

Hello all I have a problem on the optiontransfertselect Tag. I success to display the optiontransfert but when i try to transfet an option I have this in my javascript error console Erreur mov

paramsPrepareParamsStack and validation

I don 't quite understand how the validation is handled when using the paramsPrepareParamsStack. I have an action with a view() method that will be called via a get request specifying a blog id (blog.

Multiple upload using Struts 1.0

Hi all We have very urgent requirement for multipe file upload option using Struts 1.0. The number of files to be uploaded will be decided at run-time. Kindly help me. Its very urgent.... waiting

Problem to subscribe a topic when trying to subscribe from an ajax called page.

What am i trying to do? -I need to publish a topic (dojo.event.topic.publish) on the event onchange of a select tag. The workflow is -First i access an action that prints index.jsp page. -Then f

S2 tag property calls with arguments?

I guess this has been asked before but I have trouble finding an answer if it is somehow possible to give arguments to property calls in tags. For example if I 'd have "vehicles " as list attribute in

Struts2 : create URLs programmatically

Hi In order to generate some emails (and other similar things) I would need to output the URL of some Struts2 actions. Of course the URLs depend on the chosen ActionMapper and I 'd like my genera

how to embed struts tag inside JSP?

I try to embed struts tag inside JSP but looks like not works? how come? any idea? out.println( " <logic redirect href "why.do "/ > ") but not working. tks in advance john

how to get basename of the invoking program name ?

I try to use following method to get basename of the invoking program name inside JSP/struts String why (String) PageContext.getPage() but receive the following error message can

Have a favorite bug? Please vote!

The issue tracker Struts uses [1] JIRA has the ability to collection "votes " on bugs features and improvements. As a Struts developer when I have a rare spare moment I sometimes tackle a few ti

Design patterns for communicating between actions

Hello I am working on my first struts application and I was wondering about design patterns for communicating between actions. For example I have actions A and B. A runs first and creates some dat

Session Beans - how to make?

Hi all. I 'm a Struts Newbie here so I apologize for the stupid question ) I 'm working on making a fairly large Struts project. Most data will be passed from one page/JSP to the next. The login info

Subject: how to add new tag plugins

session is null!

I am trying to setup a value in my session. IT works the first time I call the action and breaks the second time. I get null pointer exception. This code is from my constructor. Map sessio

eclipse struts2 projects "missing java project struts2-core "

Hi I checked out the struts2 trunk from svn and imported the struts projects via import projects. I see a list of projects api core struts2-codebehind-plugin ... I have an M2_REPO variable set

Let me rephrase the problem slightly.

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 ... let 's pretend there are no nested forms involved in this. If I have an input box such that <html text property "ndays_rq "/ > is there a way for us

Nested struts forms, dynamic allocation using javascript or ??

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi folks I 've taken more than a couple stabs at trying to do this and failed. Miserably enough that I 'm not going to even attempt to post my efforts he

"no getter method .. "

Hi all. Another newbie question on Struts. I am having an issue in getting my .jsp names to match with those in the ActionForm class and was after some help. The error coming back from Tomcat is

Subject: Post back with Struts

Is there any way to get a behavior like post back in struts? If not is there any interest in writing an interceptor that will emulate this ?

Checkbox causes error on form submission.

I am a wee bit confused on this one. I have my Account bean with a boolean field private boolean billerSame false along with a getter and setter obviosuly. On my form I have <s checkbo

Difference between package and namespace

I am having a hard time differentiating between when I need a package and when I need a namespace... Can anyone shed some light on this??? Thanks Charbel

S2: Want to set autocompleter value

I have an autocompleter like this <s autocompleter name "states " id "states " theme "simple " autoComplete "false " showDownArrow "

Subject: Accessing Properties

I am new to Struts2 and have a question in regards to accessing properties from Java classes outside of the Action. If I would like to utilize the concept of package.properties property files. Is

s:include and jsp:include of Struts actions blank page

I 'm running into some strange behavior when using s include and jsp include with Struts actions as the include target. If I put <s include value "someActionName.do "/ > or <jsp include page "someAction

S2 & AJAX question

You could do it in S2 just like you said you would do it in S1 writing to the output stream without requiring a page for it (not that I 'm advising to do so ) ). musachy On 5/25/07 Dave Newton <

Subject: preInvokeJS in s:submit

Hi I??d like to show a warning message(alert) before erase a record . <s submit value "Erase " preInvokeJS "confirm( 'Confirm ? ') " / > Is preInvokeJS deprecated ? I have to use executeScripts "
Page 61 of 788 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10   Next 100