JSP

View: New views
2 Messages — Rating Filter:   Alert me  

JSP

by TheOneRazor :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Could u help me to add my own jsp page into Blandware:) If it's possible tell me about it in steps:)

Re: JSP

by Roman Puchkovskiy-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi.

To add a simple standalone JSP to AtLeap you may just put it into web
folder and make bin\build deploy. Possibly you will also need to tune
security config in web/WEB-INF/applicationContext-security.xml to allow
users visit this JSP.

To add page which will have same look as front-end layout (or other
layout) page, you need to add your JSP under web/pages and configure a
Tile for it in web/WEB-INF/tiles-config.xml. This file is a big example,
so you can look at it. Added page may be bound to URI in the
metadata/web/struts-actions.xml. Again, you will need to configurate
security.
After this you will need bin\build refresh.

And more complex example is one where you need to write some code which
will be executed in Action, then JSP is to be displayed. For this case
see section 5.15 How to: adding actions and form beans (in AtLeap
Developer Guide).

Roman Puchkovskiy

Kroshka writes:
> Could u help me to add my own jsp page into Blandware:) If it's possible tell
> me about it in steps:)



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...