y Isola

Greenhorn
+ Follow
since Aug 19, 2010
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 y Isola

Hi,

I'm trying to run perl script using java by :



Here is my perl script :



My problem is that, apparently the system() calls are not done.

Is it possible to call the command system through perl using java ?


Any idea why ?

thanks,

Apocys
12 years ago
Hi Gian Franco and David Newton,

Sorry for the delay in my reply, I'll try to do as you said today

Thanks a lot
13 years ago
Hi, in my FormSelectionUser formBean I have :


And I have the same in my UserVO bean, a getter and a setter, for the attribute groups (etc...)

Then, I try to pick up the attribute groups of my UserVO bean, but I can't access UserVO because it's not visible in scope request or in the form.

In fact, my question is, Is it possible to set a bean in scope session or in a form, access a String[] attribut of that bean into a jsp page to "multibox it" and on submit get the bean back with those modifications ?

How can I do that ?

Thanks for the reply

to David Newton : Unfortunately, I must split my file off

Regards,

Apocys.
13 years ago
Hi guys.
I've got a serious problem for 3 days. I can't get the right value of the multibox and the rigth bean, whatever I store my bean in scope session or request or as an attribut of my form.

Here is the code I use :

In the InitAction class before the jsp page listing all the parameter values' of the bean userVO

/*INITACTION JAVA*/


/*INITACTION JAVA*/

Here is the code used in my jsp :
/*JSP*/


And in the identityUser_inc.jsp :


/*JSP*/

Here is my struts-config code :
/*STRUTS CONFIG*/


/*STRUTS CONFIG*/

Finally, here is my UpdateUserAction class :

/*UPDATE ACTION*/


/*UPDATE ACTION*/

I tried every solutions and search dor hours on the web, I'm really desperate now , so any idea would be appreciated.


Regards,

Apocys.
13 years ago