i make a modification to DBLinkURLTag.java , comment
the line 
   href=null;

 in the doFinally() method 

 and update my jar, after this my link  work fine in
any row,

Any one can tell me if this change not will be
problematic in the future  in other cases ????

thanks

--- Augusto Meza Lizardi <[EMAIL PROTECTED]> wrote:
> Hi, i am new in this list,  i am evaluating the
> application of these tags in my first j2ee project,
> 
> but i have the problem when i make a table list and
> trougth  the dblinkurl  navigate to the record
> directly in the form, i include  the code 
> 
> <db:dbform tableName="proveedores" maxRows="10"
> followUp="/proveedores_list.jsp" autoUpdate="false"
> multipart="true" dbConnectionName="">
> <db:header>
> <db:errors></db:errors>
> <table align="center" >
>                 <tr
> class="clsHeaderDataTableRow"><td
> class="clsHeaderDataTableCell"><db:message
> key="proveedor_id"></db:message></td><td
> class="clsHeaderDataTableCell"><db:message
> key="rfc"></db:message></td><td
> class="clsHeaderDataTableCell"><db:message
> key="proveedor"></db:message>
> </td>
> </tr>
> </db:header>
> <db:body allowNew="false"><tr class="<%= (i++%2==0)
> ?
> "clsOddDataTableRow" : "clsEvenDataTableRow" %>">
> 
>                  <td>
> <td><a href="<db:linkURL href="/proveedores.jsp"
> tableName="proveedores" position="<%=
> position_proveedores %>"/>" ><%=
> currentRow_proveedores.get("proveedor_id")
> %></a>&nbsp;</td>
> 
>                 </td>
> 
> 
>  only the first row have the
> dataac_goto_x_fu=/proveedores.jsp (and work fine),
> but
> all the others rows don't have this reference and
> the
> /servlet/control always show a empty page
> 
> why ?
> 
> i see the examples , i use too  the dbgotobutton 
> with 
> <td>
>                                        
> <db:gotoButton
>                                                
> caption="ir a"
>                                                
> destination="/proveedores.jsp"
>                                                
> destTable="proveedores"
>                                                
> destPos='<%= position_proveedores%>'
>                                                
> singleRow="false"
>                         />
> 
> </td>
> 
> but the result is the same, only the first row work,
> and the other only show a empty page
> 
> i am using Resin
> 
> thanks
> 
> 
>
_________________________________________________________
> Do You Yahoo!?
> Informaci�n de Estados Unidos y Am�rica Latina, en
> Yahoo! Noticias.
> Vis�tanos en http://noticias.espanol.yahoo.com
> 
> 
>
-------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT
> Products from real users.
> Discover which products truly live up to the hype.
> Start reading now.
>
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> DbForms Mailing List
> 
> http://www.wap-force.net/dbforms
> 

_________________________________________________________
Do You Yahoo!?
Informaci�n de Estados Unidos y Am�rica Latina, en Yahoo! Noticias.
Vis�tanos en http://noticias.espanol.yahoo.com


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
DbForms Mailing List

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

Reply via email to