There isn't enough info to determine what's causing your problem, but it looks
like it's probably related to an ActionForm that your Action class is associated
with.

--- Manuel Lenz <[EMAIL PROTECTED]> wrote:
> 
> 
> 
> 
> 
> Hi to all,
> I´d like to call an ActionClass from a javascript-link which opens a new
> window.
> 
> Here is my code:
> 
> Javascript in jsp-Site:
> 
>  function OpenSite(sitename, winName,features)
> {
>   window.open(sitename, winName, features);
> }
> 
> Link in jsp-Site:
> 
> <a href="#" onClick="OpenSite('InfoAction.do?infoWa=true', '',
> 'width=400,height=500,screenX=0,screenY=0,scrollbars=yes')">
>       <IMG border="0" src="images/portal_info.gif" width="16" height="16"
> title="Info zum Werksauftrag">
> </a>
> 
> 
> By pressing the link-image the following error occurrs:
> [22.01.04 13:09:40:577 CET] 1affd2eb WebGroup      X Servlet Error:
> BeanUtils.populate: java.lang.IllegalArgumentException: argument type
> mismatch
>       at java.lang.reflect.Method.invoke(Native Method)
>       at
>
org.apache.commons.beanutils.PropertyUtils.setSimpleProperty(PropertyUtils.java:1650)
>       at
>
org.apache.commons.beanutils.PropertyUtils.setNestedProperty(PropertyUtils.java:1545)
> 
> 
> I guess it´s a problem with struts by calling the actionobject.
> Does anybody have a solution for me?
> 
> Cheers Manuel
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to