Aloha, All!

I need to give the user an opportunity to see(overlook) the additional information for 
each line
On the current page I use
< db:dbform
         autoUpdate="false"
         followUp="/client.jsp "
         maxRows="*"

         tableName="combine_client"
         tableList="client, city, area, region, country "
         whereClause="Where client.city=city.id and
                        client.area=area.id and
                        client.region=region.id and
                        client.country=country.id " >

Why at transition with current pages under the link
<td>
         < a href = " < db:linkURL
                        href = "/client_po_info.jsp "
                        tableName = "add_cinfo"
                        position = "<% = position_combine_client %>"/>"
         >
         <% = currentRow_combine_client.get ("client.id")%>&nbsp;
</td>

I receive exception:

java.lang. ArrayIndexOutOfBoundsException: 27 > = 26
         at java.util. Vector.elementAt (Vector.java:417)
         at org.dbforms. Table.getField (Table.java:154)
         at org.dbforms. Table.getFieldValuesFromPositionAsHt (Table.java:740)
         at org.dbforms. Table.fillWithValues (Table.java:775)

The search line in a browser looks as follows:

localhost:8080/Centre/servlet/control?
        ac_goto_x=t
        *dataac_goto_x_fu =/client_po_info.jsp
        *dataac_goto_x_dest Table=5
        *dataac_goto_x_destPos= 0:7:2568319-
                                22:10:6110100000-
                                25:10:6110100000-
                                27:10:6100000000-
                                29:1:1

How to "decode" 0:7:2568319-
                22:10:6110100000-
                25:10:6110 100000-
                27:10:6100000000-
                29:1:1  ?
The values 2568319, 6110100000, 6110100000, 6100000000 are clear to me
and what there is all rest?

Wbr, Pavel



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to