i wanted to created dynamic components like in my jsp, is it
possible to create using action class without using javascript
--
View this message in context:
http://www.nabble.com/dynamic-tp18625957p18625957.html
Sent from the Struts - Dev mailing list archive at Nabble.com.
--
Frank W. Zammetti wrote:
Think about all you're taking for granted when you write
$("#content).load(url);
It largely boils down to differences between how developers think the
dom/language works and how it really works.
The time it takes to have your developers watch Crockford's three
lectu
I think that ignores the underlying complexity of developing complex
RIAs today. I would take any of the apps I've developed on the job over
the past 5+ years and put them up against any out there in terms of
complexity... when I talk to other developers about what they're doing
it's nearly al
Having a simple taglib-based approach to do some of the more common
AJAX-y things, maybe some widgets here and there too, means that Java
developers can leverage their existing skills without having to take the
plunge into heavy client-side development, which I can say from the
experience of
If this is the case, I would not recommend we create an "ajax" plugin, but
call it the "ajax-yui" plugin or a "ajax-whatever" plugin so that people can
use different ajax implementations.
Paul
On Wed, Jul 23, 2008 at 1:40 AM, Jeromy Evans <
[EMAIL PROTECTED]> wrote:
> Paul Benedict wrote:
>
>> D
Please ask this question to the Struts Users mailing list:
http://struts.apache.org/mail.html
Antonio
2008/7/23 Shining77 <[EMAIL PROTECTED]>:
>
> Hello !!!
>
> My question is the following one:
>
> Is it possible to configure Struts in a way that Struts do not send a
> response by a forward (err