  | 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 |
I will be out of the office starting 12/21/2006 and will not return until
01/02/2007.
---1909733254-1161826380-1166682830 16506
Content-Type TEXT/PLAIN charset X-UNKNOWN format flowed
Content-Transfer-Encoding QUOTED-PRINTABLE
Hello
Let 's assume I have this big list of item 2
Hi friends
my problem is i have to ArrayLists
one contains total services and another contains assigned services to a
role.
when we select a role assigned services from the total services should beHi folks
We 're starting to develop a front-end layer of our application using
Struts decided to go with Struts 1.3.5.
We 're going to unit test the actions (most likely with MockRunner
http //mockHi
I am running tomcat in eclipse environment using built in eclipse
plugin.
When I am starting tomcat from eclipse then I am getting following
error while trying to access my web applicationHi
Can somebody help me and give an example how to access the 'parent '
action from a JSP page?
Lets say I have MyTestAction which redirects to 'page.jsp '.
How do I get access to the action (it 's prI 'm not sure why...we wrap the request so that calls to getAttribute
also search the value stack which should return a value for the
property. Try stepping through with the debugger to see what is
hHi
I was playing around with the zero configuration stuff in Struts 2.0.2 but I
didn 't see any way to specify what interceptors (or stacks) that an action
should use. Are there plans to add supporHello
I am having some issues with getting the messages from the validator
framework from showing. Actually I have some old code like this
<logic messagesPresent >
<html messGiven the following code
myPage.jsp
<s select name "selectedRoles " list "allRoles " listKey "id "
listValue "name " multiple "true "
label "%{getText( 'roles ')} " > </s select >
MyAction.java
public SetI 'm using S2 with Spring 2.0 as the object factory and I have an action
with a property "name ".On my jsp I have
<p >JSTL <c out value "${name} "/ > </p >
<p >S2 <s property value "name "/ > </p >
Here isI used the Exadel as Struts development tool before
and liked it. At that time my IDE was Eclipse.
Now I have to use IBM RAD as IDE. Does the Exadel
support RAD?
Hello
I am refactoring some code and ran into an error I cannot quite figure out.
I have the following line in my jsp page.
<c out value "${error} "/ >
I have an include at top of jsp page that inHai
Is S2 / Mailreader / IBatis version downloadable somewhere ?
/S
HI Friends
i have a problem that for viewing data DynaValidatorForm is not working
well.
if i create normal formbean it is displaying all the data well
but when i use DynaValidatorForm the last recoThese should be easy questions but I can 't find the answers...if
someone could either answer them or point me to the right docs I would
appreciate it.
1. What is the proper uri for the jstl core I 'm trying to use an ajaxArea for the main portion of my site.
Inside it I have control panel of several tiles.
One of the tiles contains a displayTag that I want ajaxified
unto it 's own self not tHello list
the last days I 've read a lot about web frameworks in java. And the more I
read the more questions I have. Just writing this down maybe someone has
some thoughts that can help me.
MyHello
I am new to struts and would like to change the code below
<logic iterate indexId "idx " id "director " name "ProposalSummaryForm "
property "directors " >
<% if ( ((idx.intValue())%2) 0 )hi All
I heard that Struts2 can use JSF components selectively on per-page
basis. Does this mean I can use any JSF distribution including ICESoft
MyFaces Sun 's JSF RI etc. or does it have any liHello
I tried a little example on validation with struts2.
Here is the Login.jsp
<%@ taglib prefix "s " uri "/struts-tags " % >
<html >
<head >
<title >Login </title >
</head >
<body >
<h2 >Login </h2 >
Hi
I dont know anything about portlets but our project may have to migrate to it in future..This line is from the "Struts 2 " features.What does it mean?
"Easy portlets - Automatic portlet support alFrom red phoenix [mailto rodphoenix@(protected)]
> <%
> request.setAttribute( "tt " new String( "1 "))
> % >
> <body >
> <s if test "Session.tt?exists " >
Request and session are different?
Dave
--------Hi all
I make a request in my dB MySql with a variable "date "
PersistenceManager pm JDOFactory.getInstance().getPM()
pm.currentTransaction().begin()
Collection c (Coll
This should be simple but for the life of me I can 't get find the answer.
All I want to do is have a chain execute and then go to an action <forward >
Right now it goes through the chain and outputHi all
Is it possible to validate File name extensions that pass thru a File input
in struts 1.x?
Can any one suggest me a known solution.?
(Better without writing a Custom Validator.)
Hope thI use struts2 <s bean > like follows
---SimpleCounter---
package test
public class SimpleCounter{
String foo
public void setFoo(String foo){
System.out.println( "set foo "+foo)
this.foo foo I am trying to get the action messages from action class as follows but not
getting the message but record is inserted properly
*in action class*
if(isInserted true){
ActionMessages addTaskMessagesIn struts doc I often see "org.apache.struts2.example.* " I want to know
where I can download the example fiels?
I want to change my code from struts1 to struts2 I use displaytag and
<bean write > to show following code it can run well <bean write
name "element " property "ID "/ > will show 1 2 ....
<%@ taglib uri " |
|
 |