If I have the following:
In the parameter "trailParams", I'd like a string
with a parameter.
For example: albumManagerID=
I thought that something like this might of worked
but it didn't:
Can I do this?
I have the following in the web.xml
file:
Manage
Albums
/secure/manageAlbums/*
HEAD
GET
POST
PUT
DELETE
AlbumManager
This is my login file:
U
Let's say I had something like below:
What this is trying to do is display
images.
I would like it to display only a certain amount
per row, defined by the variable "maxThumbsPerRow".
I figured the best way to do this would be to check
if "@status/index" divided by "maxThumbsPerRow" is equa
If I had the following:
<%@ taglib uri="webwork" prefix="ww"
%><%@ taglib uri="imagesizer" prefix="util" %>
The above line doesn't get the albumPath property
but instead passes a string.
Is there any way to pass a webwork property to a
tag?