Re: Ajax Theme

2007-08-17 Thread Musachy Barroso
On 2.1 ajax validation will be provided by Dojo by default, but other libraries can be used easily, (with prototype example): http://struts.apache.org/2.x/docs/ajax-validation.html musachy On 8/17/07, Ted Husted <[EMAIL PROTECTED]> wrote: > I haven't dived into this part of the source code, but

Re: Ajax Theme

2007-08-17 Thread Ted Husted
I haven't dived into this part of the source code, but I've beent taking "The ajax validation depends on DWR" to mean that we use DWR to call the usual server-side validators from client-side ajax code. Is that correct? Is the use of DWR changing from 2.0.x to 2.1.x? Does the YUI Ajax plugin supp

Re: [S2] Proposal: Povide an integrated reference link feature for UI tags

2007-08-17 Thread Ted Husted
If I understand the use case, in my own applications, we done things like add a separate button to the page to do things like edit or add a company. (Are we distinguishing between insert and update?) It is a common UI need. In the case of select controls, some applications handle this sort of thin

DO NOT REPLY [Bug 20854] - Error with nesting tags in separate pages

2007-08-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Exception thrown in OGNL evaluation.

2007-08-17 Thread Rene Gielen
Am Fr, 17.08.2007, 11:28, schrieb Ruimo Uno: > Rane, > > 2007/8/17, Rene Gielen <[EMAIL PROTECTED]>: >> Ruimo, >> >> see below >> >> Ruimo Uno schrieb: >> > Hi, thanks for your comment. >> > >> > 2007/8/17, Rene Gielen <[EMAIL PROTECTED]>: >> >> It's no bug, it's a feature... >> >> >> >> The policy

Re: Exception thrown in OGNL evaluation.

2007-08-17 Thread Ruimo Uno
Rane, 2007/8/17, Rene Gielen <[EMAIL PROTECTED]>: > Ruimo, > > see below > > Ruimo Uno schrieb: > > Hi, thanks for your comment. > > > > 2007/8/17, Rene Gielen <[EMAIL PROTECTED]>: > >> It's no bug, it's a feature... > >> > >> The policy for model access (e.g. property calls) via expression > >> e

[S2] Proposal: Povide an integrated reference link feature for UI tags

2007-08-17 Thread Rene Gielen
In many (but not only) CRUD applications you have to deal with referencing model objects, which have an associated view as well. For example, if you have an editContact view, you have a "company" select box in place referencing the company model entity, which has it's own editCompany view. A IMO c

Re: Exception thrown in OGNL evaluation.

2007-08-17 Thread Rene Gielen
Ruimo, see below Ruimo Uno schrieb: Hi, thanks for your comment. 2007/8/17, Rene Gielen <[EMAIL PROTECTED]>: It's no bug, it's a feature... The policy for model access (e.g. property calls) via expression evaluation is fail silent. It would cause tons of exceptions if ognl expression evaluat