  | 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 | Hi
I try to validate a double but it generates this in my JSP
// field name familleProduit.chargeTravail
// validator name double
if (form.elements[ 'familleProduit.char
Hello
I need some simple login page for my web. There is only one account and
I 'll probably just hardcode the user/pass in the code.
Can 't figure out how to do it properly with the struts2 framewI could use some advice from some folks with more experience and
knowledge of Struts2 than I to assist me in determining the correct way
(or lay out some viable options) to design a solution for the
Hi all
I 'm having big trouble while trying to acces to the parameters values.
I 'm simply trying to retrieve a parameter value from my interceptor class.
The Action class that is intercepted impl
Hello
I 'm using Eclipse 3.2.2 isn 't it possible to get tag insight syntax
coloring code completion etc. when editing JSP pages using struts-tags ?
It 's currently just raw black text.
--
View tHi
There is a Tabbedpanel in the UI Tag 's doc
(http //struts.apache.org/2.x/docs/tabbedpanel.html) but this seems to
have disappeard in v2.1.0.
Is there a new "packaged " way of handeling tabs in Hallo list
I have an ActionForm with an attribute (String) to print the value of
this attribute I use <bean write name "myBean " property "myAttr "/ >.
The problem is the String could have small and capHi
Is there a way to configure an s form tag so that the 2 submit buttons appear side by side instead of one under the other? I use a css file with input.actionButtons {float left } to move both o
hello guys..its me again..
I have a problem regarding my validation of html text which is inside the
iteration and the validation will depends if the corresponding checkbox has
been selected.
this Hi
I have a number of result pages for my action and I would like them to appear in different frames. Is there a way to define the target frame for each result page?
Thanks
Session
-----------
Hi All
I have done this before with success don 't know where am I missing some bit
this time.
I have a dispatchAction with the following mapping.
<action
input "page.addNewPatient "
Hi all
I am doing validations using struts2 validation framework.
Validations(Server-side validations) are working fine but my problem is
error messages are not getting displayed.when I aHi All
When ever there is an error I need to handle the exceptions gracefully.
Since I 'm using struts frame work I 'm using global-exceptions declarative.
Here is the struts-config.xml where I have Hi
How can I access an ActionForm from my JSP in Struts 1.2-1.3 ?
Thank you
Oleg.
Hi all
It seems when doing a dojo.xhrPost any collection object eg contacts
[0].firstName gets encoded to contacts %5B0%5D.firstName.
The ***-conversion.properties don 't seem to recognise the elI am trying to do the following from within a jsp using Struts tags
<if requestURI.equals( "bla ") >
<%@ include file "bla.jsp " % >
</if >
However I cant seem to find the tags to do do this.
I woulHi
I want to enter numeric data in my form and I want it to go into a
BigDecimal action value however it seems that I can 't validate it
using some "bigdecimal " validator in the *-validation.xml fil
An update for those interested struts.properties defines
"struts.dispatcher.parametersWorkaround " (false by default) and says it 's
for some app servers that don 't handle HttpServletRequest.getParamHello all
I have a very simple question to ask how do I include a JavaScript file in
a Struts JSP ? I mean I know how to include it from the Web but I would
like to download it and include it frHello
I am trying to apply formatting to a value
from s property.
I tried this
<s text name "format.currency " > <s property
value "retailProductsCount "/ > </s text >
but that did not format the valueHi
I am experimenting with the Session scope beans. I was able to define
on and verify that one bean is created and associated with each session.
Could I get access to the session from the bean? Greetings to all
i have developed a project in ww2.1.7 .I wish to upgrade everything to a
new version either ww2.2.5 or struts 2. I am guessing that i should go
to Struts2 right away. Although the
Hi all
I am using struts2.0.9 and trying to use s div tag. I am looking at the
showcase demo. It works well. But in my project it cannot find this file. I
put <head > tag.
I just wonder where is thHi
I 'm using a DownloadAction to generate a PDF and return it the the
browser. If there is a problem generating the PDF however I want to
redirect the user to a specific JSP.
What 's the best way of
hello guys..Im Hiroyuki and im new here..
Hope you could help me with some of my inquiries.
I have this JSP
<logic iterate name "metaEntryConfirmForm " indexId "index " id "item1 "
property "items1 " >
Hallo
me bean has a Map attribute.
Now I want to get access to the values of the Map. But I do not want
iterate throw the entire Map. In Java I would write something like
map.get( "key ")
What is the
I am probably being dense but I have a normal old jsp variable in one
of my pages
Eg
<% String foo "bar " % >
I want to write out the value of foo using the Struts property tag ( so
that I can ma
Hi experts
I have following code...
JAVA
ArrayList obj new ArrayList()
obj.add( " www.google.com Visit google ")
obj.add( " www.yahoo.com Visit yahoo ")
JSP
<s iterator value "obj " > Hi
This question can be termed as an OT as it is related to regex. I have a
validation criteria which says
a number cannot start with "000 " which is 9 digits in length.
Can somebody help me in wPeople
this is the scenary
I 'm using <s autocomplete >.
I pick one option with a mouse click in the optionlist.
The id is modified!
then i focus the textbox and add charaters.
The id should be nullif |
|
 |