| Author |
Need Help:Code running file with IDE but Gives Exception while running from build
|
Kaustubh G Sharma
Ranch Hand
Joined: May 13, 2010
Posts: 1145
|
|
Getting below exception while running code below...didn't get it...it is working fine wtih IDE but when I try to run from it build it is showing below exception on page load please help me out...
:JAVA CODE :
::Exception::
|
No Kaustubh No Fun, Know Kaustubh Know Fun..
|
 |
Mohamed Sanaulla
Bartender
Joined: Sep 08, 2007
Posts: 2925
|
|
|
Looks like you are entering a "" qouted value in the JSP/html
|
Mohamed Sanaulla | My Blog
|
 |
Kaustubh G Sharma
Ranch Hand
Joined: May 13, 2010
Posts: 1145
|
|
Yup on my JSP i m getting value through a expression like showing below may be this is generating problem ..how to fix it bro?
|
 |
Mohamed Sanaulla
Bartender
Joined: Sep 08, 2007
Posts: 2925
|
|
You would have to escape the extra strings:
You can try using value='<% %> '
|
 |
Kaustubh G Sharma
Ranch Hand
Joined: May 13, 2010
Posts: 1145
|
|
Giving error :
= symbol expected....?
|
 |
Mohamed Sanaulla
Bartender
Joined: Sep 08, 2007
Posts: 2925
|
|
I meant-
|
 |
Kaustubh G Sharma
Ranch Hand
Joined: May 13, 2010
Posts: 1145
|
|
mohamed sanaullah wrote:You would have to escape the extra strings:
You can try using value='<% %> '
Sorry forget to put it in a ' ' symbol ...Actually from it this problem is solved ..but it creates an another problem from me...
My scenario is:
When ever a user login sucessfully in the system, a unique UID is associated with him .. Now when this user goes for a search ..
it show the cases created by him plus cases by other.. Now my job is to show error when he opens other's cases and cases open sucessfully when he open cases created by him for that I used the below logic on my JSP(I am lil weak with JSP side)...
it says when user UID is equal to the UID of the person who login then is how the view button which opens the case otherwise the button which shows error will be visible...
Please help me out ...
|
 |
Kaustubh G Sharma
Ranch Hand
Joined: May 13, 2010
Posts: 1145
|
|
mohamed sanaullah wrote:I meant-
wooooooooooo hurry
it is working da....
Thanks man ...
Really appritiate your help ...
|
 |
Mohamed Sanaulla
Bartender
Joined: Sep 08, 2007
Posts: 2925
|
|
Great that you got it working.
|
 |
Kaustubh G Sharma
Ranch Hand
Joined: May 13, 2010
Posts: 1145
|
|
finally I am
|
 |
 |
|
|
subject: Need Help:Code running file with IDE but Gives Exception while running from build
|
|
|