codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  jsp--> applet  Archive Import (jan) at 19:51 on Tuesday, August 19, 2003
 

hi

I have problem with receiving parameters in aplet class by getParameters() method. I am sending them on the jps page :
..
..
<% String miejsce="temp"; %>
..
..
<jsp:plugin type="applet" code="util.jbPack.Aplet.class" codebase ="file:/C:/eclipseOban/eclipse/workspace/sklep/WEB-INF/src" jreversion="1.4" align="center" width = "200" height = "200">

<jsp:params>
<jsp:param name="koszulka" value="<%=miejsce%>"/>
</jsp:params>

<jsp:fallback>
<p>dgsd<p>
</jsp:fallback>
</jsp:plugin>
..
..

but getParameter() return not "temp" but "miejsce".


I would be really thankful if someone can help me with this

  Re: jsp--> applet  rahul4solution at 04:51 on Thursday, December 18, 2003
 

Use following while setting Parameters.
remove the "" from value attribute..I think this may work..

<jsp:params>
<jsp:param name="koszulka" value=<%=miejsce%>/>
</jsp:params>








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  Re: email with image
•  Re: Windows Authentication using LDAP get user first name
•  Two dimentional array - Dropdown box
•  Mcrypt problem
•  datagrid - paging - print data from particular page
•  How to reorder or Re arrange the node in XSL Using ASP and VBScript
•  Multiple rows from form into XML?
•  Dhtml menu, submenu losing focus. I`m so close!
•  Re: CLICK ON ROW AND CHECK The CHECKBOX


Recent Articles
Communicating with the Database (Using ADO)
MagicGrid
Simple Thumbnail Browsing Solution
Type Anywhere
A Better Moustrap: FmtDate to replace FormatDateTime
ASP.NET Forum Source Code
Internal Search Engine
Javascript Growing Window
Simple date validation
Search engine friendly URLs using ASP.NET (C#.NET)


Site Survey
Help us serve you better. Take a five minute survey. Click here!

© Copyright codetoad.com 2001-2005