This part of the code is giving me compile time JSP
error -- > cannot resolve symbol symbol : variable
name

The item has got storeNo, name & account properties.
How can I append name & account to the URL.

<bean:define id="inventoryItems" name="StoreForm"
property="inventoryItems" toScope="request"/>
                
<display:table class="" name="inventoryItems"
id="item" >

        <bean:define
id="href">StoreInventory.do?name=<%=item.name%>&accountNo=<%=item.account%></bean:define>

        <display:column property="storeNo" title="SP"
paramId="id" paramProperty="storeNo" href='<%=href%>'
align="right" />
        <display:column property="name" title="Name"
align="right" />
        <display:column property="account" title="Account"
align="right" />

</display:table>

Thanks in advance..

Phani.


                
__________________________________ 
Discover Yahoo! 
Find restaurants, movies, travel and more fun for the weekend. Check it out! 
http://discover.yahoo.com/weekend.html 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to