mitesh mehta

Greenhorn
+ Follow
since Aug 29, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by mitesh mehta

Hi,

I am having an requirement where no of my modules in the web based application have to pick up data from SAP system.
I wanted to know from you great architechs which is the technology through which we can perform this??
Can we achieve this through MQ Series or we have to use XML (CXml) to read and insert data?Is there any other way through which i can achive this?

Any help will be appreciated.

Thanks,

Mitesh.
19 years ago
Hi,

I am having an requirement where no of my modules in the web based application have to pick up data from SAP system.
I wanted to know from you great architechs which is the technology through which we can perform this??
Can we achieve this through MQ Series or we have to use XML (CXml) to read and insert data?Is there any other way through which i can achive this?

Any help will be appreciated.

Thanks,

Mitesh.
Hi,
I am running an application to download a file.
If the fileName is Enlish the file is downloaded properly.But if the fileName is Japanese then i am unable to read the fileName.
Can please any of you experts can help me regarding this.
Any help will be appreciated.
Thanks,
Mitesh Mehta
19 years ago
Hi all,
I want to perform Server side validation.Note i am not using any javascript here.
In my Action class i am saving the errors received from the validate method of the Form class.
On my jsp page when i m using <logic:messagepresent> tag and doing some thing like <bean:write name = "errors"> it is giving bean error not found.
Mean while if i remove the <bean:write> i am getting the Messages.
Can any please suggest what should i do??
Any help will be appreciated.
Thanks in advance.
Mitesh Mehta
20 years ago
Hi Lakshman,
Thanks for the reply.I am still having a small doubt.
Now
<html:select property="teamParentId" >
will have the corresponding getter/setter methods.
But i wanted to know where should i set the idList and labelList for the request scope?
Suppose i have a combo to display the months can you please suggest me how shld i prepare the option tag for the same?
Thanks for the help
Mitesh
20 years ago
I am using a html ptions tag in this way
<html ptions collection="selectObject" property="myValue" labelProperty="myLabel"/>
where myValue is the bean.I have added values in the bean through a Vector.
And in the page i have something like
<jsp:useBean id="selectObject" class="com.truetel.mms.fetclog.web.taglib.OptionItem" scope="page"/>
But i m getting an Error such as org.apache.jasper.JasperException: Cannot create iterator for com.truetel.mms.fetclog.web.taglib.OptionItem@11777e
Please any one can suggest what this error is all about???
Urgent help is required...
Thanks in advance
Mitesh
20 years ago
Hi all,
I am new to struts.
Can please any one of you tell me how to use html:link???
I am having a table of records from database.
Each of the records is a link.I have configured the link to forward to a page.But i need the value of the link also on the next page which wa clicked.
Can please anyone of you suggest me a solution???
Urgent help is required.
Thanks in advance.
Please suggest me a solution
Mitesh
20 years ago
Hi
i am absolutely new to the Struts framework...
what i want is a basic application showing the values in the Combo from database.
I have made the following code for the jsp page:-
<html:select property="status">
<html ption collection = "categoryList" /> </html:select>
Now i am also coding the setter and getter method for property "status" which returns the String in the form class.
what changes i have to make in the action class to make it return the collection.
Any help will be appreciated in advance.
Thanking you
Mitesh
20 years ago
Hi all..
I am interested in giving Java certification.I would like to know if there any other institutes which offer JCP coupons apart from Karrox.
I got in contact with a institute in Dadar called UltraMax but they were a big cheaters and i would recommend all those interested not to buy coupons from them.
So are there any other institutes.
Any help will be appreciated.
Thanking you
Mitesh
Hi all....
I am adding elements to a Vector and i want the elements to be added in a ascending format.Can anyone suggest how to get the same?
Any help will be appreciated.
Thanks in advance.
Mitesh
Hi....
I am showing chinese Locale support on my page.I am using "response.setContentType("text/html;Charset=Big5");" for displaying the same.
I have no style sheet for displaying of fonts.But the chinese value on the button is Bold on display.
Is it because of the encoding to Big5?
Any help will be appreciated.
Thank you.
Mitesh
21 years ago
JSP
I have an application where the sorting of the records are being done.But sometimes sorting of results does not happen if the sorting is done continuously.
I think there is a problem of page refreshing.
Can anyone tell me what to do?
Thanks,
Mitesh
21 years ago
JSP
if in JOptionPane with YES_NO_CANCEL i press tab to shift the focus from yes to no and then i press enter the YES button down is clicked and the action performed is that of yes option
Can anybody tell me why???
Thanks in advance.
Mitesh Mehta
21 years ago
Hi all,
i want to add a 3-D raised effect for the Button when mouse moves over a Button.
Can anyone please tell me how to achive the same.
Thank you.
Mitesh
21 years ago
I am using a button.But i want to add a raised effect to the button for a MouseMove over event.
Can anyone please suggest how to do it.
Thanks.
Mitesh
21 years ago