a kishore

Ranch Hand
+ Follow
since Sep 16, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by a kishore

Thank you Stephan. I managed to do it now.
14 years ago
Stephan and Rob many thanks for your replies.

Stephan, can you give steps how to make wrapper executable jar with icon. I mean where to place icon and how to call it, either in manifest file or how. I'm bit new to this.

Rob, I don't think I can use that if I want to distribute this jar together with that icon. If there is any possibility please let me know.



Thanks
kishore
14 years ago
Hi All

I explain my scenario first :

I am searching for thousands of records and populating them in jsp using displaytag in which I use sessionScope. I use sessionScope here to navigate to next pages and sorting. I believe because of this sessionScope my memory is being usedup and always hitting Java Heap space. Can any one please explain whether we can use requestScope in displaytag and still can navigate to next page or previous page and do sorting.

Do not hesitate to ask me about my scenario again if my explanation is not clear.

Much appreciations in advance !!!


kishore
Hi All

Can any one help me to find solution to display icon for an executable jar which i am going to distribute.
Here the issue is i am not using either swings or applets.
So, is it possible with core java executable jar ?

Appreciations in advance.



kishore
14 years ago
Hi Ankit Garg,


Thanks for your reply, but im sorry to say that i have tried all the options and few options together also. But still my cache problem remains same.
Is there anything that im missing anywhere? please suggest me.

thank you,
kishore
15 years ago
Hi Everybody,

Im using struts 1.2.9 in my project. Im using firefox as browser and i have the browser cache problem, ofcourse also same in IE. Can anyone suggest me how to remove the cache. Im already using the line in struts-config.xml like this:



but im not sure whether this is correct or not because i never use any tiles in my project.

if my question is not clear please let me know. I need the solution very urgently.


thank you,
kishore
15 years ago
I think most probably YES, but im not sure how
15 years ago
Hi All,

Im trying to use display tag with checkbox in struts1.2. Im able to display the results with checkbox as first column.
I declared one string array in my action form and set to checkbox input field in displaytable. when i select few results, this string array stores them.
But when i try to select some results and click on submit button, those selected results are not carrying to action class.

can any one give me idea, how to do this?


thanks in advance,
kishore
15 years ago
i got it.. please ignore this post, if any one still working on it.



thank you,
kishor
15 years ago

Hi All,

Im trying to display values in jsp using html select tag. can any one tell me why im getting the following error, even though i have placed .tld files in my web-inf and imported html tag in jsp?

Stacktrace:
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:505)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:398)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1085)
org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:263)
org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:398)
org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:318)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:241)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)



thanks in advance,
kishore
15 years ago
Hi Gustavo,


<tr>
<td bgcolor="#817339" width="15"></td>
<td><html:link href="javascript:;" onclick="$('methodsForm').submit();">All</html:link></td>
</tr>



may i know why you are using the above section?

regards,
kishore
15 years ago
Hi Rahul,

Im using the following method,



where 'selectedcountry' is one of the property in actionform..

-HTH

regards,
kishore
15 years ago
You have to set username and password in ActionForm and can retrieve in 2.jsp

to set into actionform, you can use the following code.



then in struts-config, you have to map this actionform like this



and in 2.jsp you can use this:



-HTH

regards,
kishore

15 years ago
Nicolás ,

how to call a method from the Action Controller within .jsp



I didnot get you properly, but then im posting some sample jsp and action class codes below. please go through it and comeback to me.

you can use this in your jsp:



for action class:




-HTH

regards,
kishore
15 years ago
Hi jaydip,

May be you are using session as scope in your struts-config file. You can change it to request and try.


-HTH

regards,
kishore
15 years ago