I have worked out with Ajax directlink components.Everything is fine but when
i click
on page number in code list is updating but not refreshing in table.Though i
give entry in update components for table's html id.If at all i give id of
table rows its updating single row...
Here is my sample code..can any body solve this plz..
Here is .html entry for table in my application
//to display numbers like table pages
<span id="numbers" jwcid="numbers">
<span id="dirlink" jwcid="link" >
<span id="value" jwcid="@Insert"
value="ognl:val">1</span>
</span>
<table border="1" id="tab">
<tr><span jwcid="@Contrib:TableColumns"/></tr>
<tr jwcid="tablerows" id="rows">
<td jwcid="@Contrib:TableValues" id="data"/>
<td jwcid="[EMAIL PROTECTED]">
<input jwcid="@Checkbox" id="checkbox"
value="ognl:checkboxvalue" checked="false"/>
<span jwcid="check"/>
</td>
</tr>
</table>
</span>
</div>
<component id="numbers" type="For">
<binding name="source" value="numbers"/>
<binding name="index" value="indexOne"/>
<binding name="volatile" value="true"/>
</component>
<component id="link" type="tacos:AjaxDirectLink">
<binding name="listener" value="listener:submitOne"/>
<binding name="parameters" value="{components.numbers.index}"/>
<binding name="updateComponents" value="ognl:{'tab','rows','data'}"/>
</component>
Marcos Chicote wrote:
>
> can you give us more information?
> If posible, send your html and page
>
> ----- Original Message -----
> From: "Naresh" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Thursday, October 19, 2006 1:32 AM
> Subject: [Tacos-devel] Making TablePages Links using TableView
>
>
>>
>> Hi all,
>>
>> I am making a search in database and listing results in a
> tableview.But
>> as tablepages links will refresh entire page,
>> i need to code explicictly 4 tablepages.
>>
>> I tried AjaxLinkSubmit of tacos but i found when i click on link The
>> Locahost:8080 main page of tomcat displaying.
>> I tried even Directlink and combined with AjaxEventSubmit but it is
>> refreshing entire form...
>>
>> can anybody solve this problem plz
>> --
>> View this message in context:
> http://www.nabble.com/Making-TablePages-Links-using-TableView-tf2471252.html#a6890479
>> Sent from the tacos-devel mailing list archive at Nabble.com.
>>
>>
>> -------------------------------------------------------------------------
>> Using Tomcat but need to do more? Need to support web services, security?
>> Get stuff done quickly with pre-integrated technology to make your job
> easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache
>> Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> _______________________________________________
>> Tacos-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/tacos-devel
>>
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Tacos-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/tacos-devel
>
>
--
View this message in context:
http://www.nabble.com/Making-TablePages-Links-using-TableView-tf2471252.html#a6950700
Sent from the tacos-devel mailing list archive at Nabble.com.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel