Forum: JSP Nov 17th, 2008 |
| Replies: 1 Views: 1,423 No. Only the name and value are submitted in a request. Not sure why you would want the id anyway. The id is usually only used to identify the control in javascript.
You should probably ask what... |
Forum: JSP Nov 17th, 2008 |
| Replies: 1 Views: 771 Most likely cause of this is that the UserSessionInterface class is not available at runtime when you load the page.
Ensure that you have compiled the classes and they are somewhere on the app... |
Forum: JSP Nov 17th, 2008 |
| Replies: 2 Views: 699 if your doing this in a JSP then you can either use CSS to hide/show the div, or you can just choose to not output the div in the JSP when you load the page.
Is that what you meant? |