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 201 of 788 Previous 100   Previous 10   201   202   203   204   205   206   207   208   209   210   Next 10   Next 100  

How to use LookupdispatchAction

Hi I have a form that create a user in my database. I use a simple action class. After the cr?ation i forward to a jsp (viewuser.jsp) that show my users. Now i want to add two buttons on viewuser

html:text attributes

Could any one give info how the below attributes can be used in <html text tag. errorKey errorStyle errorStyleClass errorStyleId <html text property "username " size "20 " maxlength "20 " styleClass "

Jsp Tabs

Hello friends I am using ditchnet tab taglib . However it works fine for normal text in tagPane <tab tabContainer id "foo-bar-container " skin "wireframe " > <tab tagPane id "aa " tabTitle

Subject: FW: StrutsTestCase & Hibernate

hi Basically I 'm interested in testing struts actions (forwards messages etc). Most of the actions perform some actions on my database which I 'd like to speed up. My idea is to isolate database t

Waiting page Conflicts with Validator!

Hi I introduced a waiting page as discussed in the days before (http //wiki.apache.org/struts/StrutsPleaseWait?highlight %28wait%29). It works excellent but not with the use of validator! Can someone

Help me in configin easystruts plugin in Eclipse 3.1

hi all hope you are doing fine. i am unable to configure easystruts plugin in eclipse 3.1 Plz help me out. bye anil.

Two mysteries: ;jsessionid and bad img tag

I 've just been gifted with a struts application to maintain. Things are pretty good but here are two little mysteries I need a little help on. The struts jsp looks like <td > <html link page "/ " > <h

What To Do If Users Use the Browser "Back " Button?

There is a J2EE application I am working on. The application uses the Struts framework. Things are working fine. If users use the "Close " button that is provided by us (developers) the current web

SAF 1.3.x, chain naming and arbitrary chains

chain-config.xml is not referenced in config files

How to manually force the use of ApplicationResources.properties?

hi I 'm using struts 1.2.8 along with JSPs in an application. As at now for the internationalization I 'm just using the normal mechanism just by specifying the path to the resources file in my stru

Validator stops when an error is encountered

The validate javascript function that gets generated by the validator stops processing once one of the validation routines finds an error. Is there a way to override the "&& " with "& " so that I can ge

Change Input parameter at run time part 2...

I found mapping.setInput but i get an error when i try to change it telling me java.lang.IllegalStateException Configuration is frozen How do u temporarily unfreeze my configuration so I can chang

Subject: Re: Securing DispatchActions

Frank W. Zammetti wrote > What if you simply are not allowed to include security > mechanisms in your application? (configuring groups isn 't considered "in > the application "). Not allowed? Don 't

Change Input parameter at run time

Greetings I have an application i have inherited. There is a situation where 2 jsp 's submit to the same action with the same form bean. In the validation function inside the form bean if there is

OT: Bespoke

bespoke. Wow. Please setlle this bet among our dev team that you _must_ be Brittish. On 5/4/06 Adam Hardy <ahardy.struts@(protected) > wrote > - you would have a bespoke exception superc

Securing DispatchActions (was: How to avoid lots of "if else " in Action cla

Didn 't want to hijack a thread so... On Thu May 4 2006 2 21 pm Dave Newton said > Frank W. Zammetti wrote > > I.e. you want /showAccount.do accessible to the AccountManager and > > Customer role

Subject: indexed property validation

I have an indexed property which is a tipical list of textboxes I have a requirement to validate that the user need to at least enter values into one text box. How can you configure this using Struts

RE: How long does it take the message to appear on the list.

Hmmmm...Probably best handled by your local BOFH. But then he 'll probably just blame </twirl > .... increase solar flare activity. ) -Dennis "Vikas Phonsa " <VPhonsa@(protected) > 05/04/2006 02

How long does it take the message to appear on the list.

Hi Everybody How long does it take the message to appear on the list? I posted a message about 2 hrs ago but haven 't seen it yet on the list. Thanks Vikas

Make base Action class a dispatch action

What we has been brought from the stone ages * Base Action class does not dispatch events * DispatchAction and its flavors do but they do not allow a user to derive an action class from some anothe

highligt errors

Hi I would like to highlight - change style of labels associated with an html input elements i.e html text or html select. These tags have errorStyle attribute so changing style for a given input is

How to manually force the use of an ApplicationResources.properties??

hi I 'm using struts 1.2.8 along with JSPs in an application. As at now for the internationalization I 'm just using the normal mechanism just by specifying the path to the resources file in my stru

How to avoid lots of "if else " in Action class.

hello everybody. When I was working a big project. I always met this problem. coz the sometimes there are a lot of event need to be handled in a single jsp page. so programer need to use lots of "i

Migration Path

Hello Since it seems pretty much settled that SAF2 WW2 with different package names. I 'm ready to get my head wet now with WW. I know the transition will be easier if I wait ... yadda yadda. I was

FormBean issue

Hi Everybody My form bean has a BigDecimal field called chargeFee with default value of 0 (new BigDecimal(0)). This field directly maps to an html text field on my web page. The web page look

???en_GB. in errors

Hi I throw a application exception back to the web layer and catch it in my action class. I then create a errors object with the exception as follows errors.add( "errors " new ActionMessage(e.getC

calling js function with list backed form value

In your JS function can you add 'this ' as one of the parameter. Then in your js function you can get the value from the element. Like <input type "text " onclick "return someFunction(this) "/ > which i

calling js function with list backed form value

Hi I have a list backed action form and want to call a javascript function with one of the parameters to the function being a value from the list backed action form. My js function is as such <b

Subject: masking in dynavalidation

Hi I have some issues using dynavalidations. 1. In masking we give a list of character we want to allow. But is there a way to give the list of characters that I don 't want to allow because

commandLink in dataTable not working

This is driving me mad - can anyone see why my command link isn 't working? I have a table that lists customers and has an action link in each row to view customer details. I build all my viws using c
Page 201 of 788 Previous 100   Previous 10   201   202   203   204   205   206   207   208   209   210   Next 10   Next 100