At 09:27 am 15-10-2001 -0700, you wrote:
Hi,

I have just taken a look at the new beta2 version of Camino.

Working with a pre-existing Struts project, it is now much more
robust in the face of JSP parsing errors - and we have quite a few
as we work with a fairly 'lenient' JSP container.


Good to hear this.


I have noticed a lot of error messages of the following type in Camino's
GUI's lower window however:

/addressListEdit.jsp: <html:link> target 'addressListView.do' is not found.

What is the significance of such errors?


These are warnings.

It means, in addressListEdit.jsp, the target "addressListView.do" is not found in struts-config.xml. Camino will still maintain this value in the <html:link> tag intact. The only implication is Camino cannot draw the path on the Storyboard as it doesn't know which Action the <html:link> is referring to.

If your struts-config.xml does have a '/addressListView.do' action, it's likely the URL in <html:link> is missing a leading slash ('/'). (Camino assumes Struts always requires the leading slash. Please let me know if it is a wrong assumption.)

To correct the problem, you can modify the JSPs outside Camino and then ask Camino to do a reload.



(NB error reporting, etc., would be easier if I could copy & paste from this
window).


This is a good idea. We will incorporate this capability in future release.

Thanks,
Vaughan.

--
John Yu                       Scioworks Technologies
e: [EMAIL PROTECTED]         w: +(65) 873 5989
w: http://www.scioworks.com  m: +(65) 9782 9610

Reply via email to