| Author |
How to upload a file using layout:datagrid in jsp page
|
nazir ahmed
Greenhorn
Joined: Aug 02, 2008
Posts: 16
|
|
Hi,
i am using struts1.2. i am using layout:datagrid .
but i am not upload a file in layout:datagrid tag.
i want upload a file.this is my code as follows.
<layout:datagrid property="datagrid" selectionAllowed="true"
multipleSelectionAllowed="true" styleClass="FORM"
model="datagrid" >
<layout:datagridColumn title="ContentPath" property="contentPath"/>
</layout:datagrid>
it display a textbox .I want upload a contentpath value using browse button.
how is it possible.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56168
|
|
|
Please be sure to ask Struts questions in the Struts forum. I have moved this post there for you.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: How to upload a file using layout:datagrid in jsp page
|
|
|