Re: [S2] JNLP with struts ?

2007-02-27 Thread Maya menon
Anyone has any idea ? I have to call a jnlp file to download some app specific files upon proper logon of the users. So, if a user logs in, if its a valid user, then jnlp file has to be downloaded and the user's result page should appear simultaneously.. Any help thoughts, appreacite

Re: [S2] JNLP with struts ?

2007-02-23 Thread cilquirm
in your resulting page you can set @page contentType = 'application/x-java-jnlp-file' and return the body of your jnlp file ( possibly even read via c:import or some such mechanism ) Maya menon wrote: > > Have anyone used java web start[JNLP files] with struts ? > > I have a project