Invalid property in <set>

hi i am using netbeans 5.5.1. I am getting this error don't know why. In my JSP the code is

<form action="Saved.jsp" method="POST">

<jsp:useBean id="pmap" scope="request" class="com.test.util.SaveData" />

<c:set target="${pmap}" property="setIP" value="${param.subnet1}"/>

and the cose of my SavdData class is this

package com.test.util;

import java.io.*;

import java.util.*;

publicclass SaveDataimplements Serializable{

TreeMap dataMap =new TreeMap();

int ip1;

/** Creates a new instance of SaveData */

public SaveData(){

}

publicvoid setIP(int ip1){

this.ip1=ip1;

}

publicint getIP(){

return ip1;

}

publicvoid setData(Map m){

}

}

I have evev tried changing int to String. please help

[1908 byte] By [rajitoora] at [2007-11-27 8:01:05]
# 1
subject has been changed automaticalyi had this messageInvalid property in <set>:and not invlaid property in <set>
rajitoora at 2007-7-12 19:43:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
characters change automaticaly& lt;& gt;:there is no space betwee & lt and & gt i typed so the forum server may not change it to <>
rajitoora at 2007-7-12 19:43:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
hi, u can get the clear idea about core tag in the below link. http://java.sun.com/javaee/5/docs/tutorial/doc/JSTL4.htmlBala
art84a at 2007-7-12 19:43:08 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...