  | 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 | When the "javascript hijacking " problem was discussed back in April I
added a mechanism to prevent private information from being fetched from
a json action without an additional authenticationToke
We have a link to a Struts 2 action that includes a URL parameter
(.../something_method.action?name NAME) and the URL parameter is getting
lost -- it doesn 't show up in the action the request map (Hi
I have a page with various strut objects in a form (buttons textfields and listboxes) and would like to be able to control the layout. I tried using a css file to set the size and font of butIs it possible to add a checkbox to each node of the Tree?
Is it possible to add a different icon for each node of the tree?
Perhaps something similar to the Display Tag table decorator?
Thank you Hi
I 'm having a slight problem with the taglib documentation. The
descriptions display the markup tags instead of doing them. This makes
it really annoying to read. .I get this in firefox and IE. I
I am testing show-case jsf plugin in my project I copy java files and jsp
files and struts-jsf files as what the showcase does and I also add jsf
sevlet in web.xml but there came the error when I
As the show-case shows the action name maps to the jsf page name for
instance if action name is "list " the according jsf name is "list.jsp "
under the package /jsf/employee.
<package name "jsf.
Hi
I 'm building a web application build with Struts+Spring+Acegi I 'm building the login page but I 'm getting the next error
javax.servlet.ServletException Cannot retrieve mapping for action /
Hello I 'm moving the first steps with S2.
I 'm going to build a form with many input components. Some of them should be
disabled or hidden based upon the selection of a radio button. In a pure jsp
scI 'm looking into updating the Struts 2 Showcase application with a new menuing
system so that it is easier to use. Anyone have any recommendations on existing
CSS / JavaScript libraries? The library wI am not sure if this is technically an S2 or even Struts specific
question but is there a programmatic way to insert the build date of my
webapp into a file? In my case I just have a little mouseHi to everyone.
I need to populate a dropdown list in a Jsp page taking the data from a MySQL database.
Is there any other way (more elegant) to do this than writing a bean that stores information aI 'm currently taking a look at Struts 2 and I particularly like getting
rid of ActionForms. As I understand WebWorks/Struts2 offers two ways to
map forms to business domain objects
1. I can provide Hi all
I want to format currency in my application.
So I 've tried this
<s text name "format.money " > <s param name "value "
value "myMoneyValue "/ > </s text >
format.money {0 number currency}
And i
make sure you have the Exception interceptor in you interceptors stack.
Meissa
"Jiang Jane (NIH/NCI) [C] " <jiangja@(protected) >
30/07/2007 19 47
Veuillez r?pondre ?
"Struts Users Maili
I studied the struts showcase sample of file downloading. I wanted to do
something similar but instead of setting the inputPath paremeter in
struts.xml I wanted to pass it in the url. I was thinking Hi all
I am using struts-2.0.9 on Apache Tomcat 6.0.13 using Java 6.
We are using the struts1plugin because we wish to use DispatchAction as
the base class for each of our actions.
I have the follHi
I wrote a simple screen with 2 html selects [fromList toList] and 2 buttons
Add & Remove
using html optionscollection tag and now need to rework the code using
"html options collection "
<html Hi
I 've been trying for 2 days straight (no sleep) to get a tutorial for creating a tree viewer but to no avail (all examples and links given were incomplete but thanks for sending them though).
Hi Matt
Thanks a looot.
Yes I have tried the show-case ony for 4 hours but failed (my project time
is tight and too rush) and then I changed my mind to try to create the
"shortcut " jsf page to teHi
We got a S2 application on https but
as recommende we use the Redirect Action Result to
forward to another action but
the issue is it changes the scheme from https to http.
Can someone let m
I am using the restful mapper through a CompositeActionMapper as in
<constant name "struts.mapper.class "
value "org.apache.struts2.dispatcher.mapper.CompositeActionMapper "/ >
<constant name "struts.mHello
I get an error while trying to run the example app that is on the this
site http //cwiki.apache.org/S2PLUGINS/json-plugin.html
After following the instructions i got this files
////Welc
Have you looked at the showcase example (it 's part of the Struts downloads)?
That 's how I figured it out.
Matt
lupus wrote
>
> Thanks Matt
>
> Sorry that I mailed you directly the response I Hi All
I 'm sorry to keep harassing everyone with my need for a treeview tutorial. I have a module I would like to deliver in 2 days in which I need to make use of a tree viewer to represent data.
When displaying any number (int double long) greater than 1 000 the comma
is shown as the grouping character. This is happening with a struts select
drop down for a year (ie 2 007 2 008 2 00
Have you added the JSF implementation 's JARs to your classpath?
Matt
lupus wrote
>
> Hi all
>
> I cannot get Struts 2 JSF plugin working the plugin documentation
> (http //struts.apache.org/2Hello
I have a collection of products.
I can iterate over them using this code in
a jsp file
<s iterator value "currentProducts " >
// Do something
</s iterator >
But what I want to do is create
I 'm trying to generate a URL dynamically from a map of name value pairs
using the s url & s iterator tags.
The code I tried looks like the following
<s url id "someUrl " action "someAction " >
<s iHi All
Please help me build a tree viewer. I know that someone must have developed a web app that uses a tree viewer that loads data from a database. Please walk me through it or send me a tutoria |
|
 |