Re: [OT] ajaxArea embedded with displayTag

2006-12-20 Thread Joseph McGranaghan
ruts2-frame and OGNL ? /S -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: 20. joulukuuta 2006 3:02 To: Struts Users Mailing List Subject: Re: [OT] ajaxArea embedded with displayTag If you put the displayTag inside the ajax:area it won't get reloaded after the ajax c

RE: [OT] ajaxArea embedded with displayTag

2006-12-19 Thread Sakari.Isoniemi
frame and OGNL ? /S -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: 20. joulukuuta 2006 3:02 To: Struts Users Mailing List Subject: Re: [OT] ajaxArea embedded with displayTag If you put the displayTag inside the ajax:area it won't get reloaded after the ajax call, w

Re: [OT] ajaxArea embedded with displayTag

2006-12-19 Thread Musachy Barroso
If you put the displayTag inside the ajax:area it won't get reloaded after the ajax call, what you can do is put the displayTag on a page let's say A, the create a page B that has: <%@ include file="A.jsp" %> //or call the action here then create an action, that the ajax:area will call

Re: [OT] ajaxArea embedded with displayTag

2006-12-19 Thread Joseph McGranaghan
No it's from the AjaxTags project. I tried to post to JWP mailing list but got bounce for some reason, hence the [OT] I use struts 1.3.5 though, not s2 Musachy Barroso wrote: I don't think "ajax:area" is an S2 tag. Is that form another ajax library? regards musachy Joseph McGranaghan wrot

Re: [OT] ajaxArea embedded with displayTag

2006-12-19 Thread Musachy Barroso
I don't think "ajax:area" is an S2 tag. Is that form another ajax library? regards musachy Joseph McGranaghan wrote: I'm trying to use an ajaxArea for the main portion of my site. Inside it I have control panel of several tiles. One of the tiles contains a displayTag that I want ajaxified unt

[OT] ajaxArea embedded with displayTag

2006-12-19 Thread Joseph McGranaghan
I'm trying to use an ajaxArea for the main portion of my site. Inside it I have control panel of several tiles. One of the tiles contains a displayTag that I want ajaxified unto it's own self, not the whole main ajaxArea. Matter of fact, I can't even get it to work right with the enclosed ajaxA