[OS-webwork] Appending a Parameter to a String in the Value Attribute

2004-01-31 Thread Rich
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?      

[OS-webwork] Webwork and j_security_check

2004-01-22 Thread Rich
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

[OS-webwork] Subset and Iterator tags

2004-01-20 Thread Rich
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

[OS-webwork] Passing a webwork property to a tag

2004-01-16 Thread Rich
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?