Forum: JSP Aug 28th, 2008 |
| Replies: 3 Views: 1,045 Hi this is the databse related code
public class ProductSearchDAOOracleImpl extends OracleDAOImpl implements ProductSearchDAO {
private String QUERY_GETCATEGORY = "SELECT * FROM Category";... |
Forum: JSP Aug 28th, 2008 |
| Replies: 3 Views: 1,045 Hi friends,
I am using struts framework. I problem is I have fetched the data from from the databse in arraylist and want to display in the drop down here is the code i have written
... |
Forum: JSP Aug 25th, 2008 |
| Replies: 0 Views: 632 Hi friends,
I am new to struts and jsp.
My problem is after i click a particluar link,a page gets open where there are some pre populated values in the drop down list in that page. can anyone... |
Forum: XML, XSLT and XPATH Aug 11th, 2008 |
| Replies: 0 Views: 708 Friends, I want to read content of a file in one of the xml files, can any please tell me how do i do that
Thanks |
Forum: C++ Jul 18th, 2008 |
| Replies: 3 Views: 411 |
Forum: C++ Jul 18th, 2008 |
| Replies: 3 Views: 411 Friends can i return a list or a map from a function??? |
Forum: C++ Jul 17th, 2008 |
| Replies: 2 Views: 3,348 Hi friends,
Can you please help me with the syntax of how I will map a string to a function pointer using map stl?
Thanks |
Forum: C++ Jul 15th, 2008 |
| Replies: 6 Views: 564 Friends can you please tell me how can i send object of a class over a network to the client?? |
Forum: C++ Jul 14th, 2008 |
| Replies: 1 Views: 637 friends,
i am new to c++
here is my prob.
how can i map a string to an object of particular class.??
eg. mapping "abc" to obj of class PQR |