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 25 of 788 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100  

Subject: <displaytable and Struts 2

Someone know the best way to use Display Table in Struts 2. I have in my page a lot of Div and TabbedPane in one div inside the tabbedpane I have my table the problem is the sort the pagination and

@ConversionErrorFieldValidator and Collections

Hi I posted this a few days ago but have had no response as yet. I will probably raise this as an issue/bug soon unless it is obvious to someone on here that I have a mistake in my approach. ----

S2 : Validation per Action method - ideas?

Hi Is there a way to declaratively restrict validations depending on the method within the Action? - this could be useful for wizard-like forms where each step of the wizard has a set of fields co

can we access database in the interceptor??

Hi Can anyone tell me whether we can access database in the interceptor? -- View this message in context http //www.nabble.com/can-we-access-database-in-the-interceptor---tf4242652.htm

: Client-side validation per method

Hi I 'm trying to use client-side validation with annotations in my action methods. But for all methods executes the same javascript validation. I want different validations for different methods. H

Subject: 2.0.9 and TabbedPanel

Is there something special about getting TabbedPanel to work in 2.0.9? -- Scott stanlick@(protected)

How to print values using nested:iterate tag

I have following scenario. I have getExSummary() method in exForm which returns a arraylist of A object. How to use logic iterate tag to print all the values which methods in A object.

Can you add ognl evaluation of param values in field validators

Would it be possible to add ognl evaluation of param values in field validators. Thanks Dave.

how do I use an ognl expression to set a param value in a field validator

Can someone please tell me how I use an ognl expression to set a param value in a field validator. Thanks Dave.

Subject: logic:greaterThan tag - issue

Following is my actual code <nested notEmpty property "completeItems " > <nested iterate property "completeItems " id "complete " indexId "completeIdx " > <nested write property "pa

tiles defs file

Hi. I 've just started using struts 2 and I need a little help from you guys. I tried to integrate tiles with struts but I don 't have all the info. I added the struts-tiles plugin the listener " org.a

css_xhtml theme & label position thoughts

Following http //struts.apache.org/2.0.9/docs/cssxhtml-theme.html document states that the css_xhtml uses 2 column layout. How come all the .flt files in the css_xhtml directory keep referring to

WARNings from OgnlUtil during normal use of redirect-action result

Hi I believe I 'm using the redirect-action result type in the recommended way but I 'm seeing warnings from OgnlUtil in my log4j logs. Is there a way to avoid the warnings short of adjusting log4j.x

Changing xwork.default.invalid.fieldvalue to report type

The default value for a type mismatch error (when doing conversion) is xwork.default.invalid.fieldvalue Invalid field value for field "{0} ". I 'd like to change it to render something like "Please

Subject: portlet jasper report example

Greetings to all i am trying to use jasper reports under liferay. I think that i managed to add successfully my portlet to liferay although i had issues with the struts.xml file (had to manually a

struts 2.0.9 disable automatic session creation

Hi there I am looking for ways to prevent automatic session creation on certain "monitoring " pages of my site. The rest of the application will indeed have regular session support. Any one has an

get properties action for theme ajax

How I get the properties (variable result) when the for is submit with Ajax theme look Form <s div theme "ajax " id "success " loadingText "Loading information... " errorTex

Struts Url Validator

Does anybody know if I can use Struts Url Validator for intranet url? For exampe http //intranet or http //localhost 8080 Thanks semaj -- View this message in context http //www.nabble.com/S

How to generate an ANCHOR tag dynamically?

Hi all. Is there any way to make a dynamic anchor tag in a struts link? I 'm also using tiles. The following does not work as the JSP interpreter can 't... <html link action "showsitehelp.do " anch

S2: HashMap - from jsp to action

I 'm iterating a collection (keys) from s action to get corresponding hashmap (values) from aforementioned s action then creating multiple s select. Does anyone know how to construct a hashmap with

S2- How to use Constants in s:select tag

Hi I am having trouble using my constants class in my jsp. I defined a service for lookup list of values for my select box. This in my jsp works fine <s select name "type " value "myVO.type " list

Possible to package struts2 actions/code in a reusable jar?

We have several projects that will have many common actions and links to common JSP names. For example all of our projects will have a Welcome action and a related welcome.jsp. I 'd like to be able

getting the value of a s:checkbox

Hi I have the following checkbox in my jsp <s checkbox key "overwriteCheckbox " name "overwriteFlag " labelposition "left " onclick "if (this.checked) {javascript return confirm( '%{getText( 'elementOve

S2 : Parameterized error messages

Hi Is there a way to customize the error message with multiple keys provided from the resource bundle using the XML/annotation approach ? In S1 we could do <field property "primary

How to list a property in a display:table (Struts 2)

Hi all! I 've created a display table to show a list of things and their attributes. But one of those attributes is another list of objects. I don 't know how to print their names. Let 's see what I h

Localizing the list in a <s:select >-tag?

Hello Is it possible to localize the options in the list attribute of the <s select >-tag? I 've tried several approaches but none of them seem to work. What I 'm aiming at is something like the follow

Re: Handling Session Objects

--- Sawan <sawan.k.sharma@(protected) > wrote > But still I am seeing " jsessionid XXX " in the url. > > Please suggest me for any possibility for this. - On the first request the server has no way of

maven error

I have my working copy updated revision 563485. The maven run has build failure. The log-file in attachment. http //www.nabble.com/file/p12049328/log0708081004.txt log0708081004.txt -- View this m

Subject: Disabling struts UI objects

Hi I tried to set some UI elements (button select ...) to be disabled but they are still clickable. I would like to disable certain UI objects from an action code where some logical verificatio

Binding a Java 5 Enumeration to a Select Tag

Hi I 'd like to bind an enumeration directly to a select tag so that all possible values appear in the ui and I don 't need to change the JSP if the enumeration changes. Does anybody have a code snip
Page 25 of 788 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100