ajaxtags-user Mailing List for Ajax JSP Tag Library
Brought to you by:
jenskapitza,
victor-homyakov
You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(7) |
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: AjaxTags U. M. L. <aja...@li...> - 2011-06-24 10:39:33
|
Bugs item #3327269, was opened at 2011-06-24 10:39 Message generated for change (Tracker Item Submitted) made by You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746679&aid=3327269&group_id=140499 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: JSP Tags Group: JSP Tags Status: Open Resolution: None Priority: 5 Private: No Submitted By: https://www.google.com/accounts () Assigned to: Nobody/Anonymous (nobody) Summary: Ajax DisplayTag Exception, when using data HTML Entities Initial Comment: When displaying data with HTML entities, such as " ", "ä" a SAXParseException is thrown, when generating the XML document. Stack trace: Caused by: org.xml.sax.SAXParseException: The entity "nbsp" was referenced, but not declared. at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source) at eu.gumpinger.erp.dao.utils.DocumentBuilderFactory$MyDocumentBuilder.parse(DocumentBuilderFactory.java:68) // --> (all this does, is wrap the call to the standard DocumentBuilderFactory implementation) at net.sourceforge.ajaxtags.helpers.XMLUtils.getXMLDocument(XMLUtils.java:160) at net.sourceforge.ajaxtags.tags.AjaxAnchorsTag.getDocument(AjaxAnchorsTag.java:141) at net.sourceforge.ajaxtags.tags.AjaxDisplayTag.processContent(AjaxDisplayTag.java:147) at net.sourceforge.ajaxtags.tags.AjaxAreaTag.doEndTag(AjaxAreaTag.java:99) at org.apache.jsp.WEB_002dINF.tiles.basics.home_jsp._jspService(home_jsp.java:459) ... 63 more This can easily reproduced, by modifying the displaytag.properties file, for example: paging.banner.some_items_found=<span class="pagebanner">{0} {1} found, displaying {2} to {3}. </span> will produce the error shown above. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746679&aid=3327269&group_id=140499 |
|
From: AjaxTags U. M. L. <aja...@li...> - 2009-07-30 11:07:21
|
Bugs item #2829579, was opened at 2009-07-30 11:07 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746679&aid=2829579&group_id=140499 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Sample Application Group: JSP Tags Status: Open Resolution: None Priority: 5 Private: Yes Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Displaytag error with more then one Table Initial Comment: i know i've fixed this issue once, but on my eeepc there is this issue again. the area is wrong (reset seems to not work) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746679&aid=2829579&group_id=140499 |
|
From: AjaxTags U. M. L. <aja...@li...> - 2009-07-27 22:02:18
|
Bugs item #2828097, was opened at 2009-07-27 17:02 Message generated for change (Tracker Item Submitted) made by booveman You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746679&aid=2828097&group_id=140499 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Burkhard Vogel (booveman) Assigned to: Nobody/Anonymous (nobody) Summary: AjaxAreaTag throws IllegalStateException Initial Comment: 2009-07-27 17:01:28,328 ERROR [http-8180-Processor23] core.ApplicationDispatcher (ApplicationDispatcher.java:711) - Servlet.service() for servlet jsp threw exception java.lang.IllegalStateException at org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:308) at org.apache.catalina.core.ApplicationHttpResponse.reset(ApplicationHttpResponse.java:119) at org.apache.catalina.core.ApplicationHttpResponse.reset(ApplicationHttpResponse.java:119) at javax.servlet.ServletResponseWrapper.reset(ServletResponseWrapper.java:182) at javax.servlet.ServletResponseWrapper.reset(ServletResponseWrapper.java:182) at net.sourceforge.ajaxtags.tags.AjaxAreaTag.initParameters(AjaxAreaTag.java:124) at net.sourceforge.ajaxtags.tags.BaseAjaxBodyTag.doStartTag(BaseAjaxBodyTag.java:107) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746679&aid=2828097&group_id=140499 |
|
From: AjaxTags U. M. L. <aja...@li...> - 2009-05-18 23:23:20
|
Feature Requests item #1919422, was opened at 2008-03-19 11:08 Message generated for change (Settings changed) made by jenskapitza You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746682&aid=1919422&group_id=140499 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Sample Application Group: None >Status: Closed Resolution: Accepted Priority: 7 Private: No Submitted By: Harcharanjeet (butalia_h) Assigned to: Jens Kapitza (jenskapitza) Summary: displaytag and ajaxtag:callout Initial Comment: We should be able to have callout for each row in display tag.If it is possible the this should be included in the sample. ---------------------------------------------------------------------- Comment By: Harcharanjeet (butalia_h) Date: 2008-12-25 19:10 Message: Thanks for considering my request.Can i please know in which version or which file i need to download to see this feature. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-12-15 14:18 Message: Please let me know if my request for this feature is accepted or rejected.. ---------------------------------------------------------------------- Comment By: Jens Kapitza (jenskapitza) Date: 2008-12-06 12:55 Message: DONE ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746682&aid=1919422&group_id=140499 |
|
From: AjaxTags U. M. L. <aja...@li...> - 2008-09-24 14:16:50
|
Bugs item #2126508, was opened at 2008-09-24 16:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746679&aid=2126508&group_id=140499 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: JavaScript Core Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Michael (michael-o) Assigned to: Nobody/Anonymous (nobody) Summary: Improve all JS for loops Initial Comment: JavaScript suffers from a severe performance penality in traditional for loops: for (var i = 0; i < array.length; i++) should always changed to: var len = array.length; for (var i = 0; i < len; i++) OR use Prototype iterators which describes the problem too. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746679&aid=2126508&group_id=140499 |
|
From: AjaxTags U. M. L. <aja...@li...> - 2008-09-20 12:40:24
|
Bugs item #2117866, was opened at 2008-09-18 15:01 Message generated for change (Settings changed) made by jenskapitza You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746679&aid=2117866&group_id=140499 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: JSP Tags Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Michael (michael-o) >Assigned to: Jens Kapitza (jenskapitza) Summary: ajax:displayTag ignores JavaScripts Initial Comment: I have to use the callout inside ajax:displayTag to provide tooltips on a paginating table. By default Prototype ignores scripts in the responsBody. I have patched the tag to provide this script evaluation feature. ---------------------------------------------------------------------- >Comment By: Jens Kapitza (jenskapitza) Date: 2008-09-20 14:40 Message: fixed with version >=1.5 ---------------------------------------------------------------------- Comment By: Michael (michael-o) Date: 2008-09-18 15:15 Message: include this in line 63 in ajaxtags.js: var thisCall = new Ajax.Updater(ajaxupdateData.id,ajaxupdateData.href,{onComplete: ajaxupdateData.postFunction, evalScripts: ajaxupdateData.evalScripts}); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746679&aid=2117866&group_id=140499 |
|
From: AjaxTags U. M. L. <aja...@li...> - 2008-09-20 12:11:38
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5297115 By: jenskapitza --->> frm?????? Line 1. suggestAddressList = getAddressList(frm.getSuggestAddress()); are you reading the parameter string a 2. time? Line 2. String xml = new AjaxXmlBuilder().addItems(suggestAddress, request.getParameter("suggestAddress"), request.getParameter("suggestAddress")).toString(); the request is empty if it is so ! return null! ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=471271 |
|
From: AjaxTags U. M. L. <aja...@li...> - 2008-09-18 13:23:51
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5290710 By: acrvj2u Line 1. suggestAddressList = getAddressList(frm.getSuggestAddress()); Line 2. String xml = new AjaxXmlBuilder().addItems(suggestAddress, request.getParameter("suggestAddress"), request.getParameter("suggestAddress")).toString(); I do not have enough information to accurately direct you, but do you have 'suggestAddress' available to you at the time of execution? I do not see where this is list (object any way) is retrieved from db/request/ or created from the code that you showed. Post more code and I am sure someone will speak up. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=471271 |
|
From: AjaxTags U. M. L. <aja...@li...> - 2008-09-18 06:15:42
|
Bugs item #2117866, was opened at 2008-09-18 15:01 Message generated for change (Comment added) made by michael-o You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746679&aid=2117866&group_id=140499 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: JSP Tags Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Michael (michael-o) Assigned to: Nobody/Anonymous (nobody) Summary: ajax:displayTag ignores JavaScripts Initial Comment: I have to use the callout inside ajax:displayTag to provide tooltips on a paginating table. By default Prototype ignores scripts in the responsBody. I have patched the tag to provide this script evaluation feature. ---------------------------------------------------------------------- >Comment By: Michael (michael-o) Date: 2008-09-18 15:15 Message: include this in line 63 in ajaxtags.js: var thisCall = new Ajax.Updater(ajaxupdateData.id,ajaxupdateData.href,{onComplete: ajaxupdateData.postFunction, evalScripts: ajaxupdateData.evalScripts}); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746679&aid=2117866&group_id=140499 |
|
From: AjaxTags U. M. L. <aja...@li...> - 2008-09-18 06:01:37
|
Bugs item #2117866, was opened at 2008-09-18 15:01 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746679&aid=2117866&group_id=140499 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: JSP Tags Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Michael (michael-o) Assigned to: Nobody/Anonymous (nobody) Summary: ajax:displayTag ignores JavaScripts Initial Comment: I have to use the callout inside ajax:displayTag to provide tooltips on a paginating table. By default Prototype ignores scripts in the responsBody. I have patched the tag to provide this script evaluation feature. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746679&aid=2117866&group_id=140499 |
|
From: SourceForge.net <no...@so...> - 2008-09-13 23:57:39
|
Bugs item #2073805, was opened at 2008-08-25 17:12 Message generated for change (Settings changed) made by jenskapitza You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746679&aid=2073805&group_id=140499 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: JSP Tags >Group: JSP Tags >Status: Closed >Resolution: Fixed >Priority: 5 Private: No Submitted By: Michael (michael-o) >Assigned to: Jens Kapitza (jenskapitza) Summary: callout won't set preFunction Initial Comment: the attribute in the ajax:callout preFunction does not show up in the JavaScript result. I have downloaded 1.3-rc-7 source package from sourceforge and found the error in the CalloutTag.java. The preFuntion field is never released nor written into the options buffer. I have attached the patched file. ---------------------------------------------------------------------- Comment By: Michael (michael-o) Date: 2008-08-25 17:19 Message: Logged In: YES user_id=1468139 Originator: YES I have added in line 270: if (this.preFunction != null) options.add("preFunction", this.preFunction, false); and in line 317: this.preFunction = null; ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746679&aid=2073805&group_id=140499 |
|
From: Jens K. <j.k...@sc...> - 2008-08-13 06:13:47
|
changes to ajaxtags 1.4 will: base on 1.3 (more or less backward compatible) 1.4 use prototype 1.6.02 and scriptaculous 1.8.1 + jericho-html 2.6 release should be come up in the next month and is available on sf.net big changes the package name has changed to net.sourceforge.ajaxtags |
|
From: Thierry L. <thi...@gm...> - 2008-06-27 13:01:06
|
Problem solved. It was a legacy application, and was using name= instead of id=. Microsoft strikes again. On Thu, Jun 26, 2008 at 9:19 AM, Thierry Lach <thi...@gm...> wrote: > We're trying to use the ajaxtags library, and we've run into a problem when > running under firefox. > > We've got the 1.3-beta-rc7 version, with the javascript files as extracted > from ajaxtags-1.3-beta-rc7.war. > > We've set up a pair of ajax:select tags. Everything runs just fine under > Internet Explorer. But when we run under Firefox 2.0, the scripting does > not work. I open the "Error Console" in firefox, and it shows an error > "$(this.options.source) has no properties" at ajaxtags.js line 261 (actually > two errors, one for each ajax:select tag). > > Help on this would be greatly appreciated. > |
|
From: Thierry L. <thi...@gm...> - 2008-06-26 13:19:43
|
We're trying to use the ajaxtags library, and we've run into a problem when running under firefox. We've got the 1.3-beta-rc7 version, with the javascript files as extracted from ajaxtags-1.3-beta-rc7.war. We've set up a pair of ajax:select tags. Everything runs just fine under Internet Explorer. But when we run under Firefox 2.0, the scripting does not work. I open the "Error Console" in firefox, and it shows an error "$(this.options.source) has no properties" at ajaxtags.js line 261 (actually two errors, one for each ajax:select tag). Help on this would be greatly appreciated. |
|
From: Dhulipalla, G. K. <Gop...@gs...> - 2008-05-06 08:26:11
|
Hi, I am using autocomplete feature of ajaxtags. In my code is build the response with AjaxXMLBuilder(); , it works fine until the values doesn't have '&' in them. When the values include '&' autocomplete doesn't show any options, has anyone come across this problem. Thanks Gopi |
|
From: Yannick H. <yh...@gm...> - 2007-06-24 21:35:49
|
Hi guys, just downloaded the Demo war version 1.3 to have try and unfortunately I'm not able to unzip the archive. Here is what I get from Tomcat log file: java.lang.IllegalArgumentException: Invalid or unreadable WAR file : error in opening zip file Please could you fix it. Thanks Yannick |
|
From: EdwardKing <zh...@ne...> - 2007-02-06 09:17:59
|
I have two div in one page,such div1 and div2,there is a tree in div1 and a struts form in div2,I want to realize following function,I write some content in text area of struts form in div2 ,then I click button,this button will call a struts action to write the content of text area into a database and meanwhile the content of text area will show in tree of div1,I know how to show the content of text area in tree of div1,but I don't know how to realize part refresh the div 2 when I click the button,Anybody can give me some advice or source code?
Thanks in advance
-----div 1------------ ------div 2------------------------
| tree | | ------struts form--------------|
| | | | text area |
| | | | button |
| | | --------------------------------|
------------------------- -----------------------------------
----------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) is intended only for the use of the intended recipient and may be confidential and/or privileged of Neusoft Group Ltd., its subsidiaries and/or its affiliates. If any reader of this communication is not the intended recipient, unauthorized use, forwarding, printing, storing, disclosure or copying is strictly prohibited, and may be unlawful. If you have received this communication in error, please immediately notify the sender by return e-mail, and delete the original message and all copies from your system. Thank you.
-----------------------------------------------------------------------------------------------
|
|
From: Savoy, M. <Mel...@te...> - 2006-09-08 15:45:29
|
I am working with a Stripes action bean within my JSP page instead of
the BaseAjaxServlet. I have in my ajax:autocomplete tag the following:
<ajax:autocomplete
=09source=3D"userName"
=09target=3D"userName"
=09baseUrl=3D"${contextPath}/AutocompleteActionBean"
=09className=3D"AutocompleteActionBean"
=09minimumCharacters=3D"1"
=09parser=3D"new ResponseXmlToHtmlListParser()" />
I've got this ajax tag right below:
<fieldset>
=09<legend>Send Requisition</legend>
=09<DIV class=3D"left">
=09=09<LABEL>Send To:</LABEL>
=09=09<stripes:text name=3D"userName" size=3D"15" id=3D"input"
/>
=09=09<input type=3D"submit" name=3D"sendTo" value=3D"Send"
style=3D"position:absolute" /><BR><BR>
=09=09<LABEL>Check to Return:</LABEL> <input type=3D"checkbox"
name=3D"returnTo" id=3D"checkbox" value=3D"return" />
=09=09</DIV>
</fieldset>
I'm not seeing any errors in my console and just know when I start
typing I am not getting my names.
Any suggestions or direction would be appreciated. =20
Regards.
Melinda Savoy
Sr. Programmer Analyst
Enterprise Systems
The information contained in this message and any attachments is intended=
only for the use of the individual or entity to which it is addressed, a=
nd may contain information that is PRIVILEGED, CONFIDENTIAL, and exempt f=
rom disclosure under applicable law. If you are not the intended recipie=
nt, you are prohibited from copying, distributing, or using the informati=
on. Please contact the sender immediately by return e-mail and delete th=
e original message from your system. |
|
From: Savoy, M. <Mel...@te...> - 2006-08-23 15:23:50
|
I am NEW to autotag libraries. We're evaluating the use of this library for use in our enterprise application. I downloaded the DEMO file from your website specifically for use of the AUTOCOMPLETE tag. =20 The problem I run into is when I run the autocomplete.jsp page the page appears to be displayed correctly however when I try typing the either FIRST letter in the "Name" textbox I do NOT get a dropdown-like showing me the options available. I've tried running this page in the following browsers with the same results: Firefox 1.5.0.6 IE 6.0.2900.2180 Any insight or direction would be appreciated. Regards. Melinda Savoy Sr. Programmer Analyst Enterprise Systems The information contained in this message and any attachments is intended= only for the use of the individual or entity to which it is addressed, a= nd may contain information that is PRIVILEGED, CONFIDENTIAL, and exempt f= rom disclosure under applicable law. If you are not the intended recipie= nt, you are prohibited from copying, distributing, or using the informati= on. Please contact the sender immediately by return e-mail and delete th= e original message from your system. |
|
From: Vivek M. <viv...@gm...> - 2006-02-20 19:58:27
|
Hey,
I am trying to use the Autocomplete in my jsp page, but everytime I load
the page I am getting these errors
1. Autocompleter is not defined and its pointing to this line in the
javascript file
Object.extend(Object.extend(Ajax.XmlToHtmlAutocompleter.prototype,
Autocompleter.Base.prototype), {
initialize: function(element, update, url, options) {
=09 this.baseInitialize(element, update, options);
this.options.asynchronous =3D true;
this.options.onComplete =3D this.onComplete.bind(this);
this.options.defaultParams =3D this.options.parameters || null;
this.url =3D url;
},
2. AjaxJspTag.Autocomplete is not a constructor and its pointing to
this line in the jsp file
<script type=3D"text/javascript">
new AjaxJspTag.Autocomplete(
"/autocomplete", {
indicator: "indicator",
minimumCharacters: "1",
parser: new ResponseXmlToHtmlListParser(),
target: "make",
className: "autocomplete",
source: "model"
});
</script>
I have included all the required javascript files. Is there somthing
I am missing?
Thanks in advance,
Vivek
|
|
From: Richard S <s.r...@ve...> - 2006-02-17 14:11:03
|
I get the following error on using ajaxtags autocomplete.
org.apache.jasper.JasperException:
/pages/service/air/search/integratedairavail/airdealsearchpage.jsp(3682,1)
Unable to find setter method for attribute: source
<ajax:autocomplete
source="filterfromIATA"
target="fromIATA"
baseUrl="${contextPath}/autocomplete.view"
className="autocomplete"
parameters="fromIATA={filterfromIATA}"
minimumCharacters="1" />
<ajax:autocomplete
source="filtertoIATA"
target="toIATA"
baseUrl="${contextPath}/autocomplete.view"
className="autocomplete"
parameters="fromIATA={filtertoIATA}"
minimumCharacters="1" />
Is there any one to help.
Thanks in advance.
regards
Richard
|
|
From: Brent R. <br...@bl...> - 2005-11-10 02:51:02
|
Has anyone seen anything similar to this tag that doesn't require you to go to the server when sorting a column of data? I was looking for an ajax tag that could do sorting like in displayTag, but do it all in the client... =20 This doesn't do it, right? =20 Brent This e-mail is intended only for the personal and confidential use of = the recipient(s) named above.=20 It may include Blackboard confidential and proprietary information, and = is not for redistribution. |
|
From: Le G. Y. <yoa...@mi...> - 2005-10-04 13:18:38
|
Hi,
gotta problem,
i've a select which have to filtered two other select
ajax is great for on, but if i double the tag to add another action on the
source. there is only the second field wich is working ...
Gotta
<select id="selectA"></select>
<select id="selectB"></select>
<select id="selectC"></select>
<ajax:select
baseUrl="getB.view"
source="selectA"
target="selectB"
arameters="A={selectA}"
/>
<ajax:select
baseUrl="getC.view"
source="selectA"
target="selectC"
Parameters="A={selectA}"
/>
anybody gotta idea ?
Yoann Le Goff
Michael Page International
45, rue de Cortambert
75016 Paris France
Phone : +33(0) 171 768 170
Fax : +33(0)145 031 881
<http://www.michaelpage.fr/> http://www.michaelpage.fr
----------------------------------------------------------------------------
Ce message, ainsi que tous les fichiers joints est destine aux seules
personnes dont le nom est mentionne comme destinataire. Il peut contenir des
informations sensibles ne devant pas etre divulguees et est protege contre
toute violation par les dispositions penales de la loi relative au secret
des correspondances. Si vous recevez ce message par erreur, nous vous
remercions de le renvoyer a son expediteur, sans en conserver trace ou
copie, et de ne pas utiliser, reproduire, reveler, modifier ou diffuser de
maniere directe ou indirecte les informations qu'il contient
----------------------------------------------------------------------------
|