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

Action redirect passing object

I need away to redirect to Action1 parameters and after processing and creating an object I need to pass this object to Action2 for further processing. That 's what I am doing <action name "get

Is there a way to turn of formatting of controls with ajax theme?

I want to use ajax submit buttons to refresh tabs but when ajax theme is set the buttons are wrapped in additional <tr > and <td > tags. This is doing interesting and unhelpful things to our page layo

Help with "No action instance for path could be created " problem

Hello guys I 'm getting this problem (an old problem I haven 't seen since my first days with Struts). The problem occurs during my Maven2 Test Goals. (I 'm using StrutsTestCase). Right now I 've

HTTP Status 404 - result 'null ' not found

It must be some configuration issue. My simple application works fine in Windows environment but we get this error on Sun Solaris. We use Sun App Server 8.2 and 8.1 accordingly. I failed to reproduc

Simple AJAX combo box select = > update a few controls

I would like to see an example of using S2 tags to populate a few controls once an item is selected from a combo box. Does someone have a cookbook for this without giving me a bloody nose? -- Scott

problems with file upload parameters and custom interceptor stack

i am having a strange problem with doing file uploads using a custom interceptor stack. basically if my custom interceptor stack does not directly reference the defaultStack then i am not getting

Request parameters appended to urls that don 't need them.

Hi I 'm new to struts and liking what I 've seen so far. I 'm building a toy application to learn the framework (A simple blogging app). I have an action with a view() method that returns the string "vi

Subject: Tiles Interceptor Stack

What is a typical interceptor-stack for a Tiles app? I 'm extending tiles-default now and things work okay. However it seems awful slow! How much of this performance problem might have to do with s

Exceptions thrown in prepare() method ignored

Hello I have an action with a prepare method. The prepare method loads some objects to operate on for the editing so I have the interceptor stack setup with the params prepare params intercept

sub-Menu in struts

Hi I am using struts 1.3.8. I have menu buttons on the left side of the page. What I have to is when I click the menu a submenu should open below it. Can anyone please help me how to do this in stru

Freemarker vs struts taglibs

Hi I 'm a bit confused. I need to decide if I 'll use Freemarker or Struts taglibs and I don 't know the differences between both. E.g. what 's the difference between <s iterator > and <@(protected) > <

unexpected Tomcat shutdown everyday

Hi all I have a a very strange and critical pb with my struts 2.0.1 application that makes my tomcat server shutdown everyday between 5 40pm and 6 30pm approx. I 'm sure that this come from my applic

When validation fails, how to add beans back to the value stack

Hi all I have this problem since I started using struts 2 and I still cannot find the solution. Please help me. ) Note I didn 't write all the codes. I have a form. <s form > <%-- orde

Subject: Init methods in Struts

I want to initialize torque in Struts2. I 've got the code to initialize torque and it works fine. The problem is where do I put that code. Is there a place like an init method which is called ju

Subject: newline being ignored

I have an object with String variable body. In the body is a newline character then some text. When this is being posted the newline seems to be being trimmed is there any way to stop this please? __

Re: Session Expires too early! Help!

This is not a struts related issue check your logic in the code the attribute userType may be not in the session. Thanks Nuwan ----- Original Message ----- From "vikas rao " <vikas5678@(protected)

Session Expires too early! Help!

Hi I am working on a bug in my application the problem is the session expires every 2 minutes or so and I have to log back in to continue this is very frustrating. How do I go about debugging this

Struts 2 migration ISSUES- missing properties in ...

Hi We have the following in the struts 1.x <html text property "studentId " size "7 " maxlength "7 "/ > when I try to convert this to S2 I can 't see the size and the maxlength properties for e.g. <

checkboxlist formatted vertically?

is there any way to make checkboxes created from a checkboxlist formatted vertically by adding a <br/ > after each checkbox or some other means. right now it just dumps them all out in a row. same

ognl.NoSuchPropertyException with param passing redirect-action

I 'm getting the following stacktrace using 2.0.7 while trying to pass action values during an action redirect result (action config below) and I 'm wondering if this is a bug with the test build I 'm us

struts2 vs jsf?

first of all i know it 's not all or nothing i know that struts2 has a plug-in for jsf my question ism why? what does JSF connection to struts2 gives me? i know that struts2 tags give me automat

datagrid doubt

Hi i wish to implement datagrid in struts ...query 's validations type of boxes and other things will be in XML file ...I have to parse it and know the query and depending on the query i have to

Unexpected Exception catched: Error setting expression

Hello I use struts 2.0.6. Below is a record from the log file when I call a page with parameter ac XXX [#|2007-05-15 16 10 30 860|ERROR|com.opensymphony.xwork2.interceptor.ParametersInterceptor

Action returns blank page

I 'm trying to split my Struts 2 app up a bit using namespaces but have run into a bit of trouble I have an action mapping that works fine without a namespace but when I move that same action to an

nightly build dist location empty

I 'm interested in some of the bug fixes going into 2.1.x (particularly around conversion errors w/ the datetimepicker tag). http //struts.apache.org/dev/builds.html says there 's a nightly build of th

menu

Hello there is a way to have menu using tags in Struts2 or we must use external tags libraries? Thanks Stefano

RE Displaytag

Hi With this declaration your server has to have acces to the Internet to download the tld and so one. If you don 't have this acces try to download the tld file add it in your WEB-INF/tld fold

<s:select .../ >

Can someone identify the attributes of this example code preferably in the documentation itself? http //struts.apache.org/2.x/docs/select.html <s select label "Pets " name "petIds " li

Subject: Struts 2, Popup window ?

I am trying to accomplish the following 1. I am on a page and would like the user to click on a link which would invoke my popup window picker. 2. The popup window is an Action that allows the user

forwarding to another action passing parameters

This is a Struts 2 question. I 'm looking for a common solution to the problem stated in the subject. The easiest way to explain what exactly I want is with an example. I have two actions 1) ListAct
Page 66 of 788 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10   Next 100