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

Architectural answer to CSRF?

When the "javascript hijacking " problem was discussed back in April I added a mechanism to prevent private information from being fetched from a json action without an additional authenticationToke

Subject: Struts 2 URL parameters lost

We have a link to a Struts 2 action that includes a URL parameter (.../something_method.action?name NAME) and the URL parameter is getting lost -- it doesn 't show up in the action the request map (

Subject: using css with struts 2

Hi I have a page with various strut objects in a form (buttons textfields and listboxes) and would like to be able to control the layout. I tried using a css file to set the size and font of but

s:tree help

Is it possible to add a checkbox to each node of the Tree? Is it possible to add a different icon for each node of the tree? Perhaps something similar to the Display Tag table decorator? Thank you

taglib documentation

Hi I 'm having a slight problem with the taglib documentation. The descriptions display the markup tags instead of doing them. This makes it really annoying to read. .I get this in firefox and IE. I

Struts 2 JSF plugin:faces-config.xml null or empty

I am testing show-case jsf plugin in my project I copy java files and jsp files and struts-jsf files as what the showcase does and I also add jsf sevlet in web.xml but there came the error when I

action mapping_Re: How to use struts 2 JSF plugin?

As the show-case shows the action name maps to the jsf page name for instance if action name is "list " the according jsf name is "list.jsp " under the package /jsf/employee. <package name "jsf.

Subject: Struts+Acegi not working

Hi I 'm building a web application build with Struts+Spring+Acegi I 'm building the login page but I 'm getting the next error javax.servlet.ServletException Cannot retrieve mapping for action /

How to disable/hide ui components with javascript

Hello I 'm moving the first steps with S2. I 'm going to build a form with many input components. Some of them should be disabled or hidden based upon the selection of a radio button. In a pure jsp sc

CSS / JavaScript menu libraries for Struts 2 Showcase application

I 'm looking into updating the Struts 2 Showcase application with a new menuing system so that it is easier to use. Anyone have any recommendations on existing CSS / JavaScript libraries? The library w

Subject: Inserting Build Date

I am not sure if this is technically an S2 or even Struts specific question but is there a programmatic way to insert the build date of my webapp into a file? In my case I just have a little mouse

Subject: Populate jsp form from a DB

Hi to everyone. I need to populate a dropdown list in a Jsp page taking the data from a MySQL database. Is there any other way (more elegant) to do this than writing a bean that stores information a

ModelDriven vs. getter for business entity in Action

I 'm currently taking a look at Struts 2 and I particularly like getting rid of ActionForms. As I understand WebWorks/Struts2 offers two ways to map forms to business domain objects 1. I can provide

format currency

Hi all I want to format currency in my application. So I 've tried this <s text name "format.money " > <s param name "value " value "myMoneyValue "/ > </s text > format.money {0 number currency} And i

RE S2: How to display exception stack?

make sure you have the Exception interceptor in you interceptors stack. Meissa "Jiang Jane (NIH/NCI) [C] " <jiangja@(protected) > 30/07/2007 19 47 Veuillez r?pondre ? "Struts Users Maili

Parameterized File Downloading

I studied the struts showcase sample of file downloading. I wanted to do something similar but instead of setting the inputPath paremeter in struts.xml I wanted to pass it in the url. I was thinking

Subject: Problem with Struts1Plugin

Hi all I am using struts-2.0.9 on Apache Tomcat 6.0.13 using Java 6. We are using the struts1plugin because we wish to use DispatchAction as the base class for each of our actions. I have the foll

Converting OptionsCollection to Options

Hi I wrote a simple screen with 2 html selects [fromList toList] and 2 buttons Add & Remove using html optionscollection tag and now need to rework the code using "html options collection " <html

Contacting struts 2 documentation writers

Hi I 've been trying for 2 days straight (no sleep) to get a tutorial for creating a tree viewer but to no avail (all examples and links given were incomplete but thanks for sending them though).

Yes show-case_Re: How to use struts 2 JSF plugin?

Hi Matt Thanks a looot. Yes I have tried the show-case ony for 4 hours but failed (my project time is tight and too rush) and then I changed my mind to try to create the "shortcut " jsf page to te

Subject: why it change the SCHEME

Hi We got a S2 application on https but as recommende we use the Redirect Action Result to forward to another action but the issue is it changes the scheme from https to http. Can someone let m

Problems loading css files in RestfulActionMapper

I am using the restful mapper through a CompositeActionMapper as in <constant name "struts.mapper.class " value "org.apache.struts2.dispatcher.mapper.CompositeActionMapper "/ > <constant name "struts.m

Error with the example app

Hello I get an error while trying to run the example app that is on the this site http //cwiki.apache.org/S2PLUGINS/json-plugin.html After following the instructions i got this files ////Welc

Yes_I added the jar_Re: How to use struts 2 JSF plugin? Help pls!!!

Have you looked at the showcase example (it 's part of the Struts downloads)? That 's how I figured it out. Matt lupus wrote > > Thanks Matt > > Sorry that I mailed you directly the response I

Subject: Urgent help with treeview

Hi All I 'm sorry to keep harassing everyone with my need for a treeview tutorial. I have a module I would like to deliver in 2 days in which I need to make use of a tree viewer to represent data.

Struts 2 type conversion and numbers

When displaying any number (int double long) greater than 1 000 the comma is shown as the grouping character. This is happening with a struts select drop down for a year (ie 2 007 2 008 2 00

How to use struts 2 JSF plugin? Help pls!!!

Have you added the JSF implementation 's JARs to your classpath? Matt lupus wrote > > Hi all > > I cannot get Struts 2 JSF plugin working the plugin documentation > (http //struts.apache.org/2

Use struts tags to run two loops over each 5 products in a collection?

Hello I have a collection of products. I can iterate over them using this code in a jsp file <s iterator value "currentProducts " > // Do something </s iterator > But what I want to do is create

Is s:iterator tag allowed inside s:url tag?

I 'm trying to generate a URL dynamically from a map of name value pairs using the s url & s iterator tags. The code I tried looks like the following <s url id "someUrl " action "someAction " > <s i

Subject: tree viewer help please!

Hi All Please help me build a tree viewer. I know that someone must have developed a web app that uses a tree viewer that loads data from a database. Please walk me through it or send me a tutoria
Page 30 of 788 Previous 10   21   22   23   24   25   26   27   28   29   30   Next 10   Next 100