shekhar john

Ranch Hand
+ Follow
since Feb 02, 2011
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 shekhar john

a microsite is a separate page of a Web site that has a separate URL than its home page and is used to provide information about and/or promote something that is related to the home page.
9 years ago
JSF
A microsite is designed to meet separate objectives and has a separate Web address (or Uniform Resource Locator) as its home page. Typically, a microsite resides on the same Web server and reflects the branding and overall visual design of the larger site with which it is associated. Occasionally, two Web sites will collaborate to produce a third, smaller site that both link to (and is probably located on one of the two main site's servers).
9 years ago
JSF
Hii ,

I an working on jsf and i will get a url of microsite .i have to integrate it on my pages.i dont know what format a microsite data comes and there is no tutorial about data and the integration of a microsite on any webpages.
is there any idea about how to integrate it on webpage and data of microsite.
So, please help me as soon as possible .
Thanks in advance.
:)
9 years ago
JSF
I am using jboss 5.1.0 and i am facing an unusual problem with bouncy castle jar.

I have 4 different machine with same configured os ,jdk, jboss servers and bouncy castle jar in jboss/server/default/lib.

But I am facing problem of IllegalArgumentException:"missing provider" and I found that it is occurring due to jar but i couldn't find out why it is working on my 2 systems but not in other 2 .

on windows it is working fine.

I am installing BouncyCastle dynamically by Security.insertProviderAt(new org.bouncycastle.jce.provider.BouncyCastleProvider(), 2);.
9 years ago
Hello everyone,

I am a newbie to maven and i am compiling my lots of code through it.
I am migrating my project from ant to maven.We have lots of jar files in lib folder of our project and custom created folder structure.Now i am trying to configuring it with my local libraries with so many ideas like repository tags etc but its not compiling my .java files,it doesn't find its lib jars .
how should i configure my lib folder jars to compile my .java files.

Any help is appreciated.


Thanks in Advance.

10 years ago
I need to show a progress bar to the user who requests a file to download. I am using J2EE application to generate the file. User will submit the form data to get the file. The server takes all the submitted data manipulates, generates and sends a PDF file back to Client.

So I want to show a progress bar to the user till the file comes to the Client side. Is there any way to do this ?



11 years ago
hello
i m working on struts2 and json in my application.
i m tring to get the json on my page but it gives me error





my action class is





when i m not giving the location in @action annotation then it gives me a download file which contains the json data.

but when i m getting it on my jsp with property tag.

please help me to sort it out

12 years ago
thanks for your reply,

no i didnt have this jar but know i included and this pages is working correctly but after checking validation in the next page it gives another exception i.e.,]


please solve my problem .
12 years ago
hello,

i m new to struts 2. and i m appling validation to it but it gives me freemarker template error. the stacktrace is





and my jsp is just a form i.e.



please help me to solve the error.
thanks in advance.
12 years ago
hello i m using jpa and struts2 and i am tring to get the two or more columns of database but it gives me this :-

[[Ljava.lang.Object;@77c909, [Ljava.lang.Object;@2f7965, [Ljava.lang.Object;@cad
f36, [Ljava.lang.Object;@1048900, [Ljava.lang.Object;@be7617, [Ljava.lang.Object
;@3ae26f, [Ljava.lang.Object;@1e82106, [Ljava.lang.Object;@d034c5]


my code is:-


please help me
thanks in advance
thanks a lot pooja .
Actually my eclipse is showing it @Validation and that's why i was confused .i tried it with your url and it is working.
thanks once again
12 years ago
hello ,
i m new to struts2 framework .i m tring to validate my login form with validation annotation,but @validation is depritiated.
i search it so much but all examples are with @validation but it is now depritated so please any body help me to apply validation with annotation.
12 years ago
ok but i am using the Annotaion in my action class.so how can i use param in struts.xml can you please give a sample for that.or any tutorial url .i tried lots of possibilities but i cant get it.
12 years ago
hello i m also working on downloading the file,but i m working on tiles plugin and i m confused to where i write my param.
12 years ago
the error is on this code line
<code>
String url = request.getRequestURL().toString();
</code>

I have pasted one line below from my editor thats why the stack trace shows the error on 40 line
in my code this line is on line 40
know can you please help me to solve it
12 years ago