+1
- Original Message -
From: "Monkeyden" <[EMAIL PROTECTED]>
>
> I have used Bart's idea (custom tag) with success. Also, if one were set
on
> using tiles, you could drop this custom tag into a layout definition for
> pages requiring a referer and define another layout for pages which don
Hi,
I would like to know if struts 1.3 is stable and where download it ?
I want to use variables in Resource Bundles with validator 1.2 and it
seems does not work with struts 1.2.x accordin to the wiky :
http://wiki.apache.org/jakarta-commons/ValidatorVersion120
Jean-Marie.
---
Struts 1.3.x doesn't yet have a "GA" (i.e. production) quality rating
- However there is a Struts 1.3.5 test build which is currently being
voted on:
http://article.gmane.org/gmane.comp.jakarta.struts.devel/45152
...and this will probably get at least a "beta" label if not a "GA" label.
You can
Hi,
I'm testing my application with struts 1.3 and validator 1.3.
I've got this error:
ValidatorResources not found in application scope under key
"org.apache.commons.validator.VALIDATOR_RESOURCE
I don't know why because the same application worked well with validator
1.1 and struts 1.1
Have
Hi,
I have a dependent select boxes/ dropdown boxes. It should be implemented
through ajax. Can you point me to similar examples?
Thanks
-
See the all-new, redesigned Yahoo.com. Check it out.
On Mon, 2006-08-07 at 01:12 -0400, Monkeyden wrote:
> or is like transferring Ted himself, as data?
Only if he implements the Serializable or Externalizable interfaces.
Chris
--
Christopher D. Goldman
[EMAIL PROTECTED]
-
To
Now that gave me a chuckle.
On 8/8/06, Christopher Goldman <[EMAIL PROTECTED]> wrote:
On Mon, 2006-08-07 at 01:12 -0400, Monkeyden wrote:
> or is like transferring Ted himself, as data?
Only if he implements the Serializable or Externalizable interfaces.
Chris
--
Christopher D. Goldman
[EMA
I have the following def in my struts-config:
However, when this forward is called in the code, it doesn't invoke the
showView() I put a break point in both showView() and unspecified() in
DayViewAction.j
We are using struts to develop an online classifieds site. While
uploading pictures for the classified a few clients get the error
message given below. We spoke briefly with one of the clients that is
having this problem and he was using a DSL connection and uploading a
picture of size 200k. We
have form properties a and b
have to validate that property b is an integer, greater than 0 and also
greater than form property a.
test
( (*this* >= 0) and (*this* >= a)
)
trie
How big is the file?
On 8/8/06, Jon Koberstein <[EMAIL PROTECTED]> wrote:
We are using struts to develop an online classifieds site. While
uploading pictures for the classified a few clients get the error
message given below. We spoke briefly with one of the clients that is
having this problem
This is where I was going with it:
Search for maxFileSize. Default is 250M, which sounds big.
http://struts.apache.org/1.2.x/userGuide/configuration.html#struts-config
On 8/8/06, Monkeyden <[EMAIL PROTECTED]> wrote:
How big is the file?
On 8/8/06, Jon Koberstein <[EMAIL PROTECTED]> wrote:
I suspect this restriction is there to support the validator. XHTML
mandates the use of 'id' in place of 'name' in various situations.
That said, you can still predict what the 'id' value will be; in this
case, it will take the name of the FormBean associated with the form. So
your AJAX calls
Puneet Lakhina wrote:
Also, if the user leaves the field for BigDecimal as blank, I
get an exception (string->BigDecimal conversion exception). So, is the
solution to this is to make all formbean properties to be "String" type?
you coud do something like
BigDecimal bigDecimalProperty;
publi
Scott Van Wart wrote:
I'm implementing my own MessageResources and
MessageResourcesFactory-derived classes. Do these need to be
thread-safe, specifically, the 'String MessageResources.getMessage(
Locale locale, String key )'?
The factory probably doesn't; I would expect it to be called once
15 matches
Mail list logo