siva np

Greenhorn
+ Follow
since Feb 12, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by siva np

Dear All,

I am using struts 2, display tag sample.

The following code will be the list.jsp



the web.xml will be



Using the above code, i can display, export the files.

But I want to display the master - detail records the same web page. The master can have one record, The detail record can have more than one.

So, I need the pagination, edit page codes in the same web page for master - details using display tag sample

Thanks & Regards,

Siva NP
15 years ago
Hi Nirmal,

I am using struts 2, display tag sample.

The following code will be the list.jsp



the web.xml will be



Using the above code, i can export the files.

Did you use the pagination in the action file ?

Did you edit the web page in the same page ?

If you answer is yes, then send me the code ?

I am also struggling in pagination, edit page using display tag

Thanks & Regards,

Siva NP
15 years ago
Dear All,

I am new Struts 2.0 and listing the records in the list page.

I am using the struts 2.0 and displaytable.

The listing page code is


The web.xml is



The records are displayed in the list.

But I click the excel export option, I can get the blank excel sheet.

Please guide me.

Thanks & Regards,

Siva NP

16 years ago
Hi All,

I am using the Struts 2 - IBatis - MySQL combination.

My Master.xml file will be......



I need all the details from BuyerVO to the BuyerDetailsVO.

It works fine in the query browser. But it does not work in the ibatis file. Because we have configured the resultMap="BuyerDetailsResult".

How do you get the values of "BuyerResult" ?

Please guide on this issue.

Thanks & regards,

Siva N P


Hi All,

I am using the Struts 2 - IBatis - MySQL - Jasper report combination.

My Master.xml file will be......



It works fine in the ireport3.0.0. ie I am getting the report and sub report.

Because we use the query in the report server



But it does not work in the struts 2 file. I am getting the report file. The field are b.id, b.company_id, b.buyer_id values are null. We can get the values of bd.branch_id, bd.buyername, bd.buyer_addr1 and also We did not get the subreport.

Because we have configured the resultMap="BuyerDetailsResult" in the ibatis query.

How do you get the report and subreport ?

Please guide on this issue.

Thanks & regards,

Siva N P
16 years ago
Hi All,

I am using the Struts 2 - IBatis - MySQL combination.

My Master.xml file will be......



I need all the details from BuyerVO to the BuyerDetailsVO.

It works fine in the query browser. But it does not work in the ibatis file. Because we have configured the resultMap="BuyerDetailsResult".

How do you get the values of "BuyerResult" ?

Please guide on this issue.

Thanks & regards,

Siva N P
16 years ago
Dear Sir,

I have changed the coding.

But it didn't work.


My action page is salesAction.java


My jsp page name is sales.jsp


The output is not coming.

regards,

Siva N P
16 years ago
Hi All,

I can get the values from the db and set the values.

In the action file :

private String test; and setter & getter method.

I am not able set the values in the jsp file

<s:textfield name="test" value="%{test}">

But i get the values from the text box & using out.println(test);

<input type="text" name="test" id="test" value ="<%=test %>"/>

Please guide me


Thanks & regards,

Siva N P
16 years ago
Sir,

I have one doubt regardding alfresco.

I think that Alfresco tool is used for content management system.

Are you able to develop application.

thanks & regards,

Siva NP
16 years ago