Suman Mainam

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

Recent posts by Suman Mainam

Hello All,
I need few clarifications related to SCEA certifications.
There are 3 steps to become SCEA certified, each has mentioned that seperate fee. Do I need to pay 3 seperate fees or can I pay only fee is enough

Java Enterprise Edition 5 Enterprise Architect Certified Master Exam (Step 1 of 3) CX-310-052
Java Enterprise Edition 5 Enterprise Architect Certified Master Downloadable Project (Step 2 of 3) CX-310-301A
Java Enterprise Edition 5 Enterprise Architect Certified Master Essay Exam (Step 3 of 3) CX-310-062

Regards,
Suman
Congratulations saket
Such a wonderful score!!!
15 years ago


Ann, I strange to here about your post, tell me one thing wha is the neccessity to create dynamic forms with dynamic submit(), actually as for the struts we have seperate form for each jsp page, and by default we use that forname everywhere in that whole html.

anyways try with this code it may help you

<logic:iterate name="formBeanName" type="package root of formBeanName" property="args" id="id" indexId="indId">
<html:form action="/actionName">
// enter the required code here
</html:form>
</logic:iterate>

each form will have a seperate formName and submit

Cheers/
Suman
15 years ago
This is the critical problem we are facing here, i have increased the heap size till 1024MB and i'm facing same problem, i have checked my query too, fortunately it is also returning only record, i have tried all the possibilities to best of my knowledge. Please do this needful.

this the log which is giving while we are executing the report.

Error filling print... java.lang.OutOfMemoryError: Java heap space null
java.lang.OutOfMemoryError: Java heap space
Print was not filled. Try using an EmptyDataSource...
16 years ago
This is the critical problem we are facing here, i have increased the heap size till 1024MB and i'm facing same problem, i have checked my query too, fortunately it is also returning only record, i have tried all the possibilities to best of my knowledge. Please do this needful.

this the log which is giving while we are executing the report.

Error filling print... java.lang.OutOfMemoryError: Java heap space null
java.lang.OutOfMemoryError: Java heap space
Print was not filled. Try using an EmptyDataSource...
16 years ago