RE: Re: Struts 2 Annotation Tutorial (additional info)

2011-10-03 Thread Steve
Hello, I started up JBoss again and did a find across the log for "at " (that's at with a space at the end) but did not see any stack trace. I have log level debug turned on and I double checked that nothing rolled off my log file (it starts with "22:43:43,828 INFO [ServerImpl] Starting JBoss

Re: Accessing variable in View [S 1.3.8]

2011-10-03 Thread Li Ying
I took a quick look at Struts1 document. Looks like the following information can help: http://struts.apache.org/1.x/struts-taglib/tagreference.html#html:link = START = To specify a single parameter, use the paramId attribute to define the name of the request parameter to be subm

Accessing variable in View [S 1.3.8]

2011-10-03 Thread Anjib Mulepati
Hi All, I was wondering is there any way to read and store value of beans in JSP using Struts 1.3.8. I need this to pass the parameter as follow. name="del" /> Thanks, Anjib - To unsubscribe, e-mail: user-unsubscr...@

Re: To create new session without invalidating existing one

2011-10-03 Thread Aaron Brown
This should be a whole new email thread, shouldn't it? Try naming the class variable "id" and making your method "getId". OGNL will try to make a guess what the pojo get method is and it often gets confused with all uppercase names. Aaron On Oct 3, 2011 6:34 AM, "Ganesh" wrote: > I tried settin

Re: To create new session without invalidating existing one

2011-10-03 Thread Ganesh
I tried setting the below hidden variable inside and outside the form. In both the case, Im not getting any value from request.getParameter. If i put inside the form then i am able to access it using form.getID. Regards Ganesh - Original Message - From: "Dave Newton" To: "Struts