I'm with you. I don't like using substitute html tags. They never take into
account that tags now a days can have expando properties that become part of
the html DOM.

Bryan LaPlante

---------- Original Message -----------
From: Michael Jouravlev <[EMAIL PROTECTED]>
To: Struts Developers List <dev@struts.apache.org>
Sent: Thu, 16 Feb 2006 12:32:48 -0800
Subject: Re: Passing Parameters to ActionForward from Action

> On 2/16/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
> > On 2/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > You know what would be cool for the javawebparts implementation. Make a 
> > > tag
> > > called snippets or something, have it work like MessageResource where you
> > > could store things such onclick and other events and then be able to mark 
> > > up
> > > your HTML with something that feels like <bean:write property...> where 
> > > the
> > > property name would be replaced with your ajax call necessary to process 
> > > the
> > > event. Is this your implementation? Do you have a discussion form for it?
> >
> > http://www.jroller.com/page/javadujour?entry=prep_tag_as_a_view
> 
> Ugh, now when I read Brian's idea again, mine is not exactly the same.
> And it is not even about Ajax, it is about large solid tags, like, say
> <html:form> tag. I would prefer to use a regular HTML <form> tag,
> substituting some attributes with dynamic data generated by taglib. I
> will try it for my project first, if it works out, I will try to
> refactor Struts <html:> taglib, maybe it will be interesting for some.
> 
> Michael.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
------- End of Original Message -------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to