  | 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 have a page with an optiontransferselect which works ok if called
directly via the action in the browser. If I load the page from within
another page via an AJAX <s a > I get the following in th
Hi
Is there a way in Struts 2 to make the action mapper choose the Action to be
invoked based on two criteria
1) the action 's name (eg. a wildcard mapping) and
2) a boolean value obtained by invoHi There
I would like to upload some jpegs with struts 2.0.9 and redirect to
another site after the Action returns SUCCESS.
I tried is like this ( after reading the file upload example from the
str
Hi
I 've been googling and looking at the user mailing list if I add web service
to a struts based application but didn 't find my answers. Currently I am
developing a struts based application with --- Oleg Konovalov <olegstruts@(protected) > wrote
> <input type "image " onclick "rowId value "
> As of now I am getting Javascript error "Object
> doesn 't support this property or method "
compHi
I am populating JSP page with rows retrieved from the database and
represented as a List of Beans in forEach loop
<c forEach var "list " items "${OperationsForm.OperationsList} " >
...
Struts 1.29 app that uses tiles definitions. Question is I am finding
myself having to call the taglib in the layout and also in each
tile. If I take the taglib out of any of the jsp pages that is Struts 1.29 app that uses tiles definitions. Question is I am finding
myself having to call the taglib in the layout and also in each
tile. If I take the taglib out of any of the jsp pages that is
hi all
i have a problem with my web application when i enter an arabic text in the
text fields and trying to save it in the database or print it into the
command it appears with some strange encodi
Hi I 've searched around here and googling to try to find a good answer but I
haven 't found one.
I 'm using the basic struts2 validation with the validate "true " on my
<s form > so the validation is dI 'm studying the dynamic tree example in the showcase and there are a
couple problems. First when you view sources the configuration for the
dynamicTreeSelectAction is not visible. Also as I insi 'm trying to use a custom filter to implement authorization and i can 't
get the damned thing to work (i 'm an absolute beginner be warned).
i 'm using struts2.0.8 with tomcat 5.5
my doFilter method i 'm trying to use a custom filter to implement authorization and i can 't
get the damned thing to work (i 'm an absolute beginner be warned).
i 'm using struts2.0.8 with tomcat 5.5
my doFilter method Hi All
This is somewhat related to Matt 's post on conditional validation at
http //www.nabble.com/Re -Conditional-validation-p11990883.html i dont
have the original email on struts-user (joined thFirst off do you have a 'public List getFiles() ' in your action? The iterator tag looks for a getter that returns an object implementing java.util.List. For troubleshooting I would put something sta
Hello
I have a question about the time a JSP takes to load. I am converting a
struts1+tiles1 application to struts2 (2.0.9) + tiles2 (2.0.4) on weblogic
10 and I have noticed that the first time a
Hi
I am trying to do a conditional validation using 'validwhen '.
There is group of two radio buttons (values 'Yes ' and 'No ') and on selecting
any one of them either a drop down box is displayed or
Hi
I try to add the execAndWait interceptor in my application. But now the
request.getSession() returns null so my app crash in the first Action.
What did I miss ?
<interceptor name "login "
class2007/8/10 struts@(protected) <struts@(protected) >
>
> We need this link to do the same thing as a submit button does when
> submitting a
> struts form (account activation using this form works pHi all
This question might be a faq but I haven 't seen any answer when searching on
google or in the mailing list archive.
I 'm working with a website that uses a java-based CMS (Content ManagementHi
I have a program which creates permutations for 10 letters so the values i
get is 10 ^10 which is more then 3 million
Now i have to go through all 3 million records and do some calculations to
detHello
Hope someone can help me with this
I have a TabbedPane with some tabs in it each calling an url for
their content.
Now I have several problems
- I noticed that the selected tab calls the url
I have the following validation XML that suites my needs perfectly
<field name "startYear " >
<field-validator type "required " >
<message >Start year is required. </message >
</field-valiHello
I 'm going crazy trying to use the s iterator tag.
I have an action that generates an ArrayList of the files in a given directory.
In my JSP I 'd like to show this files as a list.
Here 's my aI remember hearing a rumor that dojo was being pulled out of S2 and being
made available via a plug-in. Did this happen? Are there steps someplace
for installing the plug-in?
--
Scott
stanlick@(protected)I 'm trying to add a file upload to my web app.
When I submit the file I get
java.lang.RuntimeException Unable to load bean
org.apache.struts2.dispatcher.multipart.MultiPartRequest (jakarta) -
[unk
Turns out OC4J had a bug. They fixed it we now have 10.1.3.3 and it works
fine. </story >
JBL wrote
>
> We have a link to a Struts 2 action that includes a URL parameter
> (.../something_method.Hi
I need to store the label values in the resource bundle and to support
screenreaders these values may have some <span > tags
ex label.primaryapp.firstName First name <span class "screaderstyleI use displaytag too. All works fine.
Did you set the requestUri param ?
<display table name "myListInStack " decorator
"org.myorg.DecoratorOfMyList " requestURI "myAction.action " >
Regards
"ManWould it be possible to add ognl evaluation of param values in field
validators.
Thanks
Dave.
 |
|
 |