  | 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 | Attendance at the NE JUG presentation of "Struts 2006 An
Embarrassment of Riches " topped 230 last Thursday. The last
presentation to draw so many attendees was "An Insiders View of
Struts " in October... your petname for seminars and user group meetings is "naps and snacks ".
-Ted.
Hello
Does anyone know how to easily get an Asterisk next to a field that fails
Struts validation?
I know of the LabelTag by E. Hatcher.
Is this the optimal way to achieve this functionality or arHi
When I want to retain validation.xml for validation of most of my fields on
the form. However the rules for one particular field is too complex to be
done with just the validation.xml. I intend tOn 1/20/06 Sony Thomas <sony@(protected) > wrote
> Is there is any way to manipulate the value of request object. I have a
> text field in my jsp called "locationName ". when I use
> "request.As Far as I know you can 't manipulate the Request object.
But what you can do is move the parameters into your own object and of
course you can manilpulate that and set it as atrribute in the request.Hi
Is there is any way to manipulate the value of request object. I have a
text field in my jsp called "locationName ". when I use
"request.getParamentName( "locationName ") in my action I am getting
Hi
In one of my application I have a file uploading functionality and I am
using struts FormFile for achieving the same.
I am able to get the file content in the servlet and I show a
confirmationHi!
I 'm trying to integrate struts-faces to my Struts applications.
In the execute(...) method I put a Collection of items ( "bookList ") to the
request and forward to a faces page. I wondered if in tHello
I have an application where I have 3-4 combo boxes. After selecting a
particular value from the first combo box the second combo box should be
filled with values from the database. Likewise fHi I am using struts taglib. I have a object like
public class myObject{
List myList
List getList(){
return myList
}
...
}
The myObject is send through aciton to the jsI 've just posted an article on a fairly new way to build web
applications with Java (including Struts in tandem with other
technologies).
The article is at
http //www.infonoia.com/en/content.jsp?d
Hi
I have started using struts recently.
I don 't want to use default validation checking so I changed
struts-config.xml.
.
.
<action path "/SomethingAction " ...
.
.
.
validate "false "
I need to parse the http parameters/values contained in a URL have them
placed into a Map. I will then replace specific parameters and feed the
Map to an <html link/ > tag. Is there a utility classHi
I 'm trying to develop a Struts application on my laptop which spends
quite a lot of it 's time without net access. This should not cause any
problems because the app it self has no need to acceHi
Are there javadocs for struts anywhere? All I can find is in the source .zip
it has a bunch of xml files - but no html. I 'm using my old struts javadocs
from 18 months ago.
Thanks - dave
Hi
Ok I use a resource file for all text and then put it in the html page
using c out etc. But what about Hebrew & Arabic? They need to be marked
with dir "RTL ". I can make the message <span dHi
I have a page admin.jsp that if a user is not an admin they should never
see. I can make the standard way to get there be admin.do but that just
invites a hacker to type in admin.jsp so I stHi
I am 99% positive this is doable but I can 't find it anywhere. How do I get
a method called before a page is built - and very specifically before the
very first page (index.jsp) is displayed Hi
Is there any open source utility which i can use to
create DDL from an existing database so i can use it
to run to create tables on other database.
This utility should be smart enough to create DDHi again.
I posted a similar question yesterday...thought I 'd try again.
Is there a good way to forward a response after calling
response.getOutputStream()? I 've done a lot of web searching and fiWhen creating form beans does it have to have only which the user can enter
information to?
In my JSP there are fields
order date present order date input field (user can update the
oI have a custom ViewControllerMapper which depends on resources set up
by my ViewHandler implementation. Unfortunately in some circumstances
ShaleViewHandler calls the mapper before my view handleHello
I 'm trying to get a simple clay example up and running so that I can use
the full html view (which is similar to facelets correct?).
I looked at the use cases and copied the web.xml faces-http //opensource2.atlassian.com/confluence/oss/display/IBATIS/Quick+Start+Guide
-T.
Hi
I 'd like to choose the default value of my html select in the action
class. What is the parameter to set ?
Action
request.setAttribute( "partnerslist "
getPartnerListFromDataBastia
.V
For those that are not tired of framework wars
http //www.theserverside.com/news/thread.tss?thread_id 38601
I think Shale can be used w/ different view layer ex Wicket. I also
think Shale WAR caHi
I want to generate a dropdown list of cities holding their ids in value
atrribute.
html should look like
<select name "cities " >
<option value "1 " >city a </option >
It appears that you 're still a student and you 've asked for a "...simple
way to access a database. "
My suggestion start with JDBC. From there you can investigate other
options including but not |
|
 |