  | 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 | Hey all
In php I used to have complex forms in some of my applications
associated to something like this
<input type "text " name "employees[james][address] "/ >
Which when posted mapped to
$_P
Is it possible to pre-compile JSPs with Struts 2 as well as compile/evaluate
OGNL expressions?
I found the following on compiling OGNL expressions but it 's a little more
low-level than what I 'm lIs there a way to use the XML validation to check to see if a field is
a number? I used integer to check for min and max but if I enter any
text into the field it passes the validation.
Thanks
RicGreetings to all
i am using struts2. I have a freemarker page search.ftl I wish this file
to be parsed even if it is not returned by an action (i.e. get values
from session). I have noticed that oI defined a jsp page in global-exception-mappings to catch all
exceptions not handled by the application. The application is still in
development. I tried to display the exception stack using
<s proHi all
i 'm actually using the 1.2.9 version of struts and i 'm thinking about
upgrading to latest 1.x version.
Is there any issue i must know before upgrading? I 've been looking for
something like Hi
I have one frame that is handled by an action that displays a treeview and another frame that is handled by another set of actions that edit the different types of elements in the tree. I wouldsay that you wanted to get part of a list say 10 of 1000 items as some
one typed so the clossest 10 after each key stroke. I thought of using
notifyTopics and listenTopics on the same autocompleter buHi
I wonder if anyone here has successfully used Struts 2.1 ajax-validation
(http //struts.apache.org/2.x/docs/ajax-validation.html) with a s form tag
that is 'xhtml '-themed.
I tried it but I onHi to everybody.
I 'm developing a web app using struts and wanna know if there is a way to get the session attributes using struts tags.
What i want to do is something like this (within a jsp page)
I 've just pushed the 0.1 release of the Groovy Works plugin out the door.
The Groovy Works plugin enables dynamic compilation of Struts Actions
written in Groovy as well as integration with Spring 'sHello
I created a struts.properties in my WEB-INF/classes
directory. In it I placed these values
format.integer {0 number integer}
Now in my jsp page I have this code
<s iterator value "navHello All
Has anyone created a tree view in a web app? I 'm looking to use a collapsible tree to represent elements from a MySQL database which will be modified by some actions. I am looking for aThere appears to be a bug with the Submit tag. URLs for the src
attribute do not appear to be resolved the same way for this tag as they
are with other tags. Other tags appear to be able to determ
Hi all
I wonder how to avoid FileUploadInterceptor to save the tmp file. because in
my action I will process it anyway. IMO it is not efficient to have the
interceptor to save a tmp file first and
Please unsubscribe me from the mailing list
-----Original Message-----
From Paul Benedict [mailto paulus.benedictus@(protected)] On Behalf Of Paul Benedict
Sent Thursday July 26 2007 8 24 AM
To S I am running into a situation where once a user has checked a box and has submitted the form there is now no way to uncheck the box. What is the proper way to handle this situation?
Thanks
Joe
I tried taking a modified version of the Struts 2 + Spring 2 + JPA + AJAX
tutorial that I 've done and integrated it with Sitemesh.
I realized that if i have div tags with the ajax theme Sitemesh wiHi to everyone.
I 'm new to Struts and I 'm trying to use JAAS Authentication using mysql database to store usernames and passwords.
I 've found tutorials in google but they show how to configure JAAS w
I am developing an app for which there is a common pagination bar (call it
"paginationInclude.jsp ") that is included at the bottom of several different
pages.
The pagination include needs to get a "After reading the Mail Reader walk through it would seem the best
practice for handling exceptions is throwing them back to your Action
and having a result mapped to handle each specific exception.
I have a form that can have 1 to many 'Name ' text fields. In struts
2 how do I set up the action so it can automatically grab the values
that are in those fields?
If I had 1 name field I would justHi
I use the following code to display a list of buttons that are supposed to call their associated actions when pressed
<s form target "SMIG_Editor " >
<s submit value "Add Category " action "CateHi
I am using Struts 2.0 and this is my JSP code
<s iterator value "tempList " status "tempListItem " >
<tr >
Can anyone point me to a working example of Struts2 indexed properties? I 've
managed to get list indexing working
< s checkbox name "users[%{#status.index}].administrator "... />
but haven 't haI am using Ajax/dojo in Struts 2.0 to reload the content of a div. It
works but there is a really annoying flash every time the content
refreshes and the loadingText gets displayed.
Any workaroundsHi
I have a string array in my Java Backend. I am trying to use a Struts
2.0 iterator tag in my JSP to display the result. Is there a way to
obtain the size of the array in the iterator tag so tha
Hi
What is the best way to invoke a Servlet from a JSP in the struts framework?
I have a login page. When the user clicks 'Log-in ' the control should go to a Servlet outside the struts frameworI have created my own MultiPartRequest and specified it in the
struts.properties file as such
struts.multipart.parser package.MonitoredMultiPartRequest
When we originally started the project w2007/7/27 Dave Newton <newton.dave@(protected) >
>
> --- Antonio Petrelli wrote
> > Anyway the only reason to use Struts-EL and
> Tiles-EL
> > is when you have a pre-JSP 2.0 contaniner. Is this
> > y |
|
 |