Robin Mannering-4 wrote:
>
> Values outside the range are picked up correctly.
>
> However, when the values are inside the range, the validation rule
> 'requiredstring' insists that there is no value for agencyCommRate and
> validation always fails.
>
>
Looking at source of RequiredStringVa
Z,
I'll clarify with a simple example :
The dropdown must be like :
EnglishType1EnglishType2 for EN and SpanishType1SpanishType2
So, the values 1 and 2 remain constant, only the text changes. Now, i don't
want to maintain 1, 2 separately from its text. My understanding from your
suggestion is t
The documentation at http://struts.apache.org/2.x/docs/freemarker-tags.html
says we can have arbitary parameters like <@s.url value="somePage"
personId="${personId}"/> . I tried this for s:select tag and am able to
access the parameters within select.ftl (since i needed to do some custom
processin
This won't work for me because the list is not maintained in Action, rather
in a properties file - since it's a set of constants (ex : list of US
states)
Sparecreative wrote:
>
> You don¹t have to have a DB back end.
>
> Here¹s a couple of examples from our system:
>
> listValue="%{getText(
Hi,
I'm getting an NPE when trying to use DWR validation in Struts 2.1.6.
Basically, porting a Struts 2.0.x app that used DWR validation.
The ValueStackFactory is null during the invocation and this throws the NPE
while calling valueStackFactory.createValueStack();
In normal invocation, all is f
You may want to check if you've the latest Websphere patches installed, since
this could be a Websphere specific issue ; i had come across
http://www.nabble.com/Re%3A--S2-FIXED!--Websphere-6.1-Showcase-application%2C-Response-already-committed-warning-in-logs-p9831268.html
when i faced this is
http://struts.apache.org/2.x/docs/jasperreports-tutorial.html ; I was able to
use this as-is and get a report fine.
-Joseph
carmi_cd wrote:
>
>
> I need a tutorial that uses ArrayList of Object as datasource
> for JasperReports..do you know any?
>
--
View this message in context:
h
Hi Antony,
Did you fix this in the IRAD IDE or on the WAS server ?. I'm using RAD 7.0.0
and wasn't able to apply the patch ; seems 6.1.0.5 won't work on this
version.
Thanks,
Joseph
newton.dave wrote:
>
> --- Antony Stubbs <[EMAIL PROTECTED]> wrote:
>> Just as an after thought - perhaps thi
Hi Matt,
Can you please tell me what's needed to use this validator using annotations
alone? . Also, i need a simple conditional validator - ie a field needs to
be validated only if a prerequisite condition is satisfied, else the
validations on it must be skipped and no error must be added (sinc
9 matches
Mail list logo