  | 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
|
|
|
  | | | Struts | Dear All
I have submitted an issue ww-1730 to JIRA (
https //issues.apache.org/struts/browse/WW-1730).
But I don 't know whether there is a way to walk around it. It looks that
this will not be solv
I found this error when application starts
22 30 18 500 INFO [STDOUT] 22 30 18 500 ERROR [[/Struts2.0.5-Blank]]
Exception starting filter struts
com.opensymphony.xwork2.inject.DependencyExceptioHi
I can not make Tiles work with the 2.0.5 and I have the same problem with
the Showcase app bundled with this version. It is exactly the same log
"org.apache.jasper.JasperException /common/laI have a view with a table each row or which shows a single table
record. Each row has a checkbox so you can select multiple items and
click 'delete selected ' to remove them in one go. This is imple
org.apache.jasper.JasperException The absolute uri
|http //java.sun.com/jsp/jstl/core| cannot be resolved in either web.xml or
the jar files deployed with this application
org.apache.jasper.compil
If anybody can explain me why I get this error and how to repaire it.
My view page
"
<%@ taglib prefix "c " uri "http //java.sun.com/jstl/core " % >
<html >
<head >
<link href "main.css " rel "sCreated a custom validator.
I have created a constant in validation-rules.xml
<constant >
<constant-name >alpha_num </constant-name >
<constant-value >^[a-zA-Z0-9]*$ </constant-value >
</constant >
Is itI 'm trying to get validation working (using annotations) in a Struts2
project and I can 't seem to get it to quite cooperate -) I 'm using the
Zero Configuration and Code Behind plugins so this may Hi all
I have a problem while rendering a jsp with a select multiple tag in a
Struts application using tiles.
If I forward directly to a JSP I have no problem and the select multiple is
correctly sh
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version 7.5.441 / Virus Database 268.17.36/681 - Release Date 11/02/2007
18 50
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version 7.5.441 / Virus Database 268.17.36/681 - Release Date 11/02/2007
18 50
Is there an equivalent in JSTL for the logic messagesPresent ? I 've looked on Google but I can 't find a decent example. Someone suggested <c if test "${! Empty requestScope[ 'org.apache.struts.acti
They could... I am searching right now idea how to do this So I am open for
everything!
Martin Gainty wrote
>
> are the forms toy are using ActionForm?
>
> dziekuje/
> M-
> Last Friday we 've encountered a rather annoying issue. When we launch our webapplication org.apache.commons.digester.Digester.sax starts parsing all our tld 's and shows every line in the log-file.Hi All
I have created a small application to get familiar with the Struts 2 and
Tiles 2 integration.
I am using *struts2-tiles-plugin-2.0.5.jar* *
tiles-api-2.0-20070130.184344-3.jar* and *
tilesMy website 's homepage is the index action /index.do.
In web.xml I configured the welcome-file-list like this
<welcome-file-list >
<welcome-file >index.do </welcome-file >
</welcome-file-list >
Hi
I have a problem. I would like to write application where I would have sth.
like "wizard ". Using this "wizard " I would take information from user about
name lastname etc. The thing is that IHi
I 've been trying to bind Java 5 enums but I get some weird problem....
xwork-conversion.properties
java.lang.Enum funala.web.action.typeconverters.TestTypeConverter
TestTypeConverter extend--- Christopher Loschen <CLoschen@(protected) > wrote
> parent.document.resultDiv.innerHtml
> document.resultDivTemp.innerHtml
I know that was from memory but IIRC it 's innerHTML
so just in case.
Hi
I am experienving a small issue with the s datetimepicker
I set the type of the tag to "time " to use it as timepicker however I can 't see the hour value in the box
whenever I pick a time it No and it is missing the "templaceCSSPath " for customizing the styles.
http //issues.apache.org/struts/browse/WW-1729
regards
musachy
On 2/10/07 Pedro Herrera <pedro_herrera@(protected) > wrote
>
Is there another css in the bundle for s datetimepicker ?
--
View this message in context http //www.nabble.com/datetimepicker----2.0.5-tf3206276.html#a8903592
Sent from the Struts - User mailing Morning All
Given the ability for other code-generators to initialise a subset of their attributes (im thinking of hibernate with lazy true) at runtime
Does Spring IOC have this capability to determi I downloader the archive with version 2.0.5 today but I can 't handle the
<s tree > 's treeSelected event using my code.
I found this error even in the example showcase.Is this a bug?
I have a text area and a text link in a jsp page when I click this text
link I will call struts2 action by using ajax like follows
/*-----jsp page-----*/
<html >
<script type "text/javascript " >
var htI am trying to integrate a web application to an external service and
need to be able to take an incoming sessionId from the external
service server and to return details from the session to which tThe Apache Struts project is pleased to announce the release of Struts
2.0.5 BETA
Struts 2.0.5 is available in a full distribution or as separate
library source example and documentation distributHi All
Suppose I have an action called a.A with some methods for updating
records and other for querying or just redirecting.
If I set up the validation file it works for update but also for the
q-----BEGIN PGP SIGNED MESSAGE-----
Hash SHA1
All
I 've been using struts for several years at this point and the "right "
way to do error processing has always eluded me. I have web.xml
configured I want to create instance of a class using object.getClass().new Instance() but this object constructor needs another object so how can I do this ?
Suppose I have a c |
|
 |