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 226 of 788 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100  

Must I use a nested??? several problems.

Must I use a nested? I have an actionform and it contains a bean called 'QueryResults '. Inside the 'QueryResults ' is an item called 'boolean checkbox ' class DisplayQuery extends ActionForm {

prepopulating check boxes when first form comes up. during reset?

Hi all I am trying to pre populate checkboxes on struts 1.1 jsp. When the user goes to the url I am setting the default values of the checkboxes in the reset function. Is this the correct way to go

Using bean the same way as bundle with a static string as param.

Hello. I am using JSP 2.0 tagfiles creating custommtags and want a render controller. I want to make a sort of <mytag render property "module.page.part " > In a controller i create the settingbean par

Subject: Problem with radioTag

Hi I have a table of data on my JSP and the User may choose one row. I want to do this with a Radiobutton and need the value of the choose radiobutton on my forwarded page. <logic iterate name "ch

Tiles and Validator

Hi I have a tiles application. I tried to introduce validator framework into it for validations. But it is not working. If i change the tiles to make a single jsp page the validator worked. Will th

tiles multi-channels

We are developing an application which has a requirement to present information to users using different skins depending on certain parameters (information is the same just the base template file cha

Interaction between Struts and Tiles - redirect doesn 't?

I am trying to put together an example j2ee web site using struts/tiles as the front end using struts 1.2.8. I have been trying to guess and experiment to find out how to merge the two

how to retrieve data selected in previous page combo box?

current page <html select name "userForm " property "eng_name " > <c forEach var "user " items "${userList} " > <html option value "${user.usernm} " > <c out value "${user.eng_name} "/ > </html optio

validator problems

Hi Sorry if you 've seen this before ? I sent it earlier but never saw it come back. I 'm try to use the validator to check some details on a form (field lengths for example). When I run the form the

Changing Result object to Collection

In the DAO class import javax.servlet.jsp.jstl.sql.Result Statement stmt conn.createStatement () String query "select * from business " rs stmt.executeQuery(query) Result result ResultSupp

passing objects from one request to another

I have the following chain of events in an app ActionA - > PageA - > ActionB - > ActionC All transitions are forward requests (not redirects) and PageA - > ActionB is a POST. In ActionA I have a form b

Subject: Truthiness is ..

"Not to worry the new release will ship Real Soon Now. " * http //en.wikipedia.org/wiki/Truthiness [Compare factoid - http //en.wikipedia.org/wiki/Factoid ] - Ted. ** http //www.husted.com/ted/bl

struts into one cluster machine

Iam programing one struts application for one cluster machine. Into my beans no struts i must to implements the serializable If my struts application has the acton one actionForm i must to serializ

Should we add MIME type in hosting package to make it execute .do files?

Legolas Woodland wrote > Thank you for reading my post. > My struts application works in my own PC but it does not works on Host > that i purchased. > it return 404 error. Re-check how you deployed

Database For Resource Properties

I have a scenario where our site allows users to enter foreign languages in a database. So at anytime the value of a langage value can change. So I am unable to use the message resources as they are

actionForward & page needs a queryString

how to do this? existing jsp (model 1 arch) is dependent on querystring parameter (e.g. ? vId 256) so instead of posting this page to another page that updates the db i post it to an action class

checkbox member of form Bean doesn 't pass/get value from my DispatchAction.

Thanks Niali Do you have any examples or pointers for writing reset method of ActionForm ? Should checkbox attribute in question in my ActionForm be Boolean or it can be String typ

Cannot find bean in scope Problem

Hi I have a form with a List and want to show the values on my JSP. But when I start my JSP the bean "id " cannot be found in any scopy. I dont understand why struts is looking for a bean "id " this

Subject: AW: AW: logic:iterate

Hello i am really confused now - there can be only a small mistake ... -(( If i have no getter and setter for right the app is running but after submitting the form the right-object is null (of

still radio group in datatable

Hi folks hi Gary Now with this clay.xml my datatable is having a radio column. Wow took so long ... <component jsfid "radioColumn " extends "column " id "radioColumn " > <element renderId "1 " jsfi

Validation against database: Form or Action?

I have a number of scenarios where I need to validate against a set of rows in a database table. For example when logging in it 's all fine and dandy to make sure a username and password is entere

checkbox member of form Bean doesn 't pass/get value from my DispatchAction.

I have problem with checkbox property not communicating with my Action. I have String property with "Y "/ "N " in FormBean populated from DAO I convert it to "yes "/ "no " before sending it to form and I

radio in datatable using clay

Hi folks I try to build a datatable in clay like <component jsfid "zeitraumTable " extends "dataTable " allowBody "false " > <attributes > <set name "value " value "#{@(protected)

On submit checkbox member always null in ActionForm; all other data is fine.

Hi all I am populating all fields in the ActionForm and also populating an array of QueryResults from the data base. This bean called QueryResults has a field on it called selected. This Qu

Retrieving source form property from a target page

I 'm fairly new to struts so this might be a trivial question. I have an action as follows public class MyAction extends Action { public ActionForward execute( /* ... */ ) { return mapping.f

Redirect with a POST instead of a GET

Is there a built-in mechanism in Struts which allows a Redirect with an HTTP POST method instead of GET method? Here is my requirement I have two separate Application servers. The server A will

AW: logic:iterate

Hi i don?t think so because i do not have a "department - > customer " structure (1 to many structure). i only have a list of objects each object has 3 properties (a b c) of type integer (a b c c

Business logic validation should be handled in business objec ts.

just create java beans(your business objects) similar to your form beans and copy the properties from form beans to respective business objects.use these business objects in your action classes to per

Reg: Business logic validation should be handled in business objects.

Hi need information about what is the business logic validation and what are business objects. What is the difference between serverside validation and clientside validation.when using struts which

BusinessObject and DataTransferObject

Hi What is the difference between a BusinessObject and DataTransferObject. Can the DTO be serialized. Thanks and Regards Shasi
Page 226 of 788 Previous 100   Previous 10   221   222   223   224   225   226   227   228   229   230   Next 10   Next 100