If you want to validate generated fields, i mean a Collection you can do
something like this.
* Action class
private List collection;
public void setCollection(String collection) {
this.collection = collection;
}
public String getCollection() {
r
That validate="true" in the form field only serves to place a required
asterisk next to your field's label.
First, you will want to ensure you are not using a simple theme for
the form tag.
Next, you will want to use an tag in your page's head tags
Finally, you will need to have validation x
Hello, In our current project are using struts 2.0 and would like to take
advantage of the struts validation framework. We would like our form fields
to be validated both on the client and server side. If i have "VALIDATE =
TRUE" in the form field will the validation happen only on client side? Fo
This might help:
http://cwiki.apache.org/S2WIKI/creating-a-custom-dojo-profile-for-struts-20x.html
musachy
On Thu, Oct 30, 2008 at 2:46 PM, Frank Maritato <[EMAIL PROTECTED]>wrote:
> Hi all,
>
> I'm using struts 2.0.11.2 and I'm having some performance issues on simple
> page loads. Firebug is
Hi all,
I'm using struts 2.0.11.2 and I'm having some performance issues on
simple page loads. Firebug is showing that it needs to download many js
files coming from the struts jar (some of which are not found). Is there
a combined/compiled js file for production use that I can reference
inst
Juergen-
should be ok in struts 2.1.2..
by including in the struts-dojo-tags with this specification in any of your jsp
<%@ taglib prefix="sx" uri="/struts-dojo-tags" %>
you will acquire the requisite dojo JS functionality
more specifically the description inside head.ftl utilises the paramete
Please notice that your error has to do with the common.jsp and not the
tiles framework...
Carlos Curotto wrote:
Which versions of Struts and Tiles are you using?
Thanks!
On Thu, Oct 30, 2008 at 8:49 AM, Carlos Curotto <[EMAIL PROTECTED]>wrote:
Hi Marcio, First of all, thanks for the respon
Sometimes I got this errors to :
symbol 'dojo.rpc' is not defined after loading '__package__.js'
Fichier Source : http://localhost:8080/crm/struts/dojo/dojo.js
Ligne : 1
--
View this message in context:
http://www.nabble.com/Firefox-3-and-JSON-random-errors-tp20249211p20249553.html
Sent from
Hi all,
I'm getting erros with my Struts 2 web application using Firefox 3.
Everything is ok with others navigators.
With FF3, it shows randomly javascript errors saying my JS var is undefined.
here is a sample of code :
// Dojo configuration
That's good, thanks for reporting :)
musachy
On Thu, Oct 30, 2008 at 10:25 AM, David Harland <[EMAIL PROTECTED]>wrote:
> Hi Musachy,
>
> I have upgraded our app to 2.0.13 and replaced the xwork-2.0.6.jar with the
> xwork 2.0.x branch I checked out and built.
>
> All of our tests pass and the con
Hi Musachy,
I have upgraded our app to 2.0.13 and replaced the xwork-2.0.6.jar with the
xwork 2.0.x branch I checked out and built.
All of our tests pass and the conversion errors display correctly.
Many thanks
Dave.
--- On Thu, 10/30/08, Musachy Barroso <[EMAIL PROTECTED]> wrote:
> From: M
We are trying to get people to test the latest xwork before releasing
2.0.14, if you could try it would help.
regards
musachy
On Thu, Oct 30, 2008 at 9:43 AM, <[EMAIL PROTECTED]> wrote:
> Thanks for information.
>
> A Bug in 2.0.12 and I was working on a solution for hours.
> Stuff it!
>
> Is th
Thanks for information.
A Bug in 2.0.12 and I was working on a solution for hours.
Stuff it!
Is there the possibility to download a complete 2.0.13 version of struts?
>-Ursprüngliche Nachricht-
>Von: Nils-Helge Garli Hegvik [mailto:[EMAIL PROTECTED]
>Gesendet: Donnerstag, 30. Oktober 2
Those were failing for me before making the changes, not sure what the
problem is.
musachy
On Thu, Oct 30, 2008 at 8:54 AM, David Harland <[EMAIL PROTECTED]>wrote:
> Hi,
>
> Im trying to do the testing of the xwork fix. The 2.0 branch of xwork seems
> to be failing:
>
> Failed tests:
>
>
> tes
Hi,
Im trying to do the testing of the xwork fix. The 2.0 branch of xwork seems to
be failing:
Failed tests:
testAddingToCollectionBasedOnPermission(com.opensymphony.xwork2.util.SetProper
tiesTest)
testAddingToListsWithObjects(com.opensymphony.xwork2.util.SetPropertiesTest)
testAddingToMap
It might be related to this issue:
https://issues.apache.org/struts/browse/WW-2849
Nils-H
On Thu, Oct 30, 2008 at 1:20 PM, <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am using the s:datetimepicker in struts 2.0.11.2.
> After updating to version 2.0.12 I got the error "dojo not defined".
> Is there
Hello,
I am using the s:datetimepicker in struts 2.0.11.2.
After updating to version 2.0.12 I got the error "dojo not defined".
Is there someting different in the new version.
Or, perhaps a bug?
Does anybody have the same problem?
2008/10/29 Carlos Curotto <[EMAIL PROTECTED]>:
> javax.servlet.ServletException: Error including path
> '/WEB-INF/layout/common.jsp'. org/apache/tiles/ListAttribute
Please post the complete stacktrace.
Antonio
-
To unsubscribe,
Which versions of Struts and Tiles are you using?
Thanks!
On Thu, Oct 30, 2008 at 8:49 AM, Carlos Curotto <[EMAIL PROTECTED]>wrote:
> Hi Marcio, First of all, thanks for the response.
>
> I have tried what you told me, to put the result type explicit in the
> struts.xml file, but i am getting th
Hi Marcio, First of all, thanks for the response.
I have tried what you told me, to put the result type explicit in the
struts.xml file, but i am getting the same exception. I am thinking that
this could be related with the version of struts i am using (2.0.12) or with
the version of the struts-t
I'm guessing http://svn.opensymphony.com/svn/xwork/branches/2.0/
Nils-H
On Thu, Oct 30, 2008 at 11:06 AM, David Harland <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Can someone please give me the url for checking out the latest 2.0.x
> source for xwork as I am just getting the 2.1.x source.
>
> Many than
On Wed, Oct 29, 2008 at 8:06 PM, Jishnu Viswanath
<[EMAIL PROTECTED]> wrote:
>In some case I am getting
> Map session = ActionContext.getContext().getSession();
> And the session contains a key called
Unless you are doing some research to understand struts internals or
deal with some very
Hi,
Can someone please give me the url for checking out the latest 2.0.x
source for xwork as I am just getting the 2.1.x source.
Many thanks
Dave.
-Original Message-
From: Rene Gielen [mailto:[EMAIL PROTECTED]
Sent: 29 October 2008 18:13
To: Struts Users Mailing List
Subject: Re: str
23 matches
Mail list logo