RE: Double Select Tag

2011-02-21 Thread Jerson John
Thanks a lot for ur help Many Thanks and Regards, Jerson -Original Message- From: jlm...@gmail.com [mailto:jlm...@gmail.com] Sent: Tuesday, February 22, 2011 12:41 PM To: Jerson John; 'Struts Users Mailing List' Subject: Re: Double Select Tag Not right now, but you will find plenty of

Re: Double Select Tag

2011-02-21 Thread jlmagc
Not right now, but you will find plenty of them on dojo's web page. But if you are gonna use it only once, then I would suggest to implement it manually, rather than start looking the dojo api(can be quite comples). Actually, I got someplace an example of a select loaded dinamically using ajax

RE: Double Select Tag

2011-02-21 Thread Jerson John
Thanks a lot for this quick reply...I roughly understood what u mean by ur three option...For the third one using dojo...Can u please provide me some sample code for that...I will be a great help ... Many Thanks and Regards, Jerson -Original Message- From: jlm...@gmail.com [mailto:jlm...

Re: Double Select Tag

2011-02-21 Thread jlmagc
Well, there are diferent options for this: 1) Load all the posibles values of the second select into javascript arrays when loading the page, and the populate the second select using javascript once the user has made a selection in the first select 2) Once the user has selected an element in the

Double Select Tag

2011-02-21 Thread Jerson John
Hi, Can some one help me on double select tag with Hibernate...I am having two classes AssetCat,AssetSubCat and My first list should be assetcat list and according to the Assetcat selection I need to populate the second list which is assetsubcat listPlease advice me on this...I try to google

Struts 1.3.10, struts-html-el and Weblogic 10.3

2011-02-21 Thread Daniel Henrique Alves Lima - Claro Matriz -
Hi, everybody. Is there any workaround or fix for this? http://old.nabble.com/Struts-1.3.9---tags-html-el-td23781955.html I'm facing the same problem using Struts 1.3.10. Thanks. Best regards,

Re: requests die with a stack overflow

2011-02-21 Thread Paweł Wielgus
Hi, it works until someone or some process creates specific conditions that trigers infinite loop, just a few weeks ago we have hit a problem like that, but it was of course our fault (a problem in jsp) So the only way of dealing with it is to read the stack trace, also You can add some debug info

Re: sending the report directly to the printer

2011-02-21 Thread @rju
actually according to my architecture in my company we have to call our action through jquery. but any how if it is working in another way i can manage so your idea here is to put window.print() in jsp page right ok if i do so what will happen? i am not getting your point Brian Thompson-5 w

Re: sending the report directly to the printer

2011-02-21 Thread Brian Thompson
Can't you just put it in your jsp for the report action? -Brian On Mon, Feb 21, 2011 at 2:24 AM, @rju wrote: > > here urlx is nothing but an action > in that action i have a code as follows > name="myaction" >method="getItemsNotInPackageReport" > > class="com.ae

Re: sending the report directly to the printer

2011-02-21 Thread @rju
here urlx is nothing but an action in that action i have a code as follows /jasper/sales/ItemsNotInPackageReport.jasper itemNameList PDF so now what to do? how should i include that window.prin