I tried to do this many times but I couldn't. I look for information
in the web but I think there's no possible solution.
2006/1/19, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
> Hi
> Window.onclose works with only IE. However, you can try unload event.
>
> Refer the code snippet below
> function onCl
There's another problem related to the modal window: it not permits
submitting there.
You have to create an artifact to make this (put a frame inside the
modal window and put the original page to display inside the frame).
2006/1/18, Frank W. Zammetti <[EMAIL PROTECTED]>:
> FYI, there are some imp
I think you can use javascript for accessing to struts html:hidden variables.
12 Jan 2006 14:59:49 -, rahul kshirsagar <[EMAIL PROTECTED]>:
> Hi,
>
> I am using struts in my application.I have one parent jsp from which i am
> opening a new window.Now i want to pass some value from this child
For CRUD (create, restore, update, delete) I would use a
DispatchAction for each object.
2005/12/27, Xavier Vanderstukken <[EMAIL PROTECTED]>:
> I need your help to design my web application using struts and hibernate.
> I have several classes to save/delete/update (like user, category,
> project,
Excuse me, I sent last message to a wrong list!!
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Bueno, a las 21.00 en la fuente luminosa ¿no?
¿Leerá Eduardo el correo?
¿Habrá que avisarlo?
¿Conservará el móvil?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Why don't you use javascript and a form tag.
2005/11/25, Malhotra, Amitkumar (Exchange) <[EMAIL PROTECTED]>:
>
>
>
> Hello Folks,
>
> Am using tag to invoke an action when a
> hyperlink is clicked,
>
> Do want to pass parameters to the action class when this is done and
> do not want these to be
If you want to make pdf documents, you could use itext
http://www.lowagie.com/iText/
2005/11/21, Meenakshi Singh <[EMAIL PROTECTED]>:
> Jasper Reports is a powerful open source tool. U can have a look at it at
> http://jasperreports.sourceforge.net
>
> I have used it in my project & m satisfied
maybe,
:
>
> Hi,
>
> I have an object ('A') in session that I recover form a jsp whit the tag
> .
>
> This object ('A') contains another object ('B'). And is form this ('B') I
> want to recover a property
> that use it like value into text's field. In this case, a
>
> How can I do? thanks
>
>
>
>
Maybe it fails because types are incompatible for BeanUtils. All the same
getters and setters must return or accept the same type of Object.
2005/10/19, hem hem <[EMAIL PROTECTED]>:
>
> Hi all,
> i am new to this forum.this is my first post.i hope this mailing list
> helps me.
>
> in the first pag
Have you put *submit()* correctly? It works:
2005/10/19, Carl Smith <[EMAIL PROTECTED]>:
>
> I seem to have a issue using 's onclick. My value of onclick
> is a javascript performing form.submit(), but I found out this is not
> working. However if I chang my button to then the javascript
> is
I think DTOs is the best solution.
However, is tedious to copy properties. Yes, I know that you can use
BeanUtils but sometimes you need a DTO that is a combinations of two model
objects and you have to use getters and setters.
2005/10/17, Vic Cekvenich <[EMAIL PROTECTED]>:
>
> I don't think anyt
A possible solution could be:
2005/10/17, Murray Collingwood <[EMAIL PROTECTED]>:
>
> Hi all
>
> Bean 1 has a property, a list of Bean 2s.
>
> I want to display these on the screen but I don't want to display repeated
> occurrences of
> the same value from Be
It doesn't work because "person" is not declared in Java. Maybe "person" is
in session scope (or request scope).
It's not a good solution using scriptlets but if you want, you have to put
something like this:
>
> >
> >
> >
>
14 matches
Mail list logo