Click to See Complete Forum and Search --> : Struts bean tag error
nidhi_fame
11-04-2005, 08:52 AM
Whats wrong with this line .plz help
<td><span><%SystemCodeServices.getSystemCodeLongDescription ("d_ActivityBusinessProcessType", up.getUserContext().getLocaleId(), "<bean:write name="schedAdmin" property="businessProcessSystemId"/>")%></span></td>
Khalid Ali
11-04-2005, 09:17 AM
the best option for you to get help may be to post the error as well..there could be multiple issues with the line above..
You should also only rarely have to resort to using scriplets within a struts web app. Im not sure what your code is trying to achieve.
nidhi_fame
11-05-2005, 06:50 AM
:rolleyes: oh sorry!
<td><span><%SystemCodeServices.getSystemCodeLongDescription ("d_ActivityBusinessProcessType", up.getUserContext().getLocaleId(), "<bean:write name="schedAdmin" property="businessProcessSystemId"/>")%></span></td>
Error it shows is ::::::::::::::::::::::::
weblogic.servlet.jsp.CompilationException: Compilation of D:\bea\user_projects\domains\wlidomain2\.\myserver\.wlnotdelete\extract\myserver_SEIDesktop_SEIDeskt op\jsp_servlet\_jsp\_core\__scheduleadministration.java failed. D:\bea\user_projects\domains\wlidomain2\.\myserver\.wlnotdelete\extract\myserver_SEIDesktop_SEIDeskt op\jsp_servlet\_jsp\_core\__scheduleadministration.java:1205: ')' expected SystemCodeServices.getSystemCodeLongDescription ("d_ActivityBusinessProcessType", up.getUserContext().getLocaleId(), "") //[ /jsp/core/ScheduleAdministration.jsp; Line: 88] ^ 1 error
What are you trying to do? Why are you using the scriptlet?